You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COMMUNITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more details on the release process.
59
59
60
60
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.
61
61
62
-
Total number of contributors: <!--CONTRIBUTOR COUNT START--><!--CONTRIBUTOR COUNT END-->
Copy file name to clipboardExpand all lines: README.md
+34-12Lines changed: 34 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,18 @@
3
3
{{ cookiecutter.project_description }}
4
4
5
5
## About the Project
6
-
7
-
**{project statement}**
6
+
<!-- TODO: Write an about statement for this project. -->
8
7
9
8
### Project Vision
10
-
11
-
**{project vision}**
9
+
<!-- TODO: What is the vision for this project? -->
12
10
13
11
### Project Mission
14
-
15
-
**{project mission}**
12
+
<!-- TODO: Write a mission statement for this project. -->
16
13
17
14
### Agency Mission
18
-
19
15
<!-- TODO: Must include since this is an agency-led project -->
20
16
21
17
### Team Mission
22
-
23
18
<!-- TODO: Must include since this is an agency-led project -->
24
19
25
20
## Core Team
@@ -31,6 +26,24 @@ A list of core team members responsible for the code and documentation in this r
31
26
32
27
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.
33
28
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
+
34
47
**{list directories and descriptions}**
35
48
36
49
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
39
52
40
53
-->
41
54
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:
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.
45
67
-->
46
68
47
69
## Local Development
48
70
49
71
<!--- 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.
0 commit comments