Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beradeep authored Aug 30, 2024
1 parent f6587e1 commit 7ce7cec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Explain examples with code for these updates.

### 🔠 Naming pull requests

1. If its a new feature: [feature/*]
2. If it's a bug fix: [bugFix/*]
3. If it's a documentation update: [documentation/*]
1. If its a new feature: [feat: *]
2. If it's a bug fix: [fix: *]
3. If it's a documentation update: [doc: *]

### Preparing a pull request for review

Expand All @@ -31,4 +31,4 @@ Explain examples with code for these updates.

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose.
Consult [GitHub Help](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
for more information on using pull requests.
for more information on using pull requests.

0 comments on commit 7ce7cec

Please sign in to comment.