Skip to content

Commit b570fb1

Browse files
committed
Update bugfix templates
1 parent f33cc47 commit b570fb1

File tree

2 files changed

+83
-8
lines changed

2 files changed

+83
-8
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,50 @@ name: "\U0001F41BBug report"
33
about: Something is wrong with Redux.
44
---
55

6-
**Do you want to request a _feature_ or report a _bug_?**
6+
7+
## Do you want to request a _feature_ or report a _bug_?
78

89
(If this is a _usage question_, please **do not post it here**—post it on [Stack Overflow](http://stackoverflow.com/questions/tagged/redux) instead. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
910

10-
**What is the current behavior?**
1111

12-
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar.**
1312

14-
**What is the expected behavior?**
13+
### Prior Issues
14+
15+
Are there any existing issues or PRs that relate to this problem? If so, link them here.
16+
17+
18+
19+
20+
## Bug Reports
21+
22+
### What is the current behavior?
23+
24+
25+
26+
### Steps to Reproduce
27+
28+
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://codesandbox.io or similar.
29+
30+
31+
### What is the expected behavior?
32+
33+
34+
35+
### Environment Details
36+
37+
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
38+
39+
40+
41+
## New Features
42+
43+
### What is the new or updated feature that you are suggesting?
44+
45+
46+
47+
48+
### Why should this feature be included?
49+
50+
1551

16-
**Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?**
52+
### What docs changes are needed to explain this?

.github/PULL_REQUEST_TEMPLATE/bugfix.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,50 @@
11
---
2-
name: "\U0001F41B Bug report"
2+
name: "\U0001F41B Bug fix or new feature"
33
about: Fixing a problem with Redux
44
---
55

6-
**Do you want to request a _feature_ or report a _bug_?**
76

8-
(If this is a _usage question_, please **do not post it here**—post it on [Stack Overflow](http://stackoverflow.com/questions/tagged/redux) instead. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
7+
## PR Type
8+
9+
### Does this PR add a new _feature_, or fix a _bug_?
10+
11+
12+
13+
### Why should this PR be included?
14+
15+
16+
17+
18+
## Checklist
19+
20+
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
21+
- [ ] Is there an existing issue for this PR?
22+
- *link issue here*
23+
- [ ] Have the files been linted and formatted?
24+
- [ ] Have the docs been updated to match the changes in the PR?
25+
- [ ] Have the tests been updated to match the changes in the PR?
26+
- [ ] Have you run the tests locally to confirm they pass?
27+
28+
29+
## New Features
30+
31+
### What new capabilities does this PR add?
32+
33+
34+
### What docs changes are needed to explain this?
35+
36+
37+
38+
## Bug Fixes
39+
40+
### What is the current behavior, and the steps to reproduce the issue?
41+
42+
43+
### What is the expected behavior?
44+
45+
46+
47+
### How does this PR fix the problem?
948

1049
**What is the current behavior?**
1150

0 commit comments

Comments
 (0)