Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions COMMUNITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Project Members
<!-- TODO: Who are the points of contact in your project who are responsible/accountable for the project? This can often be an engineering or design manager or leader, who may or may not be the primary maintainers of the project.
Roles to include, but not limited to: Project Owner, Technical Lead, Developers/Contributors, Community Manager, Security Team, Policy Advisor, Contracting Officer's Representative, Compliance Officer, Procurement Officer -->

{{ cookiecutter.project_repo_name }} is supported by a dedicated team of individuals fulfilling various roles to ensure its success, security, and alignment with government standards and agency goals.

| Role | Name | Affiliation |
| :----- | :------ | :------------- |
| {role} | {names} | {affiliations} |

## Roles & Responsibilities
<!-- Who are the project maintainers? List out @USERNAMES where possible so they can be tagged in issues/PRs directly. -->

## Maintainers List
<!-- What groups/domains are maintainers a part of? Does your project have domains/areas that are maintained by specific people? List @USERNAMES directly, or any @ALIASES for groups/teams. -->

## Approvers List
<!-- Who are the project approvers? List out @USERNAMES where possible so they can be tagged in issues/PRs directly. -->

## Reviewers List
<!-- Who are the project reviewers? List out @USERNAMES where possible so they can be tagged in issues/PRs directly. -->

## Contributors
<!-- Who has contributed to the project? Highlight and credit the users who have contributed to the repository. -->

## Alumni
<!-- Who are the past maintainers or contributors who previously played significant roles in this project who are no longer actively involved? Consider including their roles and dates for context. -->

## Principles
<!-- This section communicates to prospective contributors and users what the values of your community are. -->

## Community Guidelines
<!-- This section communicates specific norms and guidelines for how to participate and contribute positively to your community. The more explicit you can be about behaviors you'd like to encourage or discourage, the less friction new contributors will experience in onboarding and operating within your project. -->

## Acknowledgements
<!-- This section recognizes previous work and best practices established by the other members of the federal open source community such as USDS, GSA, 18F, and the Justice40 Project. -->
13 changes: 0 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,24 +161,11 @@ request will be closed.
The changes in the pull request will be collapsed into a single commit, but the
authorship metadata will be preserved.

## Shipping Releases
<!-- [TODO] -->

## Documentation

We also welcome improvements to the project [documentation](docs/Main.md) or to the existing
docs. Please file an [issue](https://github.com/DSACMS/metrics/issues/new).

<!--
## Governance
Information about how the {{ cookiecutter.project_name }} community is governed may be found in [GOVERNANCE.md](GOVERNANCE.md).
-->

<!--
## Glossary
Information about terminology and acronyms used in this documentation may be found in [GLOSSARY.md](GLOSSARY.md).
-->

## Policies

### Open Source Policy
Expand Down
11 changes: 3 additions & 8 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Governance

# Governance

<!-- TODO: Starting at Tier 3 GOVERNANCE.md has basic language about early community governance, how the project make decisions, and how contributors are elevated through the leadership process if any (e.g. joining teams, getting maintainer status, etc...)
-->

This project is governed by our [Community Guidelines](COMMUNITY.md) and [Code of Conduct](CODE_OF_CONDUCT.md).
# Governance
<!-- TODO: Starting at Tier 3 GOVERNANCE.md has basic language about early community governance, how the project make decisions, and how contributors are elevated through the leadership process if any (e.g. joining teams, getting maintainer status, etc...)-->
This project is governed by our [Community Guidelines](COMMUNITY.md) and [Code of Conduct](CODE_OF_CONDUCT.md).
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,12 @@
## About the Project
The CMS Repository Metrics Website shows an overview of software development activity across open source projects within a specified organization. This webpage is meant to be used by developers and program managers interested in repository health within CMS open source projects.

### Project Mission
<!-- [TODO] -->

### Project Vision
A metrics website that automatically pulls GitHub Repository data each week to produce numerical statistics and visualizations to aid developers and PMs in monitoring project health.

## Core Team
An up-to-date list of core team members can be found in [MAINTAINERS.md](MAINTAINERS.md).

### Team Mission
<!-- [TODO] -->

### Agency Mission
<!-- [TODO] -->

## Documentation Index
- [CONTRIBUTING.md](./CONTRIBUTING.md)
- [MAINTAINERS.md](./MAINTAINERS.md)
Expand Down Expand Up @@ -164,3 +155,12 @@ For more information and resources about SBOMs, visit: https://www.cisa.gov/sbom
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.

## Project Mission
<!-- Provide the core mission and objectives driving this project. -->

## Agency Mission
<!-- Provide the mission of the agency and how this project aligns. -->

## Team Mission
<!-- Provide the team's mission and how they work together. -->
Loading