mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-19 16:20:51 +01:00
Added notes for contributing to dependencies (#435)
Signed-off-by: Thibaut CHARLES cromfr@gmail.com
This commit is contained in:
parent
1f61537d66
commit
5ebd64c508
1 changed files with 12 additions and 0 deletions
|
@ -33,6 +33,18 @@ nonetheless fairly well-contained.
|
||||||
We ask people who are familiar with Dendrite to leave the [good first issue](https://github.com/matrix-org/dendrite/labels/good%20first%20issue)
|
We ask people who are familiar with Dendrite to leave the [good first issue](https://github.com/matrix-org/dendrite/labels/good%20first%20issue)
|
||||||
issues so that there is always a way for new people to come and get involved.
|
issues so that there is always a way for new people to come and get involved.
|
||||||
|
|
||||||
|
## Contributing to dependencies
|
||||||
|
|
||||||
|
Dependencies are located in `vendor/src` and are managed by `gb`. If you need
|
||||||
|
to make some changes in those directories, you first need to open a PR in the
|
||||||
|
dependency repository. Once your PR is merged, you need to run `gb vendor
|
||||||
|
update $repo_url` (example: `gb vendor update github.com/matrix-org/gomatrix`)
|
||||||
|
in the dendrite repository to update the dependency.
|
||||||
|
|
||||||
|
You can then create a commit containing only the modified vendor files (along
|
||||||
|
with the `vendor/manifest` file), name it with the command you just ran (ie
|
||||||
|
`gb vendor update github.com/matrix-org/gomatrix`), and open a PR on Dendrite.
|
||||||
|
|
||||||
## Getting Help
|
## Getting Help
|
||||||
|
|
||||||
For questions related to developing on Dendrite we have a dedicated room on
|
For questions related to developing on Dendrite we have a dedicated room on
|
||||||
|
|
Loading…
Reference in a new issue