Create ISSUE_TEMPLATE.md

This commit is contained in:
Serdar Dogruyol 2017-11-02 18:44:41 +03:00 committed by GitHub
parent 0b9628dfea
commit 5b977b8fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,23 @@
### Description
[Description of the issue]
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
**Expected behavior:** [What you expect to happen]
**Actual behavior:** [What actually happens]
**Reproduces how often:** [What percentage of the time does it reproduce?]
### Versions
You can get this information from copy and pasting the output of `crystal --version`.Also, please include the OS and what version of the OS you're running.
### Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.