Merge pull request #1611 from blackdwarf/isstemplate

Adding ISSUE_TEMPLATE
This commit is contained in:
Zlatko Knezevic 2016-02-29 11:24:02 -08:00
commit 93f0a2b28d
2 changed files with 29 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,17 @@
## Steps to reproduce
## Expected behavior
## Actual behavior
## Environment data
`dotnet --version` output: