Adding ISSUE_TEMPLATE
Addin template for new issues. Also adding instructions for "clone, run, repro" that we want to be at.
This commit is contained in:
parent
14e8b184bd
commit
1736b6530d
2 changed files with 29 additions and 0 deletions
|
@ -37,3 +37,15 @@ you would like to see, what scenario it covers and especially why the current
|
||||||
tools cannot satisfy that scenario.
|
tools cannot satisfy that scenario.
|
||||||
|
|
||||||
Thanks and happy filing! :)
|
Thanks and happy filing! :)
|
||||||
|
|
||||||
|
## Providing the repro for bugs
|
||||||
|
For bugs, what we need more than anything is a good repro of the defective
|
||||||
|
behavior. We would like to go towards the "clone, run, repro" model. In short:
|
||||||
|
|
||||||
|
1. If you find a bug, package up a repro in a git repo somewhere (GitHub is
|
||||||
|
usually a good place :)).
|
||||||
|
2. Inside the issue, specify what needs to be done (steps) to get an accurate
|
||||||
|
repro of the bug. Ideally, this should be "here is how to build, these are the
|
||||||
|
commands you run from the dotnet tools".
|
||||||
|
3. We use the above to get the repro, investigate and fix!
|
||||||
|
|
||||||
|
|
17
ISSUE_TEMPLATE
Normal file
17
ISSUE_TEMPLATE
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
## Expected behavior
|
||||||
|
|
||||||
|
|
||||||
|
## Actual behavior
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to reproduce
|
||||||
|
|
||||||
|
|
||||||
|
## Environment data
|
||||||
|
`dotnet --version` output:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue