-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from shauheen/update_contribution
Update contribution guide and issue/PR templates
- Loading branch information
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### System information | ||
|
||
- **OS version/distro**: | ||
- **.NET Version (eg., dotnet --info)**: | ||
|
||
### Issue | ||
|
||
- **What did you do?** | ||
- **What happened?** | ||
- **What did you expect?** | ||
|
||
### Source code / logs | ||
|
||
Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
We are excited to review your PR. | ||
|
||
So we can do the best job, please check: | ||
|
||
- [ ] There's a descriptive title that will make sense to other developers some time from now. | ||
- [ ] 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. | ||
- [ ] Your change description explains what the change does, why you chose your approach, and anything else that reviewers should know. | ||
- [ ] You have included any necessary tests in the same PR. | ||
|