-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a Pull request template (#239)
* Adding a Pull request template * Exclude .github from formatting check * Applying PR feedback
- Loading branch information
1 parent
813dcbc
commit 5e66888
Showing
3 changed files
with
24 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
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,17 @@ | ||
<!--- Title --> | ||
|
||
Description | ||
----------- | ||
<!--- Describe your changes in detail --> | ||
|
||
Checklist: | ||
---------- | ||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
<!--- Please refer to CONTRIBUTING.md for further guidelines --> | ||
- [ ] I have tested my changes. No regression in existing tests. | ||
- [ ] My code is formatted using Uncrustify. | ||
- [ ] I have read and applied the rules stated in CONTRIBUTING.md. | ||
|
||
|
||
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. |
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