Skip to content

Commit 5ae7765

Browse files
authored
Update issue templates (#669)
* Update issue templates * Run IDE autoformatting on issue templates
1 parent 1d40978 commit 5ae7765

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug report
3+
about: Create a report to describe the bug
4+
title: Fix ...
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
12+
Brief description of the bug (tl;dr).
13+
14+
## Detailed Description
15+
16+
A clear and detailed description of what the bug is, what is affected by it and why it's important to fix it.
17+
18+
Don't forget to add the other appropriate labels and link the issue to a milestone if applicable.
19+
20+
## Possible Fix Implementation
21+
22+
If possible, break down the tasks or steps needed to fix the bug.
23+
24+
Consider including:
25+
26+
- Approximate timeline
27+
- Specific files or areas in the codebase concerned
28+
- Possible problems or complications
29+
30+
## How to Reproduce the Bug
31+
32+
### Environment
33+
34+
(please complete the following information)
35+
36+
- OS and/or device: [e.g. iOS, Windows, Android, etc.]
37+
- Browser [e.g. chrome, safari]
38+
- Version [e.g. Production, Development, etc.]
39+
40+
### Steps to reproduce the behavior:
41+
42+
1. Go to '...'
43+
2. Click on '....'
44+
3. Scroll down to '....'
45+
4. See error
46+
47+
## Screenshots
48+
49+
If applicable, add screenshots to help explain your problem.
50+
51+
## Additional context
52+
53+
Add any other context about the problem here.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: New Issue
3+
about: Create a new issue for the project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
12+
Brief description of the issue (tl;dr).
13+
14+
## Detailed Description
15+
16+
Detailed description of the issue and why it is important. You can also talk about proposed ways to solve the issue if
17+
the path forward is not clear.
18+
19+
Don't forget to add the appropriate labels and link the issue to a milestone if applicable.
20+
21+
## Implementation Details
22+
23+
If possible, break down the tasks or steps needed to complete the solution.
24+
25+
Consider including:
26+
27+
- Approximate timeline
28+
- Specific files or areas in the codebase concerned
29+
- Possible problems or complications
30+
31+
## Related Issues
32+
33+
If applicable, list of related issues
34+
35+
## Additional Context
36+
37+
Add any other context or screenshots here.

0 commit comments

Comments
 (0)