mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Add new issue template
This commit is contained in:
parent
0d586069e7
commit
bd69ab96e1
1 changed files with 9 additions and 7 deletions
16
.github/ISSUE_TEMPLATE.md
vendored
16
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,9 +1,11 @@
|
|||
If this is a question or feature request, make sure to:
|
||||
<!--
|
||||
⚠️ READ THIS BEFORE SUBMITTING ⚠️
|
||||
|
||||
- [ ] The title starts with `Question:` or `Feature:`.
|
||||
• Prefix questions and feature requests with either Question: or Feature:
|
||||
• If this is a bug report or question about an issue you're having, make sure to include the form below in your issue
|
||||
-->
|
||||
|
||||
If this is an bug report, not a question, make sure to:
|
||||
|
||||
- [ ] I'm not running Windows (which is unsupported), or if I am, I can confirm this issue appears on another platform, or Vagrant.
|
||||
- [ ] This issue appears in the latest `dev` branch.
|
||||
- [ ] I've included my browser and Ruby version in this issue.
|
||||
Operating system: [ ✍️ TODO ]
|
||||
Last upstream commit (run `git log --author="Robert Lord" | head -n 1`): [ ✍️ TODO ]
|
||||
Browser version(s): [ ✍️ TODO ]
|
||||
Ruby version (run `ruby -v`): [ ✍️ TODO ]
|
||||
Loading…
Reference in a new issue