Skip to content

Commit f4f0d46

Browse files
authored
feat: issue templates (#606)
1 parent 7235580 commit f4f0d46

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: "If you are sure you found a new issue, create bug report"
4+
---
5+
6+
<!-- Please provide all the information asked below. Without details it is hard to help you and your issue will be closed. -->
7+
8+
**What version of Unfold are you using?**
9+
10+
For example: 0.30.0 or main
11+
12+
**What version of Django are you using?**
13+
14+
For example: 5.0
15+
16+
**What browser are you using?**
17+
18+
For example: Firefox 128.0
19+
20+
**Did you checked changelog/commit history, if the bug is not already fixed?**
21+
22+
For example: Yes or No
23+
24+
**Did you searched other issues, if the bug is not already fixed?**
25+
26+
For example: Yes or No
27+
28+
**Repository with reproduced bug**
29+
30+
Create minimal repository where it is possible to reproduce an error.
31+
32+
**Describe your issue**
33+
34+
Describe the problem, provide as much information as possible with all details how to reproduce the bug. Screenshots are welcome.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: "Suggest a new idea which you would like to see"
4+
---
5+
6+
<!-- Please provide all the information asked below. Without details it is hard to help you and your issue will be closed. -->
7+
8+
**Do you have any examples?**
9+
10+
For example: link or screenshot
11+
12+
**Is it a third party application feature request?**
13+
14+
For example: Yes or No
15+
16+
**In case of third party application, when it was updated last time?**
17+
18+
For example: last week
19+
20+
**Describe your feature request**
21+
22+
Describe the feature in detail. Feel free to link existing pull request, implemeting a new feature.

0 commit comments

Comments
 (0)