summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-01-29 11:49:41 -0800
committerGitHub <noreply@github.com>2022-01-29 14:49:41 -0500
commit61c8bfd5748997a22626b05b0f2d8e202aa1c0b0 (patch)
tree0b17377d86383ffaf5b785e0207aaea8475b7910 /.github
parent6c989785fb458a8d7933f98050148e0faf45a8ba (diff)
docs: add a line to feature request docs/template (#666)
Just adds an extra line to the template/docs to check if an existing issue already exists.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 9cd22817..27adb20b 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -11,4 +11,5 @@ assignees: ""
Please describe what behaviour you are looking for, the motivation for it, and use cases for where this feature would be helpful.
Try to be clear and concise - more details are usually helpful, but don't ramble on too much.
-Also try to see if this feature already exists first [in the documentation](https://clementtsang.github.io/bottom/nightly/).
+Also try to see if this feature already exists first [in the documentation](https://clementtsang.github.io/bottom/nightly/),
+or if there's already an issue opened that covers this specific feature.