Skip to content

Commit aba357f

Browse files
author
Jakub Kukiełka
authored
Update CONTRIBUTING.md
This is to specifically state for contributors to make changes to their `develop` (or `develop`-derived) branch and not `master`.
1 parent 8a2196e commit aba357f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Before submitting your contribution please read the guidelines.
2626

2727
- Work in the `src` or `docs` folder and **DO NOT** add `dist` in the commits.
2828

29+
- In your own fork of this repository, always work in the `develop` branch or in a branch created from `develop`. Then when you want to submit the PR, do it from your `develop` or `develop`-derived branch.
30+
2931
- Make small commits as you work on the PR. They will be automatically squashed before merging.
3032

3133
- Provide convincing reason to add a new feature. Ideally you should open a suggestion/request issue first and have it greenlighted before working on it.

0 commit comments

Comments
 (0)