Skip to content

Files

Latest commit

 

History

History
40 lines (28 loc) · 2.3 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

40 lines (28 loc) · 2.3 KB

🚨 We'll only merge PRs which follow the folowing requirements, but you can open it anytime you want

Checkout the first PR using this guideline for clarrification.

  • Have concise title e.g. Add continous integration
  • Compare from a branch other than your master
  • Have the last release as their base
  • Use at least one of the labels bellow, ignore this item if source files were not touched
  • Use the label docs when PR contains typo-fixings, rephrasings which improve documental understanding and changes on the ubiquitous language

Proposed changes

If your only label is "docs", skip this "Proposed changes" all together.

Brief about your changes. Why is it effective? Which alternatives have you considered?

Relates

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

github even allow you to (un)check them on the PR

  • I have reviewed the most recent version of CONTRIBUTING to this repository
  • I have validated that lint and tests pass locally with my changes
  • I have added tests that prove the PR works (if appropriate)
  • I have covered at least 50% of the code
  • I have added necessary documentation (if appropriate)
  • I have merged the last version into my PR (if appropriate)
  • I have reviewed the PR and consider it to be small (to make reviewing it easier)