Fix github pull request templates

This commit is contained in:
Henrik Lissner 2020-04-30 18:32:06 -04:00
parent c25f88c874
commit 090eed4bd5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 2 deletions

View 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...