mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
Merge pull request #5520 from urbit/update-contributing
readme: update CONTRIBUTING.md
This commit is contained in:
commit
0cad4413ea
@ -9,8 +9,12 @@ interface, see its [contribution guidelines][interface].
|
|||||||
|
|
||||||
For information on Arvo's maintainers, see [pkg/arvo][main].
|
For information on Arvo's maintainers, see [pkg/arvo][main].
|
||||||
|
|
||||||
|
For more extensive information on Urbit development, such as how to set up an
|
||||||
|
environment and how to submit a grant, see the [developer documentation][dev].
|
||||||
|
|
||||||
[start]: https://urbit.org/using/install
|
[start]: https://urbit.org/using/install
|
||||||
[interface]: /pkg/interface/CONTRIBUTING.md
|
[interface]: /pkg/interface/CONTRIBUTING.md
|
||||||
|
[dev]: https://urbit.org/docs/development
|
||||||
|
|
||||||
## Fake ships
|
## Fake ships
|
||||||
|
|
||||||
@ -55,8 +59,9 @@ urbit -F zod -B "bin/solid.pill" -A "pkg/arvo"
|
|||||||
|
|
||||||
The canonical source tree is the `master` branch of
|
The canonical source tree is the `master` branch of
|
||||||
[https://github.com/urbit/urbit][repo]. You should typically branch off of
|
[https://github.com/urbit/urbit][repo]. You should typically branch off of
|
||||||
`master` when commencing new work; similarly, when we pull in your
|
`master` when commencing new work. Most pull requests should be merging into
|
||||||
contribution, we'll do so by merging it to `master`.
|
one of the `next/*` branches, depending on what part of the system the pull
|
||||||
|
request is targeting.
|
||||||
|
|
||||||
Since we use GitHub, we request you contribute via a GitHub pull request. Tag
|
Since we use GitHub, we request you contribute via a GitHub pull request. Tag
|
||||||
the [maintainer][main] for the component. If you have a question for the
|
the [maintainer][main] for the component. If you have a question for the
|
||||||
@ -294,5 +299,5 @@ Questions or other communications about contributing to Urbit can go to
|
|||||||
[repo]: https://github.com/urbit/urbit
|
[repo]: https://github.com/urbit/urbit
|
||||||
[reba]: https://git-rebase.io/
|
[reba]: https://git-rebase.io/
|
||||||
[issu]: https://github.com/urbit/urbit/issues
|
[issu]: https://github.com/urbit/urbit/issues
|
||||||
[hoon]: https://urbit.org/docs/learn/hoon/style/
|
[hoon]: https://urbit.org/docs/hoon/reference/style
|
||||||
[main]: https://github.com/urbit/urbit/tree/master/pkg/arvo#maintainers
|
[main]: https://github.com/urbit/urbit/tree/master/pkg/arvo#maintainers
|
||||||
|
Loading…
Reference in New Issue
Block a user