diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
| -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?) + + |
