diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..ce48accd20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report software bugs +title: "[Bug]: " +labels: Type:Bug +assignees: '' + +--- + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Describe the bug +A clear and concise description of what the bug is. + +## To Reproduce +Steps to reproduce the behavior: +1. +2. +3. +4. + +## Screenshots/output +If applicable, add screenshots or program output to help explain your problem. + +## System Specifications: + - Version: + - Platform: + - Subsystem: + +## How can this issue be closed? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..b4eff87996 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'Feature: ' +labels: Status:1-New, Type:Feature +assignees: '' + +--- + +## Background and motivation + +## Description of idea + +## Implementation details + +## Potential snags diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..40ec999d2e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ +## Summary of changes + + + + +## Types of changes + + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Required for Merging +- [ ] I have read the **CONTRIBUTING** document. +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. + - [ ] CI tests pass + - [ ] Local tests pass (including Serpent2 integration tests) + +## Associated Issues and PRs + + +- Issue: # + + +## Associated Developers + + +- Dev: @ + + +## Checklist for Reviewers + +Reviewers should use [this link](https://arfc.github.io/manual/guides/pull_requests) to get to the +Review Checklist before they begin their review.