From 78abd6b6d84108aabfde333b56a7fa7575fc2189 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 6 Mar 2024 13:01:37 -0800 Subject: [PATCH 1/2] added missing sections and cleaned up templates --- .../CONTRIBUTING.md | 119 ++++++++++++++++++ tier0/{{cookiecutter.project_slug}}/README.md | 111 ++++++++++++++-- 2 files changed, 219 insertions(+), 11 deletions(-) create mode 100644 tier0/{{cookiecutter.project_slug}}/CONTRIBUTING.md 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..0d4bedf 100644 --- a/tier0/{{cookiecutter.project_slug}}/README.md +++ b/tier0/{{cookiecutter.project_slug}}/README.md @@ -2,11 +2,49 @@ {{ cookiecutter.project_description }} -## Getting Started +## About the Project +**{project statement}** + -### Project Information + + + + + + +## 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). + + + + + + ## Running Locally @@ -39,16 +77,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 From fa418f225998b46ae49a6fe64f78dad0deede8cf Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Thu, 7 Mar 2024 10:14:32 -0800 Subject: [PATCH 2/2] revisions to core team content Signed-off-by: Natalia Luzuriaga --- tier0/{{cookiecutter.project_slug}}/README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tier0/{{cookiecutter.project_slug}}/README.md b/tier0/{{cookiecutter.project_slug}}/README.md index 0d4bedf..f07f0ad 100644 --- a/tier0/{{cookiecutter.project_slug}}/README.md +++ b/tier0/{{cookiecutter.project_slug}}/README.md @@ -15,20 +15,14 @@ +TODO: Recommended to include since this is an agency-led project --> +TODO: Recommended to include since this is an agency-led project --> -## 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). - - +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).