forked from nunit/nunit-console
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
54 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
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 | ||
--> |
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 @@ | ||
--- | ||
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. | ||
--> |
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,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 | ||
--> |