Skip to content

Commit 0dd51ea

Browse files
author
Dennis Labordus
committed
Updating and adding pages.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent b0c090f commit 0dd51ea

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CoMPAS is part of the [LF Energy Foundation](https://www.lfenergy.org/), a proje
1414

1515
## Technical Charter
1616

17-
The Project's [Technical Charter](CoMPAS%20Technical%20Charter%207-6-2020.pdf) sets forth the responsibilities and procedures for technical contribution to, and oversight of, the COMPAS Project.
17+
The Project's [Technical Charter](blob-files/CoMPAS_Technical_Charter_2020-06-07.pdf) sets forth the responsibilities and procedures for technical contribution to, and oversight of, the COMPAS Project.
1818

1919
## Committers
2020

docs/HOME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Code Contribution is tracked as [GitHub Pull Requests](https://help.github.com/e
7272
Please follow these steps to have your contribution considered by the maintainers:
7373

7474
1. Follow all instructions in [the template](PULL_REQUEST_TEMPLATE.md)
75-
2. Follow the [styleguides](#styleguides)
75+
2. Follow the [styleguides](STYLEGUIDE.md)
7676
3. After you submit your pull request, verify that all [status checks](https://help.github.com/articles/about-status-checks/) are passing.
7777
5. Request a GitHub review by one of the projects' Committers
7878
6. Follow their instructions or discuss about the requested changes. Please don't take criticism personally, it is normal to iterate on this step several times.
@@ -143,7 +143,7 @@ to ensure that copyright information of the project is clear and can be analuzed
143143

144144
Every source code repository within CoMPAS has a Github Action for checking against the REUSE specification.
145145

146-
For more information, check the [Copyright Guidelines](#copyright-guidelines) section.
146+
For more information, check the [Copyright Guidelines](STYLEGUIDE.md#copyright-guidelines) section.
147147

148148

149149
### Github Project Boards

docs/STYLEGUIDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
Contributing to the CoMPAS project also requires to use correct copyright headers in source files.
1111

12-
For each CoMPAS repository, we created / will create a Github Action featuring [REUSE](https://reuse.software/). REUSE is a piece of software which checks for correct copyright information in files defined in a [specification](https://reuse.software/spec/). The specification is based on best practices and the use of [SPDX](https://spdx.dev/) identifiers.
12+
For each CoMPAS repository, we created / will create a Github Action featuring [REUSE](https://reuse.software/).
13+
REUSE is a piece of software which checks for correct copyright information in files defined in a [specification](https://reuse.software/spec/).
14+
The specification is based on best practices and the use of [SPDX](https://spdx.dev/) identifiers.
1315

1416
Example Alliander copyright header for Java files:
1517
```Java
File renamed without changes.

0 commit comments

Comments
 (0)