diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-02-06 00:14:47 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-02-06 00:42:47 +0100 |
commit | 5055b51ee11680276318a2d971aa447eeed5eb2f (patch) | |
tree | 653c6cb48789c7366cc13101d8825984f2ec92b6 /.github/ISSUE_TEMPLATE | |
parent | resolved: suppress ifindex info in varlink JSON responses if zero (diff) | |
download | systemd-5055b51ee11680276318a2d971aa447eeed5eb2f.tar.xz systemd-5055b51ee11680276318a2d971aa447eeed5eb2f.zip |
github: ask for systemd version in RFE form
It happens too often that what people ask for already is implemented.
Let's help cut the noise a bit, and make people check things first
hopefully, and at least make it either for us to detect such cases.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/Feature_request.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index c56aae8730..3c53d728d8 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -12,3 +12,6 @@ A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. + +**The systemd version you checked that didn't have the feature you are asking for** +<!-- If this is not the most recently released upstream version, then please check first if it has that feature already. --> |