summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-08 18:50:48 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-08 18:50:48 +1000
commit95297f72a3b49a11ab09203a2587e6f47b6337de (patch)
tree53c6c5b8f390035bf930317a62ae7fec8ba84fc2 /.github
parent121872ac27bdaa576f8c3104b0f260fddb78016e (diff)
even better
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 144f2910b..96c9b7068 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -21,5 +21,9 @@ Add any other context or screenshots about the feature request here.
<!--
You may be able to add your desired feature with a custom command. Check out the examples here: https://github.com/jesseduffield/lazygit/wiki/Custom-Commands-Compendium
-If a custom command does what you want but you still want the feature built-in to lazygit, feel free to paste the custom command into the issue to help us better understand the functionality you want.
+If a custom command does what you want but you still want to see the feature built-in to lazygit, feel free to paste the custom command into the issue to help us better understand the functionality you want.
+
+We also encourage you to put up a PR yourself! Who cares if you've never written Go before, neither did any of the existing contributors before their first lazygit PR! Check out the PR tutorial here: https://www.youtube.com/watch?v=kNavnhzZHtk&ab_channel=JesseDuffield
+
+Also check out the contributing guide here: https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md
-->