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 5a138d35 #250

Merged
merged 1 commit into from Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: ORY Community
url: https://community.ory.sh/
about: Please ask and answer questions here.
- name: ORY Dockertest Forum
url: https://github.com/ory/dockertest/discussions
about: Please ask and answer questions here, show your implementations and discuss ideas.
- name: ORY Chat
url: https://www.ory.sh/chat
about: Hang out with other ORY community members and ask and answer questions.
- name: ORY Enterprise Contact
url: https://www.ory.sh/contact
about: Jared will help you with your enterprise-related inquiries.
- name: ORY Support for Business
url: https://github.com/ory/open-source-support/blob/master/README.md
about: Buy professional support for ORY Dockertest.
26 changes: 15 additions & 11 deletions CONTRIBUTING.md
Expand Up @@ -48,14 +48,16 @@ contributions, and don't want a wall of rules to get in the way of that.

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

## FAQ

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

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

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

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

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

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

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

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

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

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

## Disclosing vulnerabilities

Expand Down