You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ Below is a set of general guidelines for different types of changes.
27
27
28
28
### Pull Request Naming Guidelines
29
29
30
-
We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for our pull request titles (and commit messages on the master branch). Please follow the guidelines below when naming pull requests.
30
+
We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for our pull request titles (and commit messages on the master branch) and also include the author name at the end inside parenthesis. Please follow the guidelines below when naming pull requests.
31
+
31
32
32
33
For types, we use the following:
33
34
@@ -44,6 +45,12 @@ For types, we use the following:
44
45
-`revert`: Reverts a previous commit
45
46
-`chore`: Other changes that don't apply to any of the above
46
47
48
+
#### Examples
49
+
50
+
-`feat: add new feature (@github_username)`
51
+
-`impr(quotes): add english quotes (@username)`
52
+
-`fix(leaderboard): show user rank correctly (@user1, @user2, @user3)`
53
+
47
54
### Theme Guidelines
48
55
49
56
<!-- TODO: add screenshots to provide examples for dos and don'ts -->
0 commit comments