From cfe881a6beed0e78c50ad80492dd7fbcadfc65be Mon Sep 17 00:00:00 2001 From: itsMeShon Date: Mon, 1 Nov 2021 09:48:32 +0530 Subject: [PATCH 1/4] Create feature_request.md --- ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ISSUE_TEMPLATE/feature_request.md diff --git a/ISSUE_TEMPLATE/feature_request.md b/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +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. From 0ef17c81ff73f38017ed5c94db0bd9bc2b0bd238 Mon Sep 17 00:00:00 2001 From: itsMeShon Date: Mon, 1 Nov 2021 09:49:40 +0530 Subject: [PATCH 2/4] Create feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +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. From 8664d6db709349166667ff8063a7ed2791008ff9 Mon Sep 17 00:00:00 2001 From: itsMeShon Date: Mon, 1 Nov 2021 09:49:59 +0530 Subject: [PATCH 3/4] Delete ISSUE_TEMPLATE directory --- ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ISSUE_TEMPLATE/feature_request.md diff --git a/ISSUE_TEMPLATE/feature_request.md b/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d6..000000000 --- a/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -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. From 9364eaf860f0e6671f8aff816ae9a8f952914022 Mon Sep 17 00:00:00 2001 From: itsMeShon Date: Mon, 1 Nov 2021 09:50:44 +0530 Subject: [PATCH 4/4] Create pull_request_template.md --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..aacf45e63 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +#ISSUE-NO + +#### What does this PR do? + +#### Description of Task to be completed? + +#### How can this be manually tested? + +#### Any background context you want to provide? + +#### What is the relevant issue link? + +#### Screenshots (if appropriate) + +#### Questions: