Skip to content

Commit ec15adf

Browse files
Merge branch 'main' into fcerpe-patch-1
2 parents 89ee6f1 + 6e177ec commit ec15adf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/contributing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ Here's a few guidelines on how to do so.
66

77

88
## Submit an issue (no git/github skills required)
9+
Open an issue from [here](https://github.com/cpp-lln-lab/CPP_LabGuide/issues/new/choose) and try to be the most detailed possible.
910

10-
Open an issue from [here](https://github.com/cpp-lln-lab/CPP_HPC/issues/new/choose). This will inform others that a change has to be made.
1111
Try to be the most detailed possible, so it's easier to intervene.
1212

13+
The actual text/scripts you find in this website are in this [repo](https://github.com/cpp-lln-lab/CPP_LabGuide) and in the `doc` folder [here](https://github.com/cpp-lln-lab/CPP_LabGuide/tree/main/doc)
1314

1415
## Make the changes yourself (minor git/github skills required)
1516

1617
The actual text/scripts you find in this website are in this [repoistory](https://github.com/cpp-lln-lab/CPP_HPC) and in the `/doc` folder [here](https://github.com/cpp-lln-lab/CPP_HPC/tree/main/doc)
1718
Each article/section of the website is a specific markdown (.md) file with (more or less) the same transparent name.
1819

1920
If you're new to markdown, here's a quick [cheatsheet](https://www.markdownguide.org/cheat-sheet/).
21+
Just find the the markdown file you want to edit (eg the one for this section [contributing.md](https://github.com/cpp-lln-lab/CPP_LabGuide/blob/main/doc/contributing.md)) and click on `edit` (the pen icon) on the top right.
2022

2123

2224
### Edit from github

0 commit comments

Comments
 (0)