wetcat-studios / fortie

Laravel 5 package for Fortnox API
Apache License 2.0
19 stars 20 forks source link

Setup contribution strategy #76

Closed agoransson closed 3 years ago

agoransson commented 3 years ago

Add contribution walkthrough in readme, to make it easier for new contributors to start pushing content.

  1. Avoid PR's to master/develop
  2. Always have a release branch "alive".
  3. There should always be a ticket/issue to work on for a PR - unless it's a new fix and then the user should create an issue.
  4. (possibly) require PR's to be reviewed by another contributor.