From 3bee0585a1eab6f56ac048c4bc9d9cb00f09c469 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Wed, 22 May 2019 10:00:25 +0100 Subject: [PATCH] Remove section about dependencies are we're not doing vendoring anymore --- CONTRIBUTING.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fceb882ac..88bcb4f4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,18 +34,6 @@ 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) 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 For questions related to developing on Dendrite we have a dedicated room on