Skip to content

Commit c9301d3

Browse files
author
Kiko Fernandez Reyes
committed
add github templates for PR and Issues
1 parent 1d9dcb4 commit c9301d3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Make sure the following boxes are checked before creating an issue:
2+
3+
- [] State the problem
4+
- [] Specify the compiler's branch and make sure it is on top of `development`
5+
- [] Use a Github label if possible
6+
- [] Try to provide a minimal example that reproduces the error

.github/PULL_REQUEST_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Make sure these boxes are checked before submitting your pull request:
2+
3+
- [] Description of the pull request stating the problem and the solution
4+
- [] Tests (if applicable)
5+
- [] Documentation (if applicable)

0 commit comments

Comments
 (0)