Skip to content

Commit

Permalink
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -29,4 +29,12 @@ Documentation is currently in [this repository Wiki](https://github.com/gobuffal

If you want to contribute, please read this article first: [Contributing to Open Source Git Repositories in Go](https://splice.com/blog/contributing-open-source-git-repositories-go/). It shows how to configure your git environment to avoid common pitfalls. This article is recommended to all those who are looking to contribute to any Go projects.

^ Taken from [gobuffalo.io](https://https://gobuffalo.io/docs/contributing)
^ Taken from [gobuffalo.io](https://https://gobuffalo.io/docs/contributing)

### PR to development branch

The way we release in Tags is:

1. We use `development` branch to accumulate changes to be released
2. Once we decide to make a release we send a PR from `development` to `master` with those changes to be added.
3. Once that PR gets merged we tag a new release with the vX.X.X scheme.

0 comments on commit 2359f6e

Please sign in to comment.