From 7a65b2a3106ce6898e3da10cdf3aa8606de96569 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Fri, 16 Jul 2021 11:07:42 +0200 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/request-for-enhancement.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request-for-enhancement.md diff --git a/.github/ISSUE_TEMPLATE/request-for-enhancement.md b/.github/ISSUE_TEMPLATE/request-for-enhancement.md new file mode 100644 index 0000000..a3bcf10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-for-enhancement.md @@ -0,0 +1,20 @@ +--- +name: Request for enhancement +about: Suggest an idea for this project +title: '' +labels: Request for enhancement +assignees: '' + +--- + +## Is your feature request related to a problem? Please describe. +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## Describe the solution you'd like +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. + +## Additional context +Add any other context or screenshots about the feature request here.