Skip to content

Commit

Permalink
chore: update repository templates (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jan 21, 2021
1 parent 341f3ed commit 183d421
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
22 changes: 10 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ or the [ORY Chat](https://www.ory.sh/chat).
- I want to talk to other ORY Hydra users.
[How can I become a part of the community?](#communication)

- I would like to know what I am agreeing to when I contribute to ORY
Hydra. Does ORY have
- I would like to know what I am agreeing to when I contribute to ORY Hydra.
Does ORY have
[a Contributors License Agreement?](https://cla-assistant.io/ory/)

- I would like updates about new versions of ORY Hydra.
Expand Down Expand Up @@ -112,10 +112,8 @@ 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.

Check out
[ORY Hydra Discussions](https://github.com/ory/hydra/discussions). This
is a great place for in-depth discussions and lots of code examples, logs and
similar data.
Check out [ORY Hydra Discussions](https://github.com/ory/hydra/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 @@ -162,8 +160,8 @@ 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/hydra/tree/master/docs) folder. Generate API
and configuration reference documentation using `cd docs; npm run gen`.
[docs](https://github.com/ory/hydra/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/hydra/blob/master/README.md).
Expand Down Expand Up @@ -209,10 +207,10 @@ please include a note in your commit message explaining why.

```
# First you clone the original repository
git clone git@github.com:ory/Hydra.git
git clone git@github.com:ory/ory/hydra.git
# Next you add a git remote that is your fork:
git remote add fork git@github.com:<YOUR-GITHUB-USERNAME-HERE>/Hydra.git
git remote add fork git@github.com:<YOUR-GITHUB-USERNAME-HERE>/ory/hydra.git
# Next you fetch the latest changes from origin for master:
git fetch origin
Expand Down Expand Up @@ -248,8 +246,8 @@ community a safe place for you and we've got your back.
marginalized groups.
- Private harassment is also unacceptable. No matter who you are, if you feel
you have been or are being harassed or made uncomfortable by a community
member, please contact one of the channel ops or a member of the ORY
Hydra core team immediately.
member, please contact one of the channel ops or a member of the ORY Hydra
core team immediately.
- Likewise any spamming, trolling, flaming, baiting or other attention-stealing
behaviour is not welcome.

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ please include a note in your commit message explaining why.

```
# First you clone the original repository
git clone git@github.com:ory/Hydra.git
git clone git@github.com:ory/ory/hydra.git
# Next you add a git remote that is your fork:
git remote add fork git@github.com:<YOUR-GITHUB-USERNAME-HERE>/Hydra.git
git remote add fork git@github.com:<YOUR-GITHUB-USERNAME-HERE>/ory/hydra.git
# Next you fetch the latest changes from origin for master:
git fetch origin
Expand Down

0 comments on commit 183d421

Please sign in to comment.