-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Pull Request Etiquette | ||
|
||
<!-- | ||
There are several guidelines you should follow in order for your | ||
Pull Request to be merged. | ||
--> | ||
|
||
- [ ] I have checked the PRs for upcoming features/bug fixes. | ||
|
||
<!-- | ||
It is sometimes better to include more changes in a single commit. | ||
If you find yourself having an overwhelming amount of commits, you | ||
can **rebase** your branch. | ||
--> | ||
|
||
### Changes | ||
|
||
- [ ] Internal code | ||
- [ ] API (affecting end-user code) | ||
- [ ] Other: \_____ <!-- Insert other type here --> | ||
|
||
<!-- Replace "NaN" with an issue number if this is a response to an issue --> | ||
|
||
Closes Issue: NaN | ||
|
||
## Description | ||
|
||
Replace this sentence with general description of what your Pull Request does. |