Skip to content

Commit 7d69e94

Browse files
committed
UI tweak
1 parent 63f2250 commit 7d69e94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

data/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ helpfulness:
6161
contribution_cta:
6262
title: Help us make these docs great!
6363
body: All GitHub docs are open source. See something that's wrong or unclear? Open
64-
an issue: an issue
64+
to_new_issue: an issue
6565
or: Or,
6666
to_guidelines: learn how to contribute and submit a pull request.
6767
button: Make a contribution

includes/contribution.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ <h2 class="f4">{% data ui.contribution_cta.title %}</h2>
1212
{% data ui.contribution_cta.button %}
1313
</a>
1414
<p class="color-text-secondary f6 mt-2">{% data ui.contribution_cta.or %} <a href="https://github.com/github/docs/blob/main/CONTRIBUTING.md" target="_blank">{% data ui.contribution_cta.to_guidelines %}</a><a href="https://github.com/github/docs/issues/new/choose" target="_blank">{% data ui.contribution_cta.to_issues %}</a></p>
15+
<p class="color-text-secondary f6 mt-2">{% data ui.contribution_cta.or %} <a href="https://github.com/github/docs/issues/new/choose" target="_blank">{% data ui.contribution_cta.to_new_issue %}</a></p>
1516
</div>
1617
{% endunless %}

0 commit comments

Comments
 (0)