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

Add Pull Request Template #489

Merged
merged 1 commit into from
Sep 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Pull Request Standard
about: You want to include modifications to the code base
title: ''
labels: 'Pull Request'
assignees: ''
---

## Content
<!-- Explain the reason for this change, if a feature is added, a bug is fixed, ... -->
This PR includes...

## Pre-submit checklist

- Branch
- [ ] Tests are provided (if possible)
- [ ] Commit sequence broadly makes sense
- [ ] Key commits have useful messages
- PR
- [ ] No clippy warnings in the CI
- [ ] Self-reviewed the diff
- [ ] Useful pull request description
- [ ] Reviewer requested
- Documentation
- [ ] Update README file (if relevant)
- [ ] Update documentation website (if relevant)
- [ ] Add dev blog post (if relevant)

## Comments
<!-- Some optional comments about the PR, such as how to run a command, or warnings about usage, .... -->

## Issue(s)
<!-- The issue(s) this PR relates to or closes -->
Relates to #YYY or Closes #YYY