Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 1.22 KB

Contributing

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.

Code of Conduct

This repo has adopted Contributor Covenant as it's CoC, and we expect you to read it before contributing to the repository.

Versioning

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.

Branch Organizations

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

Deployment Flow

This repository uses GitHub Action and Semantic Release for automatic release management.