diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a0e5ec07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..6bcce42f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +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 diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md new file mode 100644 index 00000000..c301206c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security.md @@ -0,0 +1,8 @@ +--- +name: Disclose vulnerability +about: Please do not open a public issue about the vulnerability but instead disclose it directly to hi@ory.sh + +--- + +Please refrain from publishing (potential) security vulnerabilities publicly on the forums, the chat, or GitHub. Instead, +send us an email to [hi@ory.sh](mailto:hi@ory.sh) and we will respond within 24 hours. diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 00000000..4530e84c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,8 @@ +--- +name: Support request +about: Please use our forums (community.ory.sh) or the chat (ory.sh/chat) to ask for support. + +--- + +Please use issues only to file potential bugs or request features. For everything else please go to +the [ORY Community](https://community.ory.sh/) or join the [ORY Chat](https://www.ory.sh/chat). diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..2e616c5d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,51 @@ + + +## Related issue + + + +## Proposed changes + + + +## Checklist + + + +- [ ] I have read the [contributing guidelines](CONTRIBUTING.md) +- [ ] 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). + +## Further comments + + \ No newline at end of file