Add issue and PR templates
This commit is contained in:
parent
df6af2b282
commit
3a48c9bc2d
3 changed files with 63 additions and 0 deletions
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Report an issue with Emacs Prelude you've discovered.
|
||||
---
|
||||
|
||||
*Use the template below when reporting bugs. Please, make sure that
|
||||
you're running the latest Emacs Prelude 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
|
||||
|
||||
### Emacs version
|
||||
|
||||
*E.g. 24.5* (use <kbd>M-x emacs-version</kbd> to check it if unsure)
|
||||
|
||||
### Operating system
|
||||
|
||||
*E.g. Fedora 23, OS X 10.11 "El Capitan", Windows 10, etc*
|
Loading…
Add table
Add a link
Reference in a new issue