Skip to content

Commit 05646d9

Browse files
authored
chore: update repository templates (#250)
1 parent 5b244b7 commit 05646d9

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

.github/ISSUE_TEMPLATE/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: ORY Community
4-
url: https://community.ory.sh/
5-
about: Please ask and answer questions here.
3+
- name: ORY Dockertest Forum
4+
url: https://github.com/ory/dockertest/discussions
5+
about: Please ask and answer questions here, show your implementations and discuss ideas.
66
- name: ORY Chat
77
url: https://www.ory.sh/chat
88
about: Hang out with other ORY community members and ask and answer questions.
9-
- name: ORY Enterprise Contact
10-
url: https://www.ory.sh/contact
11-
about: Jared will help you with your enterprise-related inquiries.
9+
- name: ORY Support for Business
10+
url: https://github.com/ory/open-source-support/blob/master/README.md
11+
about: Buy professional support for ORY Dockertest.

CONTRIBUTING.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ contributions, and don't want a wall of rules to get in the way of that.
4848

4949
That said, if you want to ensure that a pull request is likely to be merged,
5050
talk to us! You can find out our thoughts and ensure that your contribution
51-
won't clash or be obviated by ORY Dockertest's normal direction. A great way to
52-
do this is via the [ORY Community](https://community.ory.sh/) or join the
53-
[ORY Chat](https://www.ory.sh/chat).
51+
won't clash or be obviated by ORY
52+
Dockertest's normal direction. A great way to
53+
do this is via
54+
[ORY Dockertest Discussions](https://github.com/ory/dockertest/discussions)
55+
or the [ORY Chat](https://www.ory.sh/chat).
5456

5557
## FAQ
5658

5759
- I am new to the community. Where can I find the
58-
[ORY Community Code of Conduct?](https://github.com/ory/Dockertest/blob/master/CODE_OF_CONDUCT.md)
60+
[ORY Community Code of Conduct?](https://github.com/ory/dockertest/blob/master/CODE_OF_CONDUCT.md)
5961

6062
- I have a question. Where can I get
6163
[answers to questions regarding ORY Dockertest?](#communication)
@@ -77,14 +79,14 @@ do this is via the [ORY Community](https://community.ory.sh/) or join the
7779
## How can I contribute?
7880

7981
If you want to start contributing code right away, we have a
80-
[list of good first issues](https://github.com/ory/Dockertest/labels/good%20first%20issue).
82+
[list of good first issues](https://github.com/ory/dockertest/labels/good%20first%20issue).
8183

8284
There are many other ways you can contribute without writing any code. Here are
8385
a few things you can do to help out:
8486

8587
- **Give us a star.** It may not seem like much, but it really makes a
86-
difference. This is something that everyone can do to help out ORY
87-
Dockertest. Github stars help the project gain visibility and stand out.
88+
difference. This is something that everyone can do to help out ORY Dockertest.
89+
Github stars help the project gain visibility and stand out.
8890

8991
- **Join the community.** Sometimes helping people can be as easy as listening
9092
to their problems and offering a different perspective. Join our Slack, have a
@@ -110,8 +112,10 @@ a few things you can do to help out:
110112
We use [Slack](https://www.ory.sh/chat). You are welcome to drop in and ask
111113
questions, discuss bugs and feature requests, talk to other users of ORY, etc.
112114

113-
We have a [forum](https://community.ory.sh/). This is a great place for in-depth
114-
discussions and lots of code examples, logs and similar data.
115+
Check out
116+
[ORY Dockertest Discussions](https://github.com/ory/dockertest/discussions). This
117+
is a great place for in-depth discussions and lots of code examples, logs and
118+
similar data.
115119

116120
You can also join our community hangout, if you want to speak to the ORY team
117121
directly or ask some questions. You can find more info on the hangouts in
@@ -158,11 +162,11 @@ should be merged by the submitter after review.
158162

159163
Please provide documentation when changing, removing, or adding features.
160164
Documentation resides in the project's
161-
[docs](https://github.com/ory/Dockertest/tree/master/docs) folder. Generate API
165+
[docs](https://github.com/ory/dockertest/tree/master/docs) folder. Generate API
162166
and configuration reference documentation using `cd docs; npm run gen`.
163167

164168
For further instructions please head over to
165-
[docs/README.md](https://github.com/ory/Dockertest/blob/master/README.md).
169+
[docs/README.md](https://github.com/ory/dockertest/blob/master/README.md).
166170

167171
## Disclosing vulnerabilities
168172

0 commit comments

Comments
 (0)