Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit ee2808a

Browse files
Add github templates
1 parent fe7ab71 commit ee2808a

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*IF BUG, INCLUDE THIS PART:*
2+
3+
### Steps to reproduce
4+
5+
1.
6+
2.
7+
3.
8+
9+
Platform:
10+
.NET version:
11+
12+
### Expected behaviour
13+
14+
Tell us what should happen
15+
16+
### Actual behaviour
17+
18+
Tell us what happens instead
19+
Can you also include a screen shot?
20+
21+
22+
23+
*IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:*
24+
25+
### Feature description
26+
27+
Write a description of the feature. How should it work? How should it look?
28+
Include some graphics if this could help!
29+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Fixes # .
2+
3+
### Checklist
4+
5+
- [ ] I have included examples or tests
6+
- [ ] I have updated the change log
7+
- [ ] I am listed in the CONTRIBUTORS file
8+
- [ ] I have cleaned up the commit history (use rebase and squash)
9+
10+
### Changes proposed in this pull request:
11+
12+
-
13+
-
14+
-

0 commit comments

Comments
 (0)