Skip to content

Commit e82c23e

Browse files
EmileRolleyyurugmaiste
authored
github: create issue templates (#401)
Co-authored-by: Yann Régis Gianas <[email protected]> Co-authored-by: Étienne Marais <[email protected]>
1 parent 1add7ba commit e82c23e

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Bug:'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
> Related issue(s) or PR(s):
11+
> Related project scope(s) (ex: client, CSS, grading, etc...) :
12+
> Related user(s):
13+
14+
## Bug description
15+
16+
A clear and concise description of what the bug is.
17+
18+
### To Reproduce
19+
20+
Steps to reproduce the behavior:
21+
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See error
26+
27+
### Expected behavior
28+
29+
A clear and concise description of what you expected to happen.
30+
31+
### Screenshots
32+
33+
If applicable, add screenshots to document your problem.
34+
## Current configuration
35+
36+
- OS: [e.g. iOS]
37+
- Browser [e.g. chrome, safari]
38+
- Version [e.g. 22]
39+
40+
## Additional context
41+
42+
Add any other context about the problem here.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: 'Feat:'
5+
labels: feature
6+
assignees: ''
7+
8+
---
9+
10+
> Related issue(s) or PR(s):
11+
> Related project scope(s) (ex: client, CSS, grading, etc...) :
12+
> Related user(s):
13+
14+
## The problem
15+
16+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17+
18+
### Wanted solution
19+
20+
A clear and concise description of what you want to happen.
21+
22+
### Considered alternatives
23+
24+
A clear and concise description of any alternative solutions or features you've considered.
25+
26+
## Additional context
27+
28+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Question
3+
about: Ask a question about this project
4+
title: 'Question:'
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
> Related issue(s) or PR(s):
11+
> Related project scope(s) (ex: client, CSS, grading, etc...) :
12+
> Related user(s):
13+
14+
## The question
15+
16+
A clear and concise description of what you want to know.
17+
18+
### What has already been tested
19+
20+
A clear and concise description of what you have already tried.
21+
22+
## Current configuration
23+
24+
- OS: [e.g. iOS]
25+
- Browser [e.g. chrome, safari]
26+
- Version [e.g. 22]
27+
28+
## Additional context
29+
30+
Add any other context or screenshots about the inquiry.

0 commit comments

Comments
 (0)