Skip to content

Commit d410f00

Browse files
authored
Update CONTRIBUTING.md
1 parent dc3ce15 commit d410f00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ One way to think about it is that your commit message should be able to complete
3030
#### Body
3131
For breaking changes, new features, refactors, or other major changes, the body of the commit message should describe the motivation behind the change in greater detail and may include references to the issue tracker. The body shouldn't repeat code/comments from the diff.
3232

33+
### Guidelines for Pull Requests
34+
35+
Wherever possible, pull requests should add a single feature or fix a single bug. Pull requests should not bundle several unrelated changes.
36+
3337
### Code Quality
3438

3539
#### Warnings

0 commit comments

Comments
 (0)