Fix github pull request templates
This commit is contained in:
parent
c25f88c874
commit
090eed4bd5
2 changed files with 3 additions and 2 deletions
16
.github/PULL_REQUEST_TEMPLATE/general.md
vendored
Normal file
16
.github/PULL_REQUEST_TEMPLATE/general.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: General Contribution
|
||||
about: A general code or documentation PR
|
||||
---
|
||||
> Please follow these steps before submitting your PR:
|
||||
>
|
||||
> - [ ] This PR targets the `develop` branch and not `master`
|
||||
> - [ ] If your PR is a work in progress, include [WIP] in its title
|
||||
> - [ ] Its commits' summaries are reasonably descriptive
|
||||
> - [ ] You've described what this PR addresses below
|
||||
> - [ ] You've included links to relevant issues, if any
|
||||
> - [ ] You've deleted this template
|
||||
>
|
||||
> Thank you for contributing to Doom Emacs! <3
|
||||
|
||||
Your description here...
|
Loading…
Add table
Add a link
Reference in a new issue