Skip to content

Commit ee99e44

Browse files
committed
docs: add info on draft pull requests for work of longer duration
1 parent 465ab44 commit ee99e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This ensures that any changes you've made will still result in a clean and funct
3737
3838
* _ALWAYS_ submit pull requests against the [dev branch](https://github.com/pattern-lab/patternlab-node/tree/dev). If this does not occur, I will first, try to redirect you gently, second, attempt to redirect the target branch myself, thirdly, port over your contribution manually if time allows, and/or lastly, close your pull request. If you have a major feature to stabilize over time, talk to @bmuenzenmeyer via an issue about making a dedicated `feature-branch`
3939
* Keep your pull requests concise and limited to **ONE** substantive change at a time. This makes reviewing and testing so much easier.
40+
* If it takes you considerable time to finish your work, submit a [draft pull request](https://github.blog/2019-02-14-introducing-draft-pull-requests/). This is Github's way to indicate work in progress but allows for feedback.
4041
* Commits should reference the issue you are adressing. For any Pull Request that you send, use the template provided.
4142
* Commits are best formatted using the [conventional commits pattern](https://conventionalcommits.org/).
4243
* If you can, add some unit tests using the existing patterns in the `.packages/core/test` directory

0 commit comments

Comments
 (0)