From fb6fe5a96edf0ab97a4048651fa22535ea7e2d34 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Tue, 27 Sep 2022 14:53:33 +0200 Subject: [PATCH] Introduce GitHub issue template for feature requests (#244) --- .github/ISSUE_TEMPLATE/feature_request.md | 57 +++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..b9b7adac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,57 @@ +--- +name: 🚀 Request a new feature +about: Suggest a new feature. +title: "" +labels: new feature +assignees: "" +--- + +### Problem + + + +### Description of the proposed new feature + + + +- [ ] Support a stylistic preference. +- [ ] Avoid a common gotcha, or potential problem. + + + +### Considerations + + + +### Participation + + + +- [ ] I am willing to submit a pull request to implement this improvement. + +### Additional context + +