Files
GitBucket/.github/PULL_REQUEST_TEMPLATE.md
2016-03-01 09:06:27 +01:00

532 B

Before submitting a pull-request to Gitbucket I have first:

  • [] read the contribution guidelines
  • [] rebased my branch over master
  • [] verified that project is compiling
  • [] verified that tests are passing
  • [] squashed my commits as appropriate (keep several commits if it is relevant to understand the PR)
  • [] marked as closed all issue ID that this PR should correct