From d3eb8e70f8df86b94461bf3491460ec05f84f552 Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Thu, 12 Nov 2020 19:38:14 +0100 Subject: Add templates for issues and PRs Signed-off-by: Jonas Zohren <15788906+jfowl@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.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..092a42c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Suggest a new feature for this project, which isn't existing yet. +title: '' +labels: 'feature' +assignees: '' + +--- + + + + + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + -- cgit v1.2.3