Merge pull request #1526 from plataformatec/plataformatec/issue-template

Add issue template
This commit is contained in:
Felipe Renan 2017-11-24 11:03:26 -02:00 committed by GitHub
commit 46da2d1e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,19 @@
## Precheck
- Do not use the issues tracker for help or support, try Stack Overflow.
- For bugs, do a quick search and make sure the bug has not yet been reported
- Finally, be nice and have fun!
## Environment
- Ruby **[version]**
- Rails **[version]**
- Simple Form **[version]**
## Current behavior
Include code samples, errors, steps to reproduce the error and stacktraces if appropriate.
Will be even more helpful if you provide a sample application or a test case that reproduces the error.
## Expected behavior