From eb1a936b88d9ab731f6983890bdcd83649620af2 Mon Sep 17 00:00:00 2001 From: Willy Lulciuc Date: Tue, 14 Jan 2020 12:31:51 -0800 Subject: [PATCH] Remove 'Add review label' step when contributing (#702) You need write access add the `Review` label. Signed-off-by: wslulciuc --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9e7a5f65a..846412555b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,9 +49,8 @@ $ ./gradlew spotlessApply 5. Write a test for your change 6. Make sure `.java` files are formatted: `./gradlew spotlessJavaCheck` 7. Push change to your fork and [submit a pull request](https://github.com/MarquezProject/marquez/compare) -8. Add the ["review"](https://github.com/MarquezProject/marquez/labels/review) label to your pull request -9. Work with project maintainers to get your change reviewed and merged into the `master` branch -10. Delete your branch +8. Work with project maintainers to get your change reviewed and merged into the `master` branch +9. Delete your branch To ensure your pull request is accepted, follow these guidelines: