diff --git a/README b/README index aafa7ea6b1c01d8c547c15d5a93f8cd0c1430d9f..1b2039628a24f8c98e1e3f362e41a30ff4940201 100644 --- a/README +++ b/README @@ -7,6 +7,7 @@ git-hosted version currently under development for automated tests etc. ## Policy for contributing * `master` branch is protected, changes can only be made via merge requests. * To propose changes: - * Open an issue to discuss the matter - * Then open a branch to work on the issue - * When done, submit a merge request to the master branch. + * Open an issue to discuss the matter (please give link/explanation how to do that) + * Then open a branch to work on the issue (please give command to execute) + * When done, submit a merge request to the master branch. (please give series of commands to execute, examples, like "make changes", add, push, if tests passed ask for merge with command to do) +