From e391e89a75725153f860c41ea93a1e3b5f4b12a4 Mon Sep 17 00:00:00 2001 From: Kerin Date: Wed, 9 Dec 2020 00:01:36 +0530 Subject: [PATCH 1/4] Adding issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4935d83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve. +title: Bug report +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. +2. +3. +4. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Actual behavior** +A clear and concise description of how the code performed w.r.t expectations. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional details** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..eedd2c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: Feature request +labels: feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**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. + +**Approach to be followed (optional)** +A clear and concise description of approach to be followed. + +**Additional context** +Add any other context or screenshots about the feature request here. From 665964f4de8bb9fc6ccdc112e2c9580dee86f6ce Mon Sep 17 00:00:00 2001 From: Kerin Date: Wed, 9 Dec 2020 00:06:25 +0530 Subject: [PATCH 2/4] Adding pull request template --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 0000000..6a56724 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +### What is the change? + + +### What does it fix/add? + + +### How was it tested? + + +## Submissions guide: +- [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/dheerajkotwani/NewsUp/pulls) for the same update/change? +- [ ] Have you made corresponding changes to the documentation? +- [ ] Your submission doesn't break any existing feature. +- [ ] Have you lint your code locally prior to submission? + +### Screenshots (if appropriate): From 1e40371f0fd959fb00ace9880e5e217fe1766b5b Mon Sep 17 00:00:00 2001 From: Kerin Pithawala <46436993+Kerveyfelix@users.noreply.github.com> Date: Fri, 25 Dec 2020 14:46:31 +0530 Subject: [PATCH 3/4] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ---------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4935d83..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve. -title: Bug report -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. -2. -3. -4. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Actual behavior** -A clear and concise description of how the code performed w.r.t expectations. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional details** From dc2916ad8911bf8ce7c4530b7dd8f15040e51407 Mon Sep 17 00:00:00 2001 From: Kerin Pithawala <46436993+Kerveyfelix@users.noreply.github.com> Date: Fri, 25 Dec 2020 14:46:43 +0530 Subject: [PATCH 4/4] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index eedd2c2..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: Feature request -labels: feature -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. - -**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. - -**Approach to be followed (optional)** -A clear and concise description of approach to be followed. - -**Additional context** -Add any other context or screenshots about the feature request here.