Skip to content

Commit

Permalink
Add issue templates (nunit#674)
Browse files Browse the repository at this point in the history
* Add issue templates

* Review changes
  • Loading branch information
ChrisMaddock authored Sep 25, 2019
1 parent e46c84d commit 2096621
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: confirm, is:bug
assignees: ''

---

<!--
Thanks for filing a bug report with NUnit! NUnit is run entirely by volunteers from the community, so we welcome pull requests and contributions in all areas.
To help the others diagnose and reproduce your issue, please include as many of the following as relevant:
- The full command line being used
- Method of installation (e.g. NuGet, zip, msi)
- Log files (Run the console with --trace=Debug to produce these)
- Version of the NUnit Engine/Console
- All versions of the NUnit Framework in use
- Whether the behaviour is any different when the tests are run using the --inprocess flag
-->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature Suggestion
about: Suggest a feature to improve this project
title: ''
labels: ''
assignees: ''

---

<!--
Thanks for suggesting a feature for the NUnit Console/Engine. NUnit is run entirely by volunteers from the community, so we welcome pull requests and contributions in all areas.
Please describe what you're proposing, and let us know if you'd be willing to submit a pull request as well. It's best to wait for a response from the team before starting to write any code. We want to be sure any new features fit in with the overall vision for NUnit and aren't going to cause any breaking changes.
-->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/support-other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Support/Other
about: All other issues
title: ''
labels: ''
assignees: ''

---

<!--
Having problems? NUnit is run entirely by volunteers from the community, but we're keen to help!
To help the others diagnose and reproduce your issue, please include as many of the following as relevant:
- The full command line being used
- Method of installation (e.g. NuGet, zip, msi)
- Log files (Run the console with --trace=Debug to produce these)
- Version of the NUnit Engine/Console
- All versions of the NUnit Framework in use
- Whether the behaviour is any different when the tests are run using the --inprocess flag
-->

0 comments on commit 2096621

Please sign in to comment.