Add new Issue & PR templates
This commit is contained in:
parent
eb47568701
commit
9fc87049ab
10 changed files with 150 additions and 35 deletions
14
docs/PULL_REQUEST_TEMPLATE/bug_fix.md
Normal file
14
docs/PULL_REQUEST_TEMPLATE/bug_fix.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue