forked from pimterry/notes
-
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.
Merge pull request pimterry#51 from primis/patch-2
Created a pull request template file.
- Loading branch information
Showing
2 changed files
with
40 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,19 @@ | ||
<!-- | ||
This template is for use with a bug report. If creating a feature request, please delete this file | ||
--> | ||
#### Issue Summary | ||
|
||
A summary of the issue. In this summary, please feel free to include screenshots, outputs, or any relevant data. | ||
|
||
#### Steps to Reproduce | ||
|
||
1. This is the first step | ||
2. This is the second step | ||
3. Further steps, etc. | ||
|
||
Any other information you want to share that is relevant to the issue being reported. Especially, why do you consider this to be a bug? What do you expect to happen instead? | ||
|
||
#### Technical details: | ||
|
||
* notes version: master (latest commit: [commit number]) | ||
|
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,21 @@ | ||
<!-- | ||
Thank you for contributing to notes, before you publish your pull request, please follow this template to make sure your PR fits the criteria. | ||
|
||
|
||
Please enter each Issue number you are resolving in your PR after one of the following words [Fixes, Closes, Resolves]. This will auto-link these issues and close them when this PR is merged! | ||
e.g. | ||
Fixes #1 | ||
Closes #2 | ||
--> | ||
# Fixes # | ||
|
||
### Checklist | ||
- [ ] I have made a change to this repository, be it functionality, testing, documentation, spelling, or grammar. | ||
- [ ] I updated my branch with the master branch. | ||
- [ ] I have added the nessecairy testig to prove my fix is effective or my feture work, or I did not modify functionality. | ||
- [ ] I have added necessary documentation about the functionality in an appropriate .md file | ||
- [ ] I have commented any code I have modified or I did not modify any code | ||
|
||
### Short description of what this PR does: | ||
- | ||
- |