Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 27, 2024
1 parent beb1955 commit 7fc895d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Please ensure your pull request adheres to the following guidelines:
- Write good commit messages by following [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
- Include relevant issue number if applicable.
- Your PR should follow this pattern: `fix|feat|chore|docs|style|refactor|perf|test|ci|build|breaking-change|revert: <description>`. For example, `feat: add new feature` or `fix: fix a bug`. Note that description can contain only alphanumeric characters and `-`, `.` and `_` characters.
- Before you make a push to your branch, make sure you rebase your branch with the latest changes from the `main` branch.

## Documentation

Expand Down

0 comments on commit 7fc895d

Please sign in to comment.