From 8d66472ca8230686c8c9d8854d87799bd9a6994d Mon Sep 17 00:00:00 2001 From: SahanDisa Date: Tue, 7 Jan 2020 14:22:59 +0530 Subject: [PATCH 1/2] Added Issue-template for the repositery --- ISSUE-TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++++++++++ ISSUE-TEMPLATE/feature-request.md | 20 ++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 ISSUE-TEMPLATE/bug_report.md create mode 100644 ISSUE-TEMPLATE/feature-request.md diff --git a/ISSUE-TEMPLATE/bug_report.md b/ISSUE-TEMPLATE/bug_report.md new file mode 100644 index 0000000..5766fdb --- /dev/null +++ b/ISSUE-TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/ISSUE-TEMPLATE/feature-request.md b/ISSUE-TEMPLATE/feature-request.md new file mode 100644 index 0000000..638c95a --- /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 suggest this feature..... + +**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 4d567bc95dd65393f6e7348707ac95acb9e9f2c3 Mon Sep 17 00:00:00 2001 From: SahanDisa Date: Tue, 7 Jan 2020 14:36:21 +0530 Subject: [PATCH 2/2] Added pull-request description template --- PULL-REQUEST.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PULL-REQUEST.md diff --git a/PULL-REQUEST.md b/PULL-REQUEST.md new file mode 100644 index 0000000..48873dd --- /dev/null +++ b/PULL-REQUEST.md @@ -0,0 +1,10 @@ +### Fixes #XXXX +## Changes proposed in the pull request + * +## Impact +## Other information + +Check if you have done the following before creating the PR +- [ ] console logs have been deleted +- [ ] No commented code (If commented the reasons are given) +- [ ] Any other important notes to make