File tree 3 files changed +32
-9
lines changed
3 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 2
2
title : Community
3
3
menu : { main: { weight: 40 } }
4
4
cascade : { type: docs }
5
- contributingUrl : https://github.com/theupdateframework/community
5
+ contributingUrl : https://github.com/theupdateframework/community/blob/main/CONTRIBUTING.md
6
+ aliases : [/contact]
6
7
---
7
8
8
9
{{% community-lists %}}
10
+
11
+ ## Contact
12
+
13
+ - ** [ TUF Google group] ** is the best way to reach us.
14
+ - ** General questions, feedback, and suggestions** are welcome on this low
15
+ volume mailing list or the
16
+ [ #tuf] ( https://cloud-native.slack.com/archives/C8NMD3QJ3 ) channel on
17
+ [ CNCF Slack] ( https://slack.cncf.io/ ) .
18
+ - ** Specification** : we strive to make the specification easy to implement, so
19
+ if you come across any inconsistencies or experience any difficulty, do let us
20
+ know by sending an email, or by [ creating an issue in the specification
21
+ repo] [ issue ] .
22
+
23
+ [ issue ] : https://github.com/theupdateframework/specification/issues
24
+
25
+ [ TUF Google group] : {{% param "links.google_group" %}}
Original file line number Diff line number Diff line change @@ -100,9 +100,14 @@ params:
100
100
href="https://github.com/ORG/PROJECT/issues/new">tell us how we can
101
101
improve</a>.
102
102
links :
103
+ google_group : &google_group https://groups.google.com/g/theupdateframework
103
104
user :
105
+ - name : Contact
106
+ url : /community/#contact
107
+ icon : fa-solid fa-address-book
108
+ desc : Questions, feedback, and suggestions are welcome!
104
109
- name : TUF Google group
105
- url : https://groups.google.com/g/theupdateframework
110
+ url : *google_group
106
111
icon : fa-solid fa-envelope
107
112
desc : Sign up for TUF announcements.
108
113
- name : Slack channel
Original file line number Diff line number Diff line change 1
1
{{ $links := .Site.Params.links -}}
2
+ {{ $contribUrl := .Page.Params.contributingUrl | default "docs/contribution-guidelines" -}}
2
3
3
4
<p >{{ T "community_introduce" . }}</p >
4
5
5
6
## {{ T "community_learn" }}
6
7
7
8
{{ T "community_using" . }}
8
9
9
- {{ with index $links "user"}}
10
+ {{ with index $links "user"}}
10
11
{{ template "community-links-list" . }}
11
12
{{ end }}
12
13
13
14
## {{ T "community_develop" }}
14
15
15
16
{{ T "community_contribute" . }}
16
17
17
- {{ with index $links "developer"}}
18
+ {{ with index $links "developer"}}
18
19
{{ template "community-links-list" . }}
19
20
{{ end }}
20
21
21
- {{ T "community_how_to" . }}{{ T "community_guideline" }}.
22
+ {{ T "community_how_to" . }}
23
+ [ {{ T "community_guideline" }}] ({{ $contribUrl | relURL }}).
22
24
23
- {{ define "community-links-list" -}}
25
+ {{ define "community-links-list" -}}
24
26
{{ range . }}
25
-
26
- - [ <i class =" {{ .icon }} " ></i > {{ .name }}] ({{ .url }}): {{ .desc -}}
27
- {{ end -}}
27
+ - [ <i class =" {{ .icon }} " ></i > {{ .name }}] ({{ .url }}): {{ .desc -}}
28
+ {{ end -}}
28
29
{{ end }}
You can’t perform that action at this time.
0 commit comments