summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2023-08-19docs: remove dco (#5868)James Elliott
This removes the DCO requirement from all repositories. The DCO requirement is not at all necessary for our OpenSSF Best Practices Certification on GitHub because GitHub enforces the same stipulation via their terms of service. See https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#6-contributions-under-repository-license. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-04-26docs: implement developer certificate of origin (#5096)James Elliott
This implements the Developer Certificate of Origin as a commit check via the commitlint hook and add the relevant documentation. Closes #5095 Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-03-19docs: openssf best practices (#5079)James Elliott
* docs: openssf best practices * docs: update csp * docs: update sponsors and governance
2022-12-19docs: update docs (#4597)James Elliott
2022-12-07docs: fix misc url issues (#4503)James Elliott
2022-06-15feat: major documentation refresh (#3475)James Elliott
This marks the launch of the new documentation website.
2021-07-30docs: update and unify contact options (#2213)James Elliott
This updates and unifies the contact options so it is easier to maintain. All contact options now link back to one of two locations, and both of these locations are a copy and paste for the most part. Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-01-30docs: update contribution guidelines (#1666)Amir Zarrinkafsh
* docs: update contribution guidelines * add release commit message type * update none/empty scope definition * add go mod tidy post update option
2020-02-01[MISC] Add a CONTRIBUTING.md to the project. (#604)Clément Michaud