Skip to content

Commit c2d1ebd

Browse files
committed
Misc name and wording updates on Contribute page
1 parent 6ef904e commit c2d1ebd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/layouts/_default/contribute.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@ <h2>Collaboration is Welcomed!</h2>
1818
We encourage you to reach out and be part of our community.
1919
</p>
2020
<p>
21-
If you'd like to report an issue with Conforma (formerly Enterprise Contract), or if you have questions
21+
If you'd like to report an issue with Conforma, or if you have questions
2222
about the code, visit the appropriate GitHub repository:
2323
</p>
2424
<div class="github">
2525
<div class="github-repos">
2626
{{ partial "github-repo.html" (dict
2727
"name" "cli"
28-
"description" "Enterprise Contract command line interface"
28+
"description" "Conforma CLI"
2929
"repo_url" "https://github.com/conforma/cli"
3030
"issue_url" "https://github.com/conforma/cli/issues"
3131
"discussion_url" "https://github.com/conforma/cli/discussions"
3232
) }}
3333

3434
{{ partial "github-repo.html" (dict
3535
"name" "policy"
36-
"description" "Rego policies related to Konflux Enterprise Contract"
36+
"description" "Conforma Policy"
3737
"repo_url" "https://github.com/conforma/policy"
3838
"issue_url" "https://github.com/conforma/policy/issues"
3939
) }}
4040

4141
{{ partial "github-repo.html" (dict
4242
"name" "community"
43-
"description" "A repo for community utilization. If you're unsure where to open an issue, you can use this repository"
43+
"description" "Conforma Community. If you're unsure where to open an issue, use this repository"
4444
"repo_url" "https://github.com/conforma/community"
4545
"issue_url" "https://github.com/conforma/community/issues"
4646
"discussion_url" "https://github.com/conforma/community/discussions"

0 commit comments

Comments
 (0)