Skip to content

Commit 6a06311

Browse files
Merge pull request #5 from DSACMS/repo-sync/repo-scaffolder/default
🔄 synced file(s) with DSACMS/repo-scaffolder
2 parents 2127e8d + daa4eb5 commit 6a06311

File tree

3 files changed

+36
-14
lines changed

3 files changed

+36
-14
lines changed

COMMUNITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more details on the release process.
5959
6060
TODO: A list of CONTRIBUTORS is generated below using contributors.yml located in the workflows directory. In order to automatically update the COMMUNITY.md, you must enter a secret into your Secrets and Variables under Actions within your repository settings. The name of the secret must be PUSH_TO_PROTECTED_BRANCH and the value must be a Personal Access Token with specific permissions. Please follow [this link](https://github.com/CasperWA/push-protected?tab=readme-ov-file#notes-on-token-and-user-permissions) for more information.
6161
62-
Total number of contributors: <!--CONTRIBUTOR COUNT START--> <!--CONTRIBUTOR COUNT END-->
62+
![](https://img.shields.io/github/contributors/{{ cookiecutter.project_org }}/{{ cookiecutter.project_repo_name }}?style=flat-square&label=Contributor%20Count(incl.%20bots))
6363
6464
<!-- readme: contributors -start -->
6565
<!-- readme: contributors -end -->

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ you'll be politely asked to change something. We appreciate all friendly
1111
contributions.
1212

1313
We encourage you to read this project's CONTRIBUTING policy (you are here), its
14-
[LICENSE](LICENSE.md), and its [README](README.md).
14+
[LICENSE](LICENSE), and its [README](README.md).
1515
-->
1616

1717
## Getting Started

README.md

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,18 @@
33
{{ cookiecutter.project_description }}
44

55
## About the Project
6-
7-
**{project statement}**
6+
<!-- TODO: Write an about statement for this project. -->
87

98
### Project Vision
10-
11-
**{project vision}**
9+
<!-- TODO: What is the vision for this project? -->
1210

1311
### Project Mission
14-
15-
**{project mission}**
12+
<!-- TODO: Write a mission statement for this project. -->
1613

1714
### Agency Mission
18-
1915
<!-- TODO: Must include since this is an agency-led project -->
2016

2117
### Team Mission
22-
2318
<!-- TODO: Must include since this is an agency-led project -->
2419

2520
## Core Team
@@ -31,6 +26,24 @@ A list of core team members responsible for the code and documentation in this r
3126
3227
TODO: Including the repository structure helps viewers quickly understand the project layout. Using the "tree -d" command can be a helpful way to generate this information, but, be sure to update it as the project evolves and changes over time.
3328
29+
To install the tree command:
30+
In the command line
31+
- MacOS:
32+
```
33+
brew install tree
34+
```
35+
36+
- Linux:
37+
```
38+
sudo apt-get update
39+
sudo apt-get install tree
40+
```
41+
42+
Windows:
43+
```
44+
choco install tree
45+
```
46+
3447
**{list directories and descriptions}**
3548
3649
TODO: Add a 'table of contents" for your documentation. Tier 0/1 projects with simple README.md files without many sections may or may not need this, but it is still extremely helpful to provide "bookmark" or "anchor" links to specific sections of your file to be referenced in tickets, docs, or other communication channels.
@@ -39,15 +52,24 @@ TODO: Add a 'table of contents" for your documentation. Tier 0/1 projects with s
3952
4053
-->
4154

42-
<!--
43-
# Development and Software Delivery Lifecycle
44-
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 external contributors will need to fork the project and will not be able to merge their own pull requests. For more information on contributing, see: [CONTRIBUTING.md](./CONTRIBUTING.md).
55+
<!-- TODO
56+
## Development and Software Delivery Lifecycle
57+
This section provides an overview of how this project typically manages code changes and delivers software updates. It is intended to help contributors understand the general flow of work, not to set mandatory procedures. Programs and teams may adjust these practices to meet their own requirements, governance structures, or release schedules.
58+
59+
Project team members with write access work directly in this repository. External contributors follow the same general workflow but submit changes through a fork and cannot merge their own pull requests. Additional guidance for contributing is available in:
60+
[CONTRIBUTING.md](./CONTRIBUTING.md).
61+
62+
This project aligns with the organization’s common approach to versioning, preparing releases, and communicating updates. Rather than restating those details here, please refer to the OSPO Release Guidelines:
63+
64+
[Release Guidelines (OSPO Guide)](https://dsacms.github.io/ospo-guide/outbound/release-guidelines/)
65+
66+
These guidelines outline agency-wide expectations for semantic versioning, release candidates, GitHub releases, and associated review and communication practices. Individual projects may follow this model in full or tailor it to their operational needs.
4567
-->
4668

4769
## Local Development
4870

4971
<!--- TODO - with example below:
50-
This project is monorepo with several apps. Please see the [api](./api/README.md) and [frontend](./frontend/README.md) READMEs for information on spinning up those projects locally. Also see the project [documentation](./documentation) for more info.
72+
This project is a monorepo with several apps. Please see the [api](./api/README.md) and [frontend](./frontend/README.md) READMEs for information on spinning up those projects locally. Also see the project [documentation](./documentation) for more info.
5173
-->
5274

5375
## Coding Style and Linters

0 commit comments

Comments
 (0)