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

chore: update repository template to 0f4b64a2 #2630

Merged
merged 1 commit into from
Jul 12, 2021
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: 18 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
## Related issue
<!--
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.

This text will be included in the changelog. If applicable, include links to documentation or pieces of code.
If your change includes breaking changes please add a codeblock documenting the breaking change:

```
BREAKING CHANGES: This patch changes the behavior of configuration item `foo` to do bar. To keep the existing
behavior please do baz.
```
-->

## Related issue(s)

<!--
Please link the GitHub issue this pull request resolves in the format of `#1234`. If you discussed this change
Expand All @@ -11,24 +23,14 @@ You can discuss changes with maintainers either in the Github Discusssions in th
join the [Ory Chat](https://www.ory.sh/chat).
-->

## Proposed changes
## Checklist

<!--
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
Put an `x` in the boxes that apply. You can also fill these out after creating the PR.

If your change includes breaking changes please add a codeblock documenting the breaking change:
Please be aware that pull requests must have all boxes ticked in order to be merged.

```
BREAKING CHANGES: This patch changes the behavior of configuration item `foo` to do bar. To keep the existing
behavior please do baz.
```
-->

## Checklist

<!--
Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
If you're unsure about any of them, don't hesitate to ask. We're here to help!
-->

- [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md).
Expand All @@ -44,7 +46,7 @@ them, don't hesitate to ask. We're here to help! This is simply a reminder of wh
works.
- [ ] I have added or changed [the documentation](docs/docs).

## Further comments
## Further Comments

<!--
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution
Expand Down