Skip to content

Commit

Permalink
chore: add some issue templates to github
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 2, 2019
1 parent 35a1aac commit 9aec1f5
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
---

### Description of the bug
How would you shortly summarise the issue?

### To Reproduce
What steps did you perform which led to this issue?

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'

#### Expected behavior
What did you expect to have happened?

#### Actual behavior
What did it actually result in?

### Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/DISCUSSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: New discussion
about: Start a discussion about a certain topic
---

### Topic and scope of discussion
How would you summarise and scope the issue?

### Motivation
Why should we have this discussion?

### Additional context
Can you further explain the purpose of this discussion? E.g., screenshots or real-world examples.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project
---

### Description of the feature
How would you briefly summarise the feature?

### Motivation
Why does this feature should be implemented?

### Additional context
Can you further explain the feature? E.g., screenshots or real-world examples.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/MINOR_CHANGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Minor changes
about: Suggest a small change, or fix, like typos
---

#### Old version
What did you find that should be changed?

#### New version
How should it look after the suggested change?

### Additional context
Can you further clarify the change? E.g., link to a dictionary or real-world examples.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Linked issue
Provide the issue(s) which this pull request relates to or fixes.

### Additional context
Are there things the maintainers should be aware of before merging or closing this pull request?

0 comments on commit 9aec1f5

Please sign in to comment.