Merge pull request #670 from jcari-dev/fix/contributing-typo

docs(contributing): Typo Correction
This commit is contained in:
Anoop M D 2023-10-23 00:31:22 +05:30 committed by GitHub
commit 213f21bd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,5 @@ Please reference [development.md](docs/development.md) for instructions on runni
- Please follow the format of creating branches
- feature/[feature name]: This branch should contain changes for a specific feature
- Example: feature/dark-mode
- bugfix/[bug name]: This branch should container only bug fixes for a specific bug
- bugfix/[bug name]: This branch should contain only bug fixes for a specific bug
- Example bugfix/bug-1