Rework our pull request template (#3584)
This commit is contained in:
parent
3cbd5b4934
commit
26d2e5c5ce
2 changed files with 4 additions and 19 deletions
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<!--
|
||||
Thank you for contributing to GitHub CLI!
|
||||
To reference an open issue, please write this in your description: `Fixes #NUMBER`
|
||||
-->
|
||||
19
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
19
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
vendored
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
name: "\U0001F41B Bug fix"
|
||||
about: Fix a bug in GitHub CLI
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Please make sure you read our contributing guidelines at
|
||||
https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md
|
||||
before opening a pull request. Thanks!
|
||||
-->
|
||||
|
||||
## Summary
|
||||
|
||||
closes #[issue number]
|
||||
|
||||
## Details
|
||||
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue