Skip to content

Commit 94edb57

Browse files
committed
🚚 Move README to not override root README on GH
1 parent 27b9220 commit 94edb57

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/README.md renamed to .github/README/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
# C-PAC/.github README
1+
<!-- Copyright (C) 2023 C-PAC Developers
22
3-
This directory contains Dockerfiles, scripts, requirements files, and workflow configurations for [this repository's GitHub Actions](https://github.com/FCP-INDI/C-PAC/actions).
3+
This file is part of C-PAC.
4+
5+
C-PAC is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
6+
7+
C-PAC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
8+
9+
You should have received a copy of the GNU Lesser General Public License along with C-PAC. If not, see <https://www.gnu.org/licenses/>. -->
10+
# C-PAC/.github/README/README.md
11+
12+
The `.github` directory contains Dockerfiles, scripts, requirements files, and workflow configurations for [this repository's GitHub Actions](https://github.com/FCP-INDI/C-PAC/actions).
413

514
When updating these files, please update this README as necessary.
615

7-
[The `workflows` directory](./workflows) contains the configurations for the Actions themselves. The other directories support these configs.
16+
[The `workflows` directory](../workflows) contains the configurations for the Actions themselves. The other directories support these configs.
817

918
```mermaid
1019
flowchart LR
@@ -155,7 +164,7 @@ in the commit message. For this to work, all of these must be true:
155164
Dockerfile:
156165
```
157166
158-
in a job in a [workflow](.workflows) file.
167+
in a job in a [workflow](../workflows) file.
159168
2. The Dockerfile exists.
160169
3. The commit message including
161170

0 commit comments

Comments
 (0)