parent
87d74c31d8
commit
3a7889e05b
|
|
@ -21,7 +21,7 @@ Most of this is common sense, but please try to stick to the conventions listed
|
||||||
Don't bundle multiple features/changes (e.g. a new _Theme_ and a fix to an existing plugin) into a single Pull Request - create one PR for the theme, and a separate PR for the fix.
|
Don't bundle multiple features/changes (e.g. a new _Theme_ and a fix to an existing plugin) into a single Pull Request - create one PR for the theme, and a separate PR for the fix.
|
||||||
* For complex changes, try to _squash_ your changes into a single commit before
|
* For complex changes, try to _squash_ your changes into a single commit before
|
||||||
pushing code. Once you've pushed your code and opened a PR, please refrain
|
pushing code. Once you've pushed your code and opened a PR, please refrain
|
||||||
from force-pushing changes to the PR branch – remember, bash-it is a
|
from force-pushing changes to the PR branch – remember, Bash-it is a
|
||||||
distributed project and your branch may be in use already.
|
distributed project and your branch may be in use already.
|
||||||
* When in doubt, open a PR with too many commits. Bash-it is a learning project
|
* When in doubt, open a PR with too many commits. Bash-it is a learning project
|
||||||
for everyone involved. Showing your work provides a great history for folks
|
for everyone involved. Showing your work provides a great history for folks
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue