Welcome to the contribution guide of Prettier Config. This document will help you understand how to send a pull request to this repository so as to apply changes, add new features, or fix bugs.
This repo has adopted Contributor Covenant as it's CoC, and we expect you to read it before contributing to the repository.
This project follows SemVer. Any kind of breaking changes will result in major release, any new feature that supports backward compatibility will be released as minor, and bug fixes will be considered as a patch release.
This project uses master
branch as its release source. This project follows GitHub Flow for adding new features or applying bug fixes, so in order to send your suggested PR, please follow the rules below:
- Fork the repository
- Create a branch off
master
- Apply your changes and commit them
- Send your pull request to the base branch, i.e.
master
This repository uses GitHub Action and Semantic Release for automatic release management.