Skip to content
Snippets Groups Projects
Commit 6bdcbf0d authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update CONTRIBUTING.md

parent d399ccf2
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ If you can, please submit a merge request with the fix or improvements including
The workflow to make a merge request is as follows:
Create a feature branch, branch away from master
Write tests and code
Push the commit(s) to your fork
Submit a merge request (MR) to the master branch of
Link any relevant issues in the merge request description and leave a comment on them with a link back to the MR
Your tests should run as fast as possible, and if it uses test files, these files should be as small as possible.
Please keep the change in a single MR as small as possible. Split the functionality if you can
\ No newline at end of file
-Create a feature branch, branch away from master
-Write tests and code
-Push the commit(s) to your fork
-Submit a merge request (MR) to the master branch of
-Link any relevant issues in the merge request description and leave a comment on them with a link back to the MR
-Your tests should run as fast as possible, and if it uses test files, these files should be as small as possible.
-Please keep the change in a single MR as small as possible. Split the functionality if you can
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment