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 PR description markdown template #37

Merged
merged 2 commits into from
Mar 20, 2024
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
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
Please include a summary of the change;
Please also include relevant motivation and context;
Consider describing the type of change - If it's a new feature, a bug fix, a refactor, etc.
-->

### Does this change relate to existing features or pull requests?

<!--
Include links to issues that should be fixed with this change or that are related to this change.
If this change depends on existing pull requests, also include a link to them here.
If this change needs a follow up, describe what still needs to be done, including links to already opened issues or pull requests.
-->

### Does this change require an update to the documentation?

<!--
If relevant, please consider reflecting the changes you are introducing in our documentation.
-->

### How has this been tested?

<!--
Please describe the tests you ran to verify your change;
Additionally, provide reproducible instructions;
Finally, also list any relevant details for your test configuration.
-->
Loading