Add new Issue & PR templates

This commit is contained in:
Henrik Lissner 2019-05-01 20:48:28 -04:00
parent eb47568701
commit 9fc87049ab
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 150 additions and 35 deletions

View file

@ -0,0 +1,14 @@
---
name: "Bug Fix"
about: "For fixing bugs originating from Doom"
title: "[BUGFIX] "
labels: "is:bug", "status:pending-review"
---
> This category is for bug fixes.
Thank you for contributing to Doom!
Before you submit this PR, please make sure it is targeted at `develop` and not
`master`. Include links to relevant issues or, if the issue isn't self-evident,
describe the problem that is being fixed.

View file

@ -0,0 +1,13 @@
---
name: "Documentation"
about: "PRs that affect documentation files"
title: "[DOCS] "
labels: "re:docs", "status:pending-review"
---
> This category is for additions or corrections to Doom's documentation.
Thank you for contributing to Doom!
Before you submit this PR, please make sure it is targeted at `develop` and not
`master`.

View file

@ -0,0 +1,15 @@
---
name: "Maintenance"
about: "Minor corrections, refactors or bugfixes for changes upstream"
title: "[REFACTOR] "
labels: "is:refactor", "status:pending-review"
---
> This category is for PRs that preform minor or cosmetic changes, refactors, or
> fixes for bugs introduced by changes upstream or elsewhere.
Thank you for contributing to Doom!
Before you submit this PR, please make sure it is targeted at `develop` and not
`master`. Include links to relevant issues or, if the issue isn't self-evident,
describe the problem that is being fixed.

View file

@ -0,0 +1,13 @@
---
name: "New Module"
about: "For brand spankin' new modules"
title: "[MODULE] "
labels: "is:request", "re:modules", "status:pending-review"
---
> This category is for PRs that add new modules.
Thank you for contributing to Doom!
Before you submit this PR, please make sure it is targeted at `develop` and not
`master`.