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: doc/contributing.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,19 @@ Here's a few guidelines on how to do so.
6
6
7
7
8
8
## 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.
9
10
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.
11
11
Try to be the most detailed possible, so it's easier to intervene.
12
12
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)
13
14
14
15
## Make the changes yourself (minor git/github skills required)
15
16
16
17
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)
17
18
Each article/section of the website is a specific markdown (.md) file with (more or less) the same transparent name.
18
19
19
20
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.
0 commit comments