forked from reduxjs/redux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add issue/PR templates for docs stuff * Update bugfix templates * Remove pasted stuff from PR bugfix template * Formatting Former-commit-id: e74d746
- Loading branch information
1 parent
0f42efa
commit faf138a
Showing
7 changed files
with
153 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: "\U0001F4DD Documentation Fix" | ||
about: Fixing a problem in an existing docs page | ||
--- | ||
|
||
## What docs page needs to be fixed? | ||
|
||
- **Section**: | ||
- **Page**: | ||
|
||
## What is the problem? | ||
|
||
## What should be changed to fix the problem? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: "\U0001F4D6 New/Updated Documentation Content" | ||
about: Adding a new docs page, or updating content in an existing docs page | ||
--- | ||
|
||
## What docs page is being added or updated? | ||
|
||
- **Section**: | ||
- **Page**: | ||
|
||
## For Adding New Content | ||
|
||
### What kind of content category is this page (tutorial, how-to, explanation, reference)? | ||
|
||
### Who is the intended target audience? | ||
|
||
#### What knowledge are we assuming they have? | ||
|
||
### What are the intended results or takeaways from reading this page? | ||
|
||
### What is the most critical info they should learn? | ||
|
||
## For Updating Existing Content | ||
|
||
### What updates should be made to the page? | ||
|
||
### Do these updates change any of the assumptions or target audience? If so, how do they change? |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: "\U0001F41B Bug fix or new feature" | ||
about: Fixing a problem with Redux | ||
--- | ||
|
||
## PR Type | ||
|
||
### Does this PR add a new _feature_, or fix a _bug_? | ||
|
||
### Why should this PR be included? | ||
|
||
## Checklist | ||
|
||
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them? | ||
- [ ] Is there an existing issue for this PR? | ||
- _link issue here_ | ||
- [ ] Have the files been linted and formatted? | ||
- [ ] Have the docs been updated to match the changes in the PR? | ||
- [ ] Have the tests been updated to match the changes in the PR? | ||
- [ ] Have you run the tests locally to confirm they pass? | ||
|
||
## New Features | ||
|
||
### What new capabilities does this PR add? | ||
|
||
### What docs changes are needed to explain this? | ||
|
||
## Bug Fixes | ||
|
||
### What is the current behavior, and the steps to reproduce the issue? | ||
|
||
### What is the expected behavior? | ||
|
||
### How does this PR fix the problem? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: "\U0001F4DD Documentation Fix" | ||
about: Fixing a problem in an existing docs page | ||
--- | ||
|
||
## Checklist | ||
|
||
- [ ] Is there an existing issue for this PR? | ||
- _link issue here_ | ||
- [ ] Have the files been linted and formatted? | ||
|
||
## What docs page needs to be fixed? | ||
|
||
- **Section**: | ||
- **Page**: | ||
|
||
## What is the problem? | ||
|
||
## What changes does this PR make to fix the problem? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: "\U0001F4D6 New/Updated Documentation Content" | ||
about: Adding a new docs page, or updating content in an existing docs page | ||
--- | ||
|
||
## PR Type | ||
|
||
**Does this PR add a _new_ page, or update an _existing_ page?** | ||
|
||
## Checklist | ||
|
||
- [ ] Is there an existing issue for this PR? | ||
- _link issue here_ | ||
- [ ] Have the files been linted and formatted? | ||
|
||
## What docs page is being added or updated? | ||
|
||
- **Section**: | ||
- **Page**: | ||
|
||
## For Adding New Content | ||
|
||
### What kind of content category is this page (tutorial, how-to, explanation, reference)? | ||
|
||
### Who is the intended target audience? | ||
|
||
#### What knowledge are we assuming they have? | ||
|
||
### What are the intended results or takeaways from reading this page? | ||
|
||
### What is the most critical info they should learn? | ||
|
||
## For Updating Existing Content | ||
|
||
### What updates should be made to the page? | ||
|
||
### Do these updates change any of the assumptions or target audience? If so, how do they change? |