diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..51d55fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +*Use the template below when reporting bugs. Please, make sure that +you're running the latest stable Projectile and that the problem you're reporting +hasn't been reported (and potentially fixed) already.* + +**Remove all of the placeholder text in your final report!** + +## Expected behavior + +## Actual behavior + +## Steps to reproduce the problem + +*This is extremely important! Providing us with a reliable way to reproduce +a problem will expedite its solution.* + +## Environment & Version information + +### Projectile version information + +*Include here the version string displayed by `M-x +projectile-version`. Here's an example:* + +``` +Projectile version: 0.13 +``` + +### Emacs version + +*E.g. 24.5* (use <kbd>C-h C-a</kbd> to see it) + +### Operating system + +*E.g. Windows 10* |
