Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add pr template and change owner in issues template #94

Merged
merged 1 commit into from Aug 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Expand Up @@ -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**
Expand Down
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
@@ -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