Skip to content

Commit

Permalink
docs(guidelines): added the guidelines for pr title convention
Browse files Browse the repository at this point in the history
  • Loading branch information
MahendraDani committed Jun 3, 2023
1 parent 8435bf5 commit edc4bff
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,23 @@ To create a PR you need to push your branch to the `origin` remote.

4. Finally, press the green button labelled as `Create pull request`.

### Pull Request title naming conventions
Please make sure to write the titles of your PRs according to the following conventions-
```
feat(scope): some title here
fix(scope): some title here
docs(scope): some title here
chore(scope): some title here
test(scope): some title here
build(scope): some title here
```

Keep in mind the following guidelines-
1. `scope` must be in **lowercase**
2. There must be a **blank space** after the colon.
3. The first letter of the title must be in **lowercase**

To learn more about conventional commit naming [click here](https://www.conventionalcommits.org/en/v1.0.0/)
## Learning Resources 📚

- [Git Started with GitHub](https://www.udemy.com/course/git-started-with-github/?LSNPUBID=JVFxdTr9V80&ranEAID=JVFxdTr9V80&ranMID=39197&ranSiteID=JVFxdTr9V80-.eo946O7LA.e_kedPDtXLw&utm_medium=udemyads&utm_source=aff-campaign)
Expand Down

0 comments on commit edc4bff

Please sign in to comment.