diff --git a/tier0/{{cookiecutter.project_slug}}/CONTRIBUTING.md b/tier0/{{cookiecutter.project_slug}}/CONTRIBUTING.md new file mode 100644 index 0000000..a1e4e22 --- /dev/null +++ b/tier0/{{cookiecutter.project_slug}}/CONTRIBUTING.md @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tier0/{{cookiecutter.project_slug}}/README.md b/tier0/{{cookiecutter.project_slug}}/README.md index d3b6778..f07f0ad 100644 --- a/tier0/{{cookiecutter.project_slug}}/README.md +++ b/tier0/{{cookiecutter.project_slug}}/README.md @@ -2,11 +2,43 @@ {{ cookiecutter.project_description }} -## Getting Started +## About the Project +**{project statement}** + -### Project Information + + + + + + +## Core Team +A full list of contributors can be found on [https://github.cms.gov/{{ cookiecutter.project_org }}/{{ cookiecutter.project_repo_name }}/graphs/contributors](https://github.cms.gov/{{ cookiecutter.project_org }}/{{ cookiecutter.project_repo_name }}/graphs/contributors). + + + + ## Running Locally @@ -39,16 +71,67 @@ 1. Visit [localhost:9001](https://localhost:9001) to view the server --> -## Authors and Maintainers -A full list of contributors can be found on [https://github.cms.gov/{{ cookiecutter.project_org }}/{{ cookiecutter.project_repo_name }}/graphs/contributors](https://github.cms.gov/{{ cookiecutter.project_org }}/{{ cookiecutter.project_repo_name }}/graphs/contributors). + + + + + + + + + + +## Policies + +### Open Source Policy + +We adhere to the [CMS Open Source +Policy](https://github.com/CMSGov/cms-open-source-policy). If you have any +questions, just [shoot us an email](mailto:opensource@cms.hhs.gov). + +### Security and Responsible Disclosure Policy + +*Submit a vulnerability:* Unfortunately, we cannot accept secure submissions via +email or via GitHub Issues. Please use our website to submit vulnerabilities at +[https://hhs.responsibledisclosure.com](https://hhs.responsibledisclosure.com). +HHS maintains an acknowledgements page to recognize your efforts on behalf of +the American public, but you are also welcome to submit anonymously. + +For more information about our Security, Vulnerability, and Responsible Disclosure Policies, see [SECURITY.md](SECURITY.md). ## Public domain -This project is licensed within in the public domain within the United States, -and copyright and related rights in the work worldwide are waived through the -[CC0 1.0 Universal public domain -dedication](https://creativecommons.org/publicdomain/zero/1.0/) as indicated in [LICENSE](LICENSE). +This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/) as indicated in [LICENSE](LICENSE). -All contributions to this project will be released under the CC0 dedication. By -submitting a pull request or issue, you are agreeing to comply with this waiver -of copyright interest. \ No newline at end of file +All contributions to this project will be released under the CC0 dedication. By submitting a pull request or issue, you are agreeing to comply with this waiver of copyright interest. \ No newline at end of file