Contribution Guidelines
Ground Rules
We use IETF Internet-Draft format to publish our standards.
All specifications must be hosted on GitHub and be based on the martinthomson/internet-draft-template I-D template. All specifications must have an assigned and active repository maintainer, abandoned specifications will be delisted.
All submissions, by any contributor, without regard to any commercial obligation are considered to be on a royalty-free, obligation-free and MIT license aligned basis.
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.
Issues can be raised in the appropriate specification repository and will be triaged by the assigned repository maintainer. Consult GitHub Help for more information on using issues.
Recommendations
When making suggestions the following considerations are recommended:
- Use markdown for specification format. Some of the early specifications were produced for
mmark
but the general recommendation iskramdown-rfc
- Avoid swathes of large change, focus on small, specific contributions
- Avoid duplicating upstream specifications, particularly those already in IETF format as it can cause more problems than it solves
- Contact the author of the specification to discuss the proposed change. An ideal way of doing this is through the Slack community documented on Participate.
Building Specifications
Because specifications use the I-D template from upstream they come with “batteries included” which means after cloning a specification you can use make
and it will handle things such as setting a python virtualenv and compiling the specification locally.
Contributing to an existing specification
Here’s a quick guide on providing a suggestion to a specification by way of Pull Request.
- Fork the appropriate specification, for instance the DataRight Plus: Security Baseline on GitHub.
- Make your changes and send a pull request (PR).
- If you’re not yet ready for a review, add “WIP” to the PR name to indicate it’s a work in progress. Don’t alter front matter.
- Wait for the automated PR workflow to complete successfully.
- Continue updating your doc and pushing your changes until you’re happy with the content.
- When you’re ready for a review, add a comment to the PR, and remove any “WIP” markers.
Improving the website
This website is statically generated using Hugo+Docsy. If you identify corrections or improvements please contact the DataRight Plus coordinators on either Slack or via Email (see Participate).
Creating a new specification
Here’s a quick guide on creating a new specification
- From martinthomson/internet-draft-template click Use this template > Create a new repository
- Introduce your specification and get the CI/CD working so that it is automatically deployed\
- Contact DataRight Plus coordinators on either Slack or via Email (see Participate)