Skip to content

Commit 6fea79b

Browse files
authored
Clarify PRs section (twbs#32027)
1 parent e6f8428 commit 6fea79b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,12 @@ Good pull requests—patches, improvements, new features—are a fantastic
123123
help. They should remain focused in scope and avoid containing unrelated
124124
commits.
125125

126-
**Please ask first** before embarking on any significant pull request (e.g.
126+
**Please ask first** before embarking on any **significant** pull request (e.g.
127127
implementing features, refactoring code, porting to a different language),
128128
otherwise you risk spending a lot of time working on something that the
129-
project's developers might not want to merge into the project.
129+
project's developers might not want to merge into the project. For trivial
130+
things, or things that don't require a lot of your time, you can go ahead and
131+
make a PR.
130132

131133
Please adhere to the [coding guidelines](#code-guidelines) used throughout the
132134
project (indentation, accurate comments, etc.) and any other requirements

0 commit comments

Comments
 (0)