forked from conforma/conforma.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontribute.html
More file actions
77 lines (71 loc) · 4.54 KB
/
contribute.html
File metadata and controls
77 lines (71 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html{{ with .Site.LanguageCode }} lang="{{ . }}" {{ end }} class="light wide">
<head>
{{ partial "head.html" . }}
</head>
<body class="article">
{{ partial "header.html" . }}
<div class="contact body">
{{ partial "nav.html" . }}
<main class="article">
{{ partial "toolbar.html" . }}
<div class="contribute">
<h2>Collaboration is Welcomed!</h2>
<p id="contrib-rocks"><a href="https://github.com/conforma/cli/graphs/contributors"><img src="https://contrib.rocks/image?repo=conforma/cli&columns=7&max=100"></a></p>
<p>
We encourage you to reach out and be part of our community.
</p>
<p>
If you'd like to report an issue with Conforma (formerly Enterprise Contract), or if you have questions
about the code, visit the appropriate GitHub repository:
</p>
<div class="github">
<div class="github-repos">
{{ partial "github-repo.html" (dict
"name" "cli"
"description" "Enterprise Contract command line interface"
"repo_url" "https://github.com/conforma/cli"
"issue_url" "https://github.com/conforma/cli/issues"
"discussion_url" "https://github.com/conforma/cli/discussions"
) }}
{{ partial "github-repo.html" (dict
"name" "policy"
"description" "Rego policies related to Konflux Enterprise Contract"
"repo_url" "https://github.com/conforma/policy"
"issue_url" "https://github.com/conforma/policy/issues"
) }}
{{ partial "github-repo.html" (dict
"name" "community"
"description" "A repo for community utilization. If you're unsure where to open an issue, you can use this repository"
"repo_url" "https://github.com/enterprise-contract/community"
"issue_url" "https://github.com/enterprise-contract/community/issues"
"discussion_url" "https://github.com/enterprise-contract/community/discussions"
) }}
</div>
</div>
<div class="slack">
<a href="https://join.slack.com/t/conforma-dev/shared_invite/zt-26l68e6wj-apw7c55CsDtd6Q9TgtiGuw" title="Join the Conforma Slack">
<div class="slack-details">
<div class="icon">
{{ partial "slack-icon-svg.html" . }}
</div>
<div class="details">
Looking for real-time conversations about Conforma? Join the conversation
in our Slack workspace.
</div>
</div>
</a>
</div>
<p>Join us for our weekly community meeting, held every other Wednesday at <a href="https://www.timeanddate.com/worldclock/converter.html?iso=20210518T133000&p1=1440&p2=4826&p3=234&p4=195" title="Find the meeting time in your local timezone">9:30am Eastern</a>.</p>
<p>The meeting <a href="https://github.com/conforma/community/issues?q=is%3Aopen+is%3Aissue+label%3Acommunity-meeting+" title="View upcoming meeting agenda">agenda and joining details are available as a Github issue</a> shortly before the meeting. </p>
<iframe src="https://calendar.google.com/calendar/embed?src=enterprisecontractcommunity%40gmail.com&ctz=America%2FNew_York" style="border: 0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
<p class="ics-download">Download calendar .ics file <a href="https://calendar.google.com/calendar/ical/enterprisecontractcommunity%40gmail.com/public/basic.ics">here</a></p>
</div>
<div class="divider">
{{ partial "svg-wave-divider.html"}}
</div>
</main>
</div>
{{ partial "footer.html" . }}
</body>
</html>