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: .github/ISSUE_TEMPLATE/bug.yml
+1-11
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ body:
6
6
label: Contribution guidelines
7
7
description: Please read the contribution guidelines before proceeding.
8
8
options:
9
-
- label: I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
9
+
- label: I've read the [contribution guidelines](https://github.com/CSWU-Challenge/CSWU-Challenge.github.io/blob/master/CONTRIBUTION.md) and wholeheartedly agree
10
10
required: true
11
11
- type: checkboxes
12
12
attributes:
@@ -46,16 +46,6 @@ body:
46
46
3. ...
47
47
validations:
48
48
required: true
49
-
- type: textarea
50
-
attributes:
51
-
label: Package versions
52
-
description: Please provide all package versions, i.e. run the commands in backticks on a shell.
53
-
value: |-
54
-
- Python: `python --version`
55
-
- MkDocs: `mkdocs --version`
56
-
- Material: `pip show mkdocs-material | grep -E ^Version`
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ body:
6
6
label: Contribution guidelines
7
7
description: Please read the contribution guidelines before proceeding.
8
8
options:
9
-
- label: I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
9
+
- label: I've read the [contribution guidelines](https://github.com/CSWU-Challenge/CSWU-Challenge.github.io/blob/master/CONTRIBUTION.md) and wholeheartedly agree
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/translate.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ body:
7
7
label: Contribution guidelines
8
8
description: Please read the contribution guidelines before proceeding.
9
9
options:
10
-
- label: I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
10
+
- label: I've read the [contribution guidelines](https://github.com/CSWU-Challenge/CSWU-Challenge.github.io/blob/master/CONTRIBUTION.md) and wholeheartedly agree
11
11
required: true
12
12
- type: checkboxes
13
13
attributes:
14
14
label: Language availability
15
15
description: Please ensure that the language you're adding isn't already available.
16
16
options:
17
-
- label: I've checked the [list of available languages](https://bit.ly/33vFDD0)
17
+
- label: I've checked the [list of available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language)
0 commit comments