- Coding Standards
- Sign your commits
- Code Review Process
- Github Workflow
- We use Travis CI for unit testing. We require passage of unit tests to merge PRs. To start this automated testing in a PR, please assure you have an account with Travis based on your GitHub account. See Travis CI to confirm or create your account.
- Information about setting up your development environment and the structure of the RChain GitHub repository is available in RChain/README.md.
If you're picking up someone else's pull request, then whatever you do must preserve the commit history. We're not going to squash commits for now.