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 a pull request template #963

Merged
merged 6 commits into from
Dec 1, 2019
Merged
Changes from 1 commit
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
50 changes: 50 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!---
coilysiren marked this conversation as resolved.
Show resolved Hide resolved
This template provides some ideas of things to include in your PR description.
To start, try providing a short summary of your changes in the Title above.
If a section of the PR template does not apply to this PR, then delete that section.
-->

## Motivation

_(fill-in or delete this section)_

<!---
What goal is this change working towards?
If this PR fixes one of more issues, list them here.
One line each, like so:
Fixes #123
Fixes #39
-->

## Changes
coilysiren marked this conversation as resolved.
Show resolved Hide resolved

_(fill-in or delete this section)_

<!---
Provide a bullet pointed summary of how each file was changed.
Briefly explain any decisions you made with respect to the changes.
-->

## Testing

_(fill-in or delete this section)_

<!--- Describe how you tested this change. -->

## Reviewer Guidelines

_(fill-in or delete this section)_

<!--
Is there any particular feedback you would / wouldn't like?
Which parts of the code should reviewers focus on?
-->

## Out of Scope / Future Work
coilysiren marked this conversation as resolved.
Show resolved Hide resolved

_(fill-in or delete this section)_

<!--
Is this work closely related to any previous PRs?
Will there be more PRs in this series?
-->