forked from reactjs/react-modal
-
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 extra information for contributors (reactjs#143)
This commit adds templates for pull requests and issues. The goal is to help those contributing to the project to get their issues handled quicker and their pull requests reviewed and merged quicker and more efficiently.
- Loading branch information
1 parent
4e2447a
commit e4be332
Showing
3 changed files
with
29 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### Summary: | ||
|
||
### Steps to reproduce: | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
### Expected behavior: | ||
|
||
### Additional notes: | ||
|
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,16 @@ | ||
Fixes #[issue number]. | ||
|
||
Changes proposed: | ||
- | ||
- | ||
- | ||
|
||
Upgrade Path (for changed or removed APIs): | ||
|
||
|
||
Acceptance Checklist: | ||
[ ] All commits have been squashed to one. | ||
[ ] The commit message follows the guidlines in `CONTRIBUTING.md`. | ||
[ ] Documentation (README.md) and examples have been updated as needed. | ||
[ ] If this is a code change, a spec testing the functionality has been added. | ||
[ ] If the commit message has [changed] or [removed], there is an upgrade path above. |
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