diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6bcce42f549..066b2d920a2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -14,4 +14,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 4530e84c8f8..886bcf81136 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -1,6 +1,6 @@ --- name: Support request -about: Please use our forums (community.ory.sh) or the chat (ory.sh/chat) to ask for support. +about: Please use our forums (community.ory.sh) or the chat (ory.sh/chat) to ask for support --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2e616c5df57..8dffeeb983c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,14 @@ - - ## Related issue ## Proposed changes @@ -34,18 +20,24 @@ Describe the big picture of your changes here to communicate to the maintainers ## Checklist - [ ] I have read the [contributing guidelines](CONTRIBUTING.md) +- [ ] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security +vulnerability, I confirm that I got green light (please contact [hi@ory.sh](mailto:hi@ory.sh)) from the maintainers to push the changes. +- [ ] I signed the [Developer's Certificate of Origin](https://github.com/ory/keto/blob/master/CONTRIBUTING.md#developers-certificate-of-origin) +by signing my commit(s). You can amend your signature to the most recent commit by using `git commit --amend -s`. If you +amend the commit, you might need to force push using `git push --force HEAD:`. Please be very careful when using +force push. - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added necessary documentation within the code base (if appropriate) -- [ ] I have documented my changes in the [developer guide](https://github.com/ory/docs) (if appropriate, applies only to ORY Hydra, ORY Keto, ORY Oathkeeper). +- [ ] I have documented my changes in the [developer guide](https://github.com/ory/docs) (if appropriate) ## Further comments \ No newline at end of file +-->