Skip to content

Commit

Permalink
Update template text; links to Code Owners documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jan 19, 2024
1 parent 62f48b1 commit 74eb636
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"pattern": "^TRADEMARKS",
"replacement": "{{BASEURL}}/TRADEMARKS"
},
{
"pattern": "^CONTRIBUTING",
"replacement": "{{BASEURL}}/CONTRIBUTING"
},
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
Expand Down
2 changes: 1 addition & 1 deletion bylaws/2-cf-membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Each CF project is represented by a nominated **Project Leader**.

**Code Owners:** The `CODEOWNERS` file in a GitHub project organization's repository specifies individuals responsible for code in a repository. Nominated Project Leaders should be listed in their project's CODEOWNERS file. The CF wants to ensure that individuals representing the project on the EGC have a demonstrable commitment to that project's ongoing health and success.

For more details, see [About Code Owners](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners).
For more details, see [About Code Owners (GitHub)](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) or [Code Owners (GitLab)](https://docs.gitlab.com/ee/user/project/codeowners/)

## General Members

Expand Down
4 changes: 0 additions & 4 deletions templates/CONTRIBUTING.md

This file was deleted.

4 changes: 2 additions & 2 deletions templates/GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ instructions: Replace [Project Name], update Contact information, delete YAML fr
This document outlines the governance model for [Project Name].
This governance model is designed to uphold the principles of transparency, open collaboration, and community involvement.

[cfc]: ../GOVERNANCE.md#commonhaus-council "Commonhaus Foundation Council - TODO: full path"
[cdm]: ../GOVERNANCE.md#decision-making-and-voting "Commonhaus decision making - TODO: full path"
[cfc]: https://www.commonhaus.org/bylaws/cf-council.html
[cdm]: https://www.commonhaus.org/bylaws/decision-making.html

## Table of Contents

Expand Down
11 changes: 9 additions & 2 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ We don't want project on-boarding to be a burden.
The files in this folder are our recommendations for what CF projects should define.

- [Code of Conduct](CODE_OF_CONDUCT.md)
- [Contribution guide](CONTRIBUTING.md)
- [Governance](GOVERNANCE.md)
- [Governance](GOVERNANCE.md)

## Other files

- **CONTRIBUTING.md** to explain how to make successful contributions (be real).
- **CODEOWNERS** to define individuals or teams that are responsible for code in a repository
- [About Code Owners (GitHub)](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners).
- [Code Owners (GitLab)](https://docs.gitlab.com/ee/user/project/codeowners/)

0 comments on commit 74eb636

Please sign in to comment.