Rule 0: Be polite, respectful and supportive.
At present, contributions are limited to members of Scottish COVID-19 Response Consortium (SCRC).
The process for implementing changes is:
- An issue is raised in the SCRC issue tracking repository, tagged "Simple Network Sim"
How to write a good issue: Check for duplicate issues - don't raise the same issue twice! Be specific - whoever works on this needs to know where it ends. Not too big - if the issue could be multiple issues, it probably should be.
- The issue is assigned (ideally self assigned with the agreement of the team) to a team member (assignee)
- The assignee creates a branch to work on the issue
- The assignee makes a series of commits to the branch, implementing changes that address the issue
- The assignee makes a pull request, requesting a review (a review is required to merge, and a request lets the team member know to do a review)
How to do a good pull request: Tie it to usually one or sometimes more issues - e.g. write 'resolves ScottishCovidResponse/SCRCIssueTracking#1'. This will automatically mark the issue as closed when the pull request is merged. Summarise what you've done to resolve the issue(s).
- The assignee (or reviewer) merges the pull request into the
master
branch.
Our preferred coding style is PEP8, although this is not currently mandated.
It is preferred that docstrings are in sphinx format. pydocstyle may be a helpful tool for checking that documentation coverage is complete.
By contributing to this project (e.g. by submitting a pull request or providing advice on code), you agree - unless simultaneously and expressly stated otherwise - that your contribution may be included in the source code of the project and published under the 3-Clause BSD License and that the contribution was created in whole or in part by you and you have the right to submit it under the open source license indicated above.