mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
docs: add PR templates for closed issues and community contributions
This commit is contained in:
parent
e4c8997bf3
commit
1dfba6ffbb
25
.github/PR_TEMPLATE/closed_issue.md
vendored
Normal file
25
.github/PR_TEMPLATE/closed_issue.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<!--- Provide a general summary of your changes in the Title above -->
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
<!--- Describe your changes in detail -->
|
||||||
|
|
||||||
|
## Related Issue
|
||||||
|
|
||||||
|
<!--- This project only accepts pull requests related to open issues -->
|
||||||
|
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
|
||||||
|
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
|
||||||
|
<!--- Please link to the issue here: -->
|
||||||
|
|
||||||
|
## Motivation and Context
|
||||||
|
|
||||||
|
<!--- Why is this change required? What problem does it solve? -->
|
||||||
|
<!--- If it fixes an open issue, please link to the issue here. -->
|
||||||
|
|
||||||
|
## How Has This Been Tested?
|
||||||
|
|
||||||
|
<!--- Please describe in detail how you tested your changes. -->
|
||||||
|
<!--- Include details of your testing environment, and the tests you ran to -->
|
||||||
|
<!--- see how your change affects other areas of the code, etc. -->
|
||||||
|
|
||||||
|
## Screenshots (if appropriate):
|
17
.github/PR_TEMPLATE/community_contrib.md
vendored
Normal file
17
.github/PR_TEMPLATE/community_contrib.md
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
- **Please check if the PR fulfills these requirements**
|
||||||
|
|
||||||
|
* [ ] The commit message follows our guidelines
|
||||||
|
* [ ] Tests for the changes have been added (for bug fixes / features)
|
||||||
|
* [ ] Docs have been added / updated (for bug fixes / features)
|
||||||
|
|
||||||
|
- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
|
||||||
|
|
||||||
|
- **What is the current behavior?** (You can also link to an open issue here)
|
||||||
|
|
||||||
|
- **What is the new behavior (if this is a feature change)?**
|
||||||
|
|
||||||
|
- **Does this PR Close an issue?** (If applicable, please add the number of the issue here with keyword Closes)
|
||||||
|
|
||||||
|
- **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)
|
||||||
|
|
||||||
|
- **Other information**:
|
Loading…
x
Reference in New Issue
Block a user