diff options
| author | 2022-04-20 00:12:09 -0400 | |
|---|---|---|
| committer | 2022-04-20 00:12:09 -0400 | |
| commit | 942e313727d1ad886a1024c24fe4a9e8e2e0bb3e (patch) | |
| tree | 1c4d5d826655cdb812c88563a25410f8b54e41d2 /.github/ISSUE_TEMPLATE | |
| parent | 8eeed31eb2f86ac982fa4b26f93b15828289c56d (diff) | |
New upstream version 8.2.0.upstream/8.2.0
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 96b7cfb..1012b65 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -12,4 +12,27 @@ Before creating an issue: * make sure you are using an up-to-date version of Nikola * search for existing issues that might be related -Describe your requested features as precisely as possible. --> +Describe your requested features as precisely as possible. +Please remember that your feature request should contain enough +information to decide about the feature's inclusion, including +the required work, possible drawbacks or issues related to the feature. +--> + +**Requested Feature:** (short description) + + +**Related Area:** (eg. tasks, compilers, configuration, templates…) + + +**Do you want to contribute this yourself as a pull request?** (don’t worry about it if you don’t want to/can’t — someone else can take care of it) + +- [ ] Yes, I have already written code for it (link if available and feasible) +- [ ] Yes, I don’t have code ready yet (that’s okay!) +- [ ] No (that’s okay too!) + +**Does this feature affect backwards compatibility? If yes, in what way?** + + +**Rationale and full description:** (why should it be added to Nikola?) + + |
