pfhub
pfhub copied to clipboard
Include simulation benchmark review process on development page
Something like:
- Pull into a local branch and build with Jekyll. If it warns or fails, comment on the PR.
- Visually check that the PR lives up to its title. Note typos.
- If it looks good, check the Travis-CI output. If it failed in HTML checking, that's fine.
- Conduct a code review using GitHub's tools or https://reviewable.io. Try to accept every modified file, not the PR as a whole (reviewable makes this easier).
- Wait for the developer to respond to your comments or fix objections.
- Finally, when it's correct, merge on the command line (--no-ff) and push.