Skip to content

Commit 030e25a

Browse files
authored
Create ISSUE_TEMPLATE.md & PULL_REQUEST_TEMPLATE.md (dotnet#12)
* Create ISSUE_TEMPLATE.md * Create PULL_REQUEST_TEMPLATE.md
1 parent 3d9eb10 commit 030e25a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ISSUE_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### System information
2+
3+
- **OS version/distro**:
4+
- **.NET Version (eg., dotnet --info)**:
5+
6+
### Issue
7+
8+
- **What did you do?**
9+
- **What happened?**
10+
- **What did you expect?**
11+
12+
### Source code / logs
13+
14+
Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.

PULL_REQUEST_TEMPLATE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
We are excited to review your PR.
2+
3+
So we can do the best job, please check:
4+
5+
- [ ] There's a descriptive title that will make sense to other developers some time from now.
6+
- [ ] There's associated issues. All PR's should have issue(s) associated - unless a trivial self-evident change such as fixing a typo. You can use the format `Fixes #nnnn` in your description to cause GitHub to automatically close the issue(s) when your PR is merged.
7+
- [ ] Your change description explains what the change does, why you chose your approach, and anything else that reviewers should know.
8+
- [ ] You have included any necessary tests in the same PR.

0 commit comments

Comments
 (0)