From 18ea410e299135ede9648f064017a61fdd4e5113 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 8 Dec 2021 12:27:19 +0100 Subject: [PATCH] adding pr template --- .../PULL_REQUEST_TEMPLATE/feature-tempate.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature-tempate.md diff --git a/.github/PULL_REQUEST_TEMPLATE/feature-tempate.md b/.github/PULL_REQUEST_TEMPLATE/feature-tempate.md new file mode 100644 index 0000000000..0e27c7681c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature-tempate.md @@ -0,0 +1,20 @@ +--- +name: Feature +about: PR for feature +title: '' +labels: "type: feature" +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.