Skip to content

Commit

Permalink
Add note about suggesting changes to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibevers committed Apr 12, 2024
1 parent f7e6502 commit fbdf5e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Please use the following workflow when contributing:

This approach ensures that tasks, issues, and branches all have names that clearly correspond. It also facilitates incremental neatly scoped changes since it tends to keep the scope of individual changes narrow.

If you would like to change this workflow, please use the current workflow process to suggest a change to this document.

When submitting a pull request, we ask you to check the following:

1. **Unit tests**, **documentation**, and **code style** are in order.
Expand All @@ -22,3 +24,5 @@ When submitting a pull request, we ask you to check the following:

2. The contributed code will be **licensed under the same [license](LICENSE) as the rest of the repository**, If you did not write the code yourself, you must ensure the existing license is compatible and include the license information in the contributed files, or obtain permission from the original author to relicense the contributed code.



0 comments on commit fbdf5e2

Please sign in to comment.