Moved issue template to .github directory [skip ci]
Andrew
committed Feb 23, 2018
commit ad4f1add627823879c893a160fa85d531ea19ebd
Showing 3
changed files with
11 additions
and 8 deletions
ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
+7
-0
| @@ | @@ -0,0 +1,7 @@ |
| + | Hi, |
| + | |
| + | Before creating an issue, please check out the Contributing Guide: |
| + | |
| + | https://github.com/ankane/ahoy/blob/master/CONTRIBUTING.md |
| + | |
| + | Thanks! |
CONTRIBUTING.md
+4
-1
| @@ | @@ -21,7 +21,10 @@ Think you’ve discovered an issue? |
| gem "ahoy_matey", github: "ankane/ahoy" | |
| ``` | |
| - | If the above steps don’t help, create an issue. Include the complete backtrace for exceptions. |
| + | If the above steps don’t help, create an issue. Include: |
| + | |
| + | - Detailed steps to reproduce |
| + | - Complete backtraces for exceptions |
| ## Pull Requests | |
ISSUE_TEMPLATE.md
+0
-7
| @@ | @@ -1,7 +0,0 @@ |
| - | Hi, |
| - | |
| - | Before creating an issue, please check out the Contributing Guide: |
| - | |
| - | https://github.com/ankane/ahoy/blob/master/CONTRIBUTING.md |
| - | |
| - | Thanks! |