Skip to content

Commit e3126c5

Browse files
authored
Create bugfix_pull_request.md
First try for a pull request template
1 parent 0020859 commit e3126c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Bug description
2+
Either describe the bug and how to reproduce it (see the corresponding issue template) or reference the respective issue.
3+
4+
### Approach
5+
Describe why your approach fixes the described bug
6+
7+
### Open Questions and/or Concerns
8+
Use a github checklists to adress any concerns like. e.g.
9+
- [ ] I wasn't sure about this or that variable and if I did the correct thing with it
10+
- [ ] I am not sure if this is compatible with the latest Matlab version
11+
- [ ] etc.
12+
This checklist then has to be checked before merge
13+
14+
### References
15+
Any helpful external information (e.g. links to stackoverflow question, blogposts, etc.)

0 commit comments

Comments
 (0)