feat: Add issues and PR template to the project

This commit is contained in:
srv-twry 2018-02-15 01:02:37 +05:30 committed by Isaac Hutt
parent b52243e2ed
commit 21bff5a855
2 changed files with 51 additions and 0 deletions

46
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,46 @@
**Is it a ?**
- [ ] Bug Report
- [ ] Feature Request
## Bug Report
### Step 1: Are you ready to report ?
- Your issue may already be reported! Please search on the [issue track](../) before creating one.
- [ ] I have test with the last (dev) version of the software? ( If not, and if possible, run your test again with the most recent version available.)
### Step 2 : What is your environment ?
* browser / app : _____
* version of the software you use : _____
* device / operating system : _____
### Step 3: Describe the problem:
* What do you obtain? A copy of the error message or a screenshot is always useful
* When does this occur?
#### Steps to reproduce:
1. _____
2. _____
3. _____
...
* What should be the behaviour from your point of view? How do you expect the service to work?
### Step 4 (optional) : Other Comments:
* What is the context of this ticket? If not obvious, explain why you need to do this.
* If you have an idea about the technical background of the ticket, please share it.
## Feature Request
#### Feature Description
Please describe the feature you want to add to the project.

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,5 @@
Fixes #[Add issue number here. If you do not solve the issue entirely, please change the message e.g. "First steps for issues #IssueNumber]
Changes: [Add here what changes were made in this issue and if possible provide links.]
Screenshots/GIF for the change: [If possible, please add relevant screenshots/GIF]