Create ISSUE_TEMPLATE

Let's not overthink this, but I guess having _something_ here could help us.

- [this is what it looks like (random project)](https://github.com/sulu-io/sulu/issues/new)
- [more info](https://github.com/blog/2111-issue-and-pull-request-templates)
This commit is contained in:
Stephan Renatus 2016-03-24 08:45:28 +01:00 committed by Christoph Hartmann
parent d64d9db637
commit c4f4ed0bde

32
ISSUE_TEMPLATE Normal file
View file

@ -0,0 +1,32 @@
| Q | A
| --- | ---
| Bug? | yes/no
| New Feature? | yes/no
| InSpec Version | Specific version or SHA of a commit
#### Notes
- If your issue is closely related to _Chef Compliance_, please report it here: https://discourse.chef.io
- Please pick the most appropriate issue tracker for your report:
- kitchen-inspec: https://github.com/chef/kitchen-inspec/issues
- train: https://github.com/chef/train/issues
(Please remove this section)
#### Actual Behavior
How does InSpec behave at the moment?
#### Expected Behavior
What is the behavior you expect?
#### Steps to Reproduce
What are the steps to reproduce this bug? Please add code examples,
screenshots or links to GitHub repositories that reproduce the problem.
#### Possible Solutions
If you have already ideas how to solve the issue, add them here.
(remove this section if not needed)