Move issue/PR templates to docs/
This commit is contained in:
parent
570bbb9957
commit
59d37334e3
3 changed files with 30 additions and 36 deletions
36
.github/ISSUE_TEMPLATE
vendored
36
.github/ISSUE_TEMPLATE
vendored
|
@ -1,36 +0,0 @@
|
|||
Please check off the following before submitting your issue:
|
||||
|
||||
+ [ ] I ran `make clean && make` and restarted Emacs, but the issue persists.
|
||||
+ [ ] I ran `make doctor` and it produced nothing conclusive.
|
||||
+ [ ] [The troubleshooting section of the FAQ](/wiki/FAQ#troubleshooting) says
|
||||
nothing about my issue.
|
||||
+ [ ] I read the README.org files of any modules that are relevant (that I am
|
||||
aware of).
|
||||
+ [ ] I filled out the four fields in the template below.
|
||||
+ [ ] I have deleted this checklist and message.
|
||||
|
||||
---
|
||||
|
||||
### Observed behavior
|
||||
|
||||
Describe what happened.
|
||||
|
||||
### Expected behavior
|
||||
|
||||
Describe what you expected to happen.
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
1. Select these example steps,
|
||||
2. Delete them,
|
||||
3. And replace them with precise steps to reproduce your issue.
|
||||
|
||||
### System information
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
|
||||
```
|
||||
Replace this line with the output of `M-x doom/info` OR `DEBUG=1 make doctor`
|
||||
```
|
||||
</details>
|
5
.github/PULL_REQUEST_TEMPLATE
vendored
5
.github/PULL_REQUEST_TEMPLATE
vendored
|
@ -1,5 +0,0 @@
|
|||
Thank you for contributing to Doom!
|
||||
|
||||
Before you submit this PR, please make sure it is targeted at develop, not
|
||||
master (unless this is a fix for a critical error). Then replace this message
|
||||
with a description of your changes.
|
Loading…
Add table
Add a link
Reference in a new issue