Skip to content

Commit 9aec1f5

Browse files
committed
chore: add some issue templates to github
1 parent 35a1aac commit 9aec1f5

5 files changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
### Description of the bug
7+
How would you shortly summarise the issue?
8+
9+
### To Reproduce
10+
What steps did you perform which led to this issue?
11+
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
16+
#### Expected behavior
17+
What did you expect to have happened?
18+
19+
#### Actual behavior
20+
What did it actually result in?
21+
22+
### Additional context
23+
Can you further explain the issue? E.g., information about version/environment or screenshots.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: New discussion
3+
about: Start a discussion about a certain topic
4+
---
5+
6+
### Topic and scope of discussion
7+
How would you summarise and scope the issue?
8+
9+
### Motivation
10+
Why should we have this discussion?
11+
12+
### Additional context
13+
Can you further explain the purpose of this discussion? E.g., screenshots or real-world examples.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
### Description of the feature
7+
How would you briefly summarise the feature?
8+
9+
### Motivation
10+
Why does this feature should be implemented?
11+
12+
### Additional context
13+
Can you further explain the feature? E.g., screenshots or real-world examples.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Minor changes
3+
about: Suggest a small change, or fix, like typos
4+
---
5+
6+
#### Old version
7+
What did you find that should be changed?
8+
9+
#### New version
10+
How should it look after the suggested change?
11+
12+
### Additional context
13+
Can you further clarify the change? E.g., link to a dictionary or real-world examples.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Linked issue
2+
Provide the issue(s) which this pull request relates to or fixes.
3+
4+
### Additional context
5+
Are there things the maintainers should be aware of before merging or closing this pull request?

0 commit comments

Comments
 (0)