Skip to content

Commit e8186cc

Browse files
authored
feat: release latest doc to npm (#18)
1 parent 1a009ee commit e8186cc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Contributing
2+
3+
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.
4+
5+
## Code of Conduct
6+
7+
This repo has adopted [Contributor Covenant](https://www.contributor-covenant.org) as it's CoC, and we expect you to read it before contributing to the repository.
8+
9+
## Versioning
10+
11+
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.
12+
13+
## Branch Organizations
14+
15+
This project uses `master` branch as its release source. This project follows [GitHub Flow](https://guides.github.com/introduction/flow/) for adding new features or applying bug fixes, so in order to send your suggested PR, please follow the rules below:
16+
17+
- Fork the repository
18+
- Create a branch off `master`
19+
- Apply your changes and commit them
20+
- Send your pull request to the base branch, i.e. `master`
21+
22+
## Deployment Flow
23+
24+
This repository uses [GitHub Action](https://github.com/features/actions) and [Semantic Release](https://semantic-release.gitbook.io/) for automatic release management.

0 commit comments

Comments
 (0)