Update CONTRIBUTING.md for development branch

This commit is contained in:
Kognise 2021-10-02 19:58:57 -04:00
parent d950cbc9f8
commit 958e142dd4
No known key found for this signature in database
GPG key ID: 4E7A3D01471F32AB

View file

@ -130,10 +130,12 @@ If you're not sure what kind of change you're making, pick "patch".
### Submit a Pull Request
Once your changes have been committed and you've created a changelog, you'll want to [submit a pull request](https://github.com/kognise/water.css/compare).
Once your changes have been committed and you've created a changelog, you'll want to [submit a pull request](https://github.com/kognise/water.css/compare/development..development).
Be sure to provide a clear description of what your pull request includes. If your pull request will close an existing issue, make sure to write `Closes #[id]` in the pull request description, where `[id]` is replaced by the issue your pull request will close.
Make sure that you create your pull request with the base set to the `development` branch. This is where all the changes for the next update go.
After submitting a pull request, it will need to be reviewed by a maintainer of the project before being merged. You may be asked to make some changes to your pull request.
After your change has been reviewed and merged, you can celebrate as the newest contributor to the Water.css project! 🎉
@ -167,3 +169,10 @@ After your change has been reviewed and merged, you can celebrate as the newest
- **`src/builds`** contains entry files for the different versions water.css comes in: auto, dark and light
- **`src/parts`** contains the water.css source code organized in separate files by its kind, like "forms" or "typography"
### Branches
The `master` branch contains the code that is currently published, for example on NPM.
In contrast, the `development` branch contains all the changes that will come in the next official release. When updating Water.css, software called Changesets will automatically figure out what version increase has to be made.