Skip to content

Commit

Permalink
Merge pull request #96 from nhs-r-community/add-coc-code
Browse files Browse the repository at this point in the history
Added usethis code for generating CoC
  • Loading branch information
Lextuga007 committed Feb 24, 2024
2 parents bb68b8d + dc25424 commit 113afb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contribution.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ The best way to do this is with the {usethis} package with "gzip" compression:

When contributing any additions, the contributor certifies that they are the author, or has cited the author and is authorised to reuse/reference the material

## Code of Conduct

When contributing to the NHS-R Community GitHub's the Code of Conduct should be followed and can be found in the repository as `CODE_OF_CONDUCT.md`.
This document can be generated, if missing or it is a new repository by using the {usethis} package and the following code:

```
usethis::use_code_of_conduct(contact = "nhs.rcommunity@nhs.net")
```

## Acknowledgements

This contributing guide is adapted from [NHS Digital's Contributor's Guide](https://github.com/NHSDigital/software-engineering-quality-framework/blob/main/.github/CONTRIBUTING.md).

0 comments on commit 113afb6

Please sign in to comment.