Skip to content

Commit 1208735

Browse files
authored
Merge pull request #51 from primis/patch-2
Created a pull request template file.
2 parents 999d8a0 + 327cfe8 commit 1208735

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

ISSUE_TEMPLATE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
This template is for use with a bug report. If creating a feature request, please delete this file
3+
-->
4+
#### Issue Summary
5+
6+
A summary of the issue. In this summary, please feel free to include screenshots, outputs, or any relevant data.
7+
8+
#### Steps to Reproduce
9+
10+
1. This is the first step
11+
2. This is the second step
12+
3. Further steps, etc.
13+
14+
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?
15+
16+
#### Technical details:
17+
18+
* notes version: master (latest commit: [commit number])
19+

PULL_REQUEST_TEMPLATE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
Thank you for contributing to notes, before you publish your pull request, please follow this template to make sure your PR fits the criteria.
3+
4+
5+
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!
6+
e.g.
7+
Fixes #1
8+
Closes #2
9+
-->
10+
# Fixes #
11+
12+
### Checklist
13+
- [ ] I have made a change to this repository, be it functionality, testing, documentation, spelling, or grammar.
14+
- [ ] I updated my branch with the master branch.
15+
- [ ] I have added the nessecairy testig to prove my fix is effective or my feture work, or I did not modify functionality.
16+
- [ ] I have added necessary documentation about the functionality in an appropriate .md file
17+
- [ ] I have commented any code I have modified or I did not modify any code
18+
19+
### Short description of what this PR does:
20+
-
21+
-

0 commit comments

Comments
 (0)