Skip to content

Commit 0f935b9

Browse files
committed
chore: update repository templates to ory/meta@19eed81
1 parent 5b1a383 commit 0f935b9

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: "Design Document"
66
body:
77
- attributes:
88
value: |
9-
Thank you for writing this design document.
9+
Thank you for writing this design document.
1010
1111
One of the key elements of Ory's software engineering culture is the use of defining software designs through design docs. These are relatively informal documents that the primary author or authors of a software system or application create before they embark on the coding project. The design doc documents the high level implementation strategy and key design decisions with emphasis on the trade-offs that were considered during those decisions.
1212

.github/pull_request_template.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,14 @@ Put an `x` in the boxes that apply. You can also fill these out after creating t
3434
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.
3535
-->
3636

37-
- [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md)
38-
and signed the CLA.
39-
- [ ] I have referenced an issue containing the design document if my change
40-
introduces a new feature.
37+
- [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA.
38+
- [ ] I have referenced an issue containing the design document if my change introduces a new feature.
4139
- [ ] I have read the [security policy](../security/policy).
42-
- [ ] I confirm that this pull request does not address a security
43-
vulnerability. If this pull request addresses a security vulnerability, I
44-
confirm that I got approval (please contact
45-
[[email protected]](mailto:[email protected])) from the maintainers to push
46-
the changes.
47-
- [ ] I have added tests that prove my fix is effective or that my feature
48-
works.
49-
- [ ] I have added the necessary documentation within the code base (if
50-
appropriate).
40+
- [ ] I confirm that this pull request does not address a security vulnerability.
41+
If this pull request addresses a security vulnerability,
42+
I confirm that I got approval (please contact [[email protected]](mailto:[email protected])) from the maintainers to push the changes.
43+
- [ ] I have added tests that prove my fix is effective or that my feature works.
44+
- [ ] I have added the necessary documentation within the code base (if appropriate).
5145

5246
## Further comments
5347

CONTRIBUTING.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ contributions and don't want a wall of rules to get in the way of that.
4747

4848
That said, if you want to ensure that a pull request is likely to be merged,
4949
talk to us! You can find out our thoughts and ensure that your contribution
50-
won't clash with Ory Examples's direction. A great way to do this is via
51-
[Ory Examples Discussions](https://github.com/orgs/ory/discussions) or the
52-
[Ory Chat](https://www.ory.sh/chat).
50+
won't clash with Ory
51+
Examples's direction. A great way to
52+
do this is via
53+
[Ory Examples Discussions](https://github.com/orgs/ory/discussions)
54+
or the [Ory Chat](https://www.ory.sh/chat).
5355

5456
## FAQ
5557

@@ -66,7 +68,8 @@ won't clash with Ory Examples's direction. A great way to do this is via
6668
- I want to talk to other Ory Examples users.
6769
[How can I become a part of the community?](#communication)
6870

69-
- I would like to know what I am agreeing to when I contribute to Ory Examples.
71+
- I would like to know what I am agreeing to when I contribute to Ory
72+
Examples.
7073
Does Ory have
7174
[a Contributors License Agreement?](https://cla-assistant.io/ory/examples)
7275

@@ -116,9 +119,8 @@ to help out:
116119
We use [Slack](https://www.ory.sh/chat). You are welcome to drop in and ask
117120
questions, discuss bugs and feature requests, talk to other users of Ory, etc.
118121

119-
Check out [Ory Examples Discussions](https://github.com/orgs/ory/discussions).
120-
This is a great place for in-depth discussions and lots of code examples, logs
121-
and similar data.
122+
Check out [Ory Examples Discussions](https://github.com/orgs/ory/discussions). This is a great place for
123+
in-depth discussions and lots of code examples, logs and similar data.
122124

123125
You can also join our community calls if you want to speak to the Ory team
124126
directly or ask some questions. You can find more info and participate in

0 commit comments

Comments
 (0)