diff --git a/tier3/{{cookiecutter.project_slug}}/CODEOWNERS.md b/tier3/{{cookiecutter.project_slug}}/CODEOWNERS.md index fc867f9..5ef6967 100644 --- a/tier3/{{cookiecutter.project_slug}}/CODEOWNERS.md +++ b/tier3/{{cookiecutter.project_slug}}/CODEOWNERS.md @@ -1,8 +1,8 @@ # Code Owners - + {usernames of code owners} # Repo Domains - + documentation/* {usernames of documentation owners} frontend/* {usernames of frontend owners} diff --git a/tier3/{{cookiecutter.project_slug}}/COMMUNITY_GUIDELINES.md b/tier3/{{cookiecutter.project_slug}}/COMMUNITY_GUIDELINES.md index ec84951..c2481b5 100644 --- a/tier3/{{cookiecutter.project_slug}}/COMMUNITY_GUIDELINES.md +++ b/tier3/{{cookiecutter.project_slug}}/COMMUNITY_GUIDELINES.md @@ -13,7 +13,6 @@ These principles guide our data, product, and process decisions, architecture, a - Fostering community includes building capacity and making our software and processes accessible to participants with diverse backgrounds and skillsets. - Data (and data science) is as important as software and process. We build open data sets where possible. - We strive for transparency for algorithms and places we might be introducing bias. -- We prioritize data sets that address community vulnerabilities for programs in Justice40. ## Community Guidelines diff --git a/tier3/{{cookiecutter.project_slug}}/CONTRIBUTING.md b/tier3/{{cookiecutter.project_slug}}/CONTRIBUTING.md index 4b25745..a3f1fda 100644 --- a/tier3/{{cookiecutter.project_slug}}/CONTRIBUTING.md +++ b/tier3/{{cookiecutter.project_slug}}/CONTRIBUTING.md @@ -1,4 +1,4 @@ - + # How to Contribute @@ -23,47 +23,45 @@ We encourage you to read this project's CONTRIBUTING policy (you are here), its ### Building dependencies - + ### Building the Project - + ### Workflow and Branching - ### Testing Conventions - + ### Coding Style and Linters ### Writing Issues - + + ## Documentation - - ### Open Source Policy We adhere to the [CMS Open Source diff --git a/tier3/{{cookiecutter.project_slug}}/GOVERNANCE.md b/tier3/{{cookiecutter.project_slug}}/GOVERNANCE.md index e9f270e..3d663fc 100644 --- a/tier3/{{cookiecutter.project_slug}}/GOVERNANCE.md +++ b/tier3/{{cookiecutter.project_slug}}/GOVERNANCE.md @@ -1,5 +1,5 @@ # Governance - This project is governed by our [Community Guidelines](COMMUNITY_GUIDELINES.md) and [Code of Conduct](CODE_OF_CONDUCT.md). diff --git a/tier3/{{cookiecutter.project_slug}}/README.md b/tier3/{{cookiecutter.project_slug}}/README.md index 5684b54..eeb02d2 100644 --- a/tier3/{{cookiecutter.project_slug}}/README.md +++ b/tier3/{{cookiecutter.project_slug}}/README.md @@ -14,28 +14,33 @@ +TODO: Good to include since this is an agency-led project --> +TODO: Good to include since this is an agency-led project --> ## Core Team An up-to-date list of core team members can be found in [MAINTAINERS.md](MAINTAINERS.md). At this time, the project is still building the core team and defining roles and responsibilities. We are eagerly seeking individuals who would like to join the community and help us define and fill these roles. ## Documentation Index - + + + **{list of .md at top directory and descriptions}** ## Repository Structure - + + + **{list directories and descriptions}** # Development and Software Delivery Lifecycle The following guide is for members of the project team who have access to the repository as well as code contributors. The main difference between internal and external contributions is that externabl contributors will need to fork the project and will not be able to merge their own pull requests. For more information on contribributing, see: [CONTRIBUTING.md](./CONTRIBUTING.md). ## Local Development - @@ -44,7 +49,8 @@ Each application has its own linting and testing guidelines. Lint and code tests ## Branching Model - - ## Contributing Thank you for considering contributing to an Open Source project of the US Government! For more information about our contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).