-
-
Notifications
You must be signed in to change notification settings - Fork 25
Contribution Instructions
Note: This is a working document. When we have settled on a reasonable structure to our Contributing Guidelines, the contents of this document should be moved to CONTRIBUTING.md
in line with GitHub guidance.
We welcome enhancement requests, no matter how simple or complex they may be. Before requesting an enhancement we do ask that you have a look through issues tagged enhancement
to see if your request has been raised already. Please also take a look at this crowdsourced summary of problems we want to solve.
Remember, not all features will be implemented. If we've decided not to proceed with an enhancement, we do aim to provide a clear articulation of why the decision was made.
Create a branch before working on an issue. Please follow our branch naming convention: issue-123-decsription
.
-
issue
- the word 'issue' without quotes -
123
- the issue number you will be working on -
description
- a brief (2-3 word) hyphen separated description of what you will do
Example: issue-44-docker-environment