mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-10 07:05:29 +00:00
docs: add pr template and change owner in issues template (#94)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -3,7 +3,7 @@ name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: nick-invision
|
||||
assignees: nick-fields
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
10
.github/pull_request_template.md
vendored
Normal file
10
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
_Replace the bullet points below with your answers_
|
||||
|
||||
### Description
|
||||
|
||||
- What change is being made and why?
|
||||
|
||||
### Testing
|
||||
|
||||
- What tests were added?
|
||||
- These can be either ["integration tests"](./workflows/ci_cd.yml) or unit tests
|
||||
Reference in New Issue
Block a user