Github user kanakb commented on the pull request:
https://github.com/apache/helix/pull/5#issuecomment-55795965
The steps are straightforward, and I can document them on the wiki:
0. Do a code review on the pull request on GitHub until it meets standards
(e.g. code style, correctness, etc)
1. Check out helix from apache.
2. Pull changes from remote fork, e.g.
git pull https://github.com/brandtg/helix master
2a. If git creates a merge commit message, append "(This closes #[PRNUM])"
to the end, otherwise, create a new empty commit with at least that text
3. Run tests and rat:
mvn test
mvn -Prat -DskipTests
4. git push origin master
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---