mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
add PR template for bugs and features (#1570)
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
parent
73ec01e83b
commit
c11052f826
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: bug report
|
||||
about: create a bug report
|
||||
name: Bug Report
|
||||
about: Create a bug report.
|
||||
---
|
||||
|
||||
Your issue may already be reported!
|
||||
|
33
.github/PULL_REQUEST_TEMPLATE/bug_or_feature.md
vendored
Normal file
33
.github/PULL_REQUEST_TEMPLATE/bug_or_feature.md
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Bug / Feature
|
||||
about: Submit a bug fix or feature.
|
||||
---
|
||||
|
||||
## PR Type
|
||||
What kind of change does this PR make?
|
||||
|
||||
<!-- Check the one that applies to this PR using "[x]". -->
|
||||
|
||||
- [ ] Bug fix
|
||||
- [ ] Feature
|
||||
- [ ] Refactor / code style change (no functional or public API changes)
|
||||
- [ ] Other
|
||||
|
||||
|
||||
## PR Checklist
|
||||
Check your PR fulfills the following:
|
||||
|
||||
<!-- For draft PRs check the boxes as you complete them. -->
|
||||
|
||||
- [ ] Tests for the changes have been added / updated.
|
||||
- [ ] Documentation comments have been added / updated.
|
||||
- [ ] A changelog entry has been made for the appropriate packages.
|
||||
|
||||
|
||||
## Overview
|
||||
<!-- Describe the current and new behavior. -->
|
||||
<!-- Emphasize any breaking changes. -->
|
||||
|
||||
|
||||
<!-- If this PR fixes or closes an issue, reference it here. -->
|
||||
<!-- Closes #000 -->
|
Loading…
Reference in New Issue
Block a user