Skip to content

Commit

Permalink
Remove 'Add review label' step when contributing (#702)
Browse files Browse the repository at this point in the history
You need write access add the `Review` label.

Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Jan 14, 2020
1 parent 11842d8 commit eb1a936
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit eb1a936

Please sign in to comment.