Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

contribution.html 936 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. {% unless enterpriseServerReleases.isOldestReleaseDeprecated and currentVersion contains enterpriseServerReleases.oldestSupported %}
  2. <div class="f5 contribution">
  3. <h2 class="f4">{% data ui.contribution_cta.title %}</h2>
  4. <p class="color-text-secondary f6">{% data ui.contribution_cta.body %}</p>
  5. {% if page.relativePath %}
  6. {% assign contribution_href = "https://github.com/github/docs/edit/main/content/" | append: page.relativePath %}
  7. {% else %}
  8. {% assign contribution_href = "https://github.com/github/docs" %}
  9. {% endif %}
  10. <a class="btn btn-outline" href="{{ contribution_href }}">
  11. {% octicon "git-pull-request" height="16" %}
  12. {% data ui.contribution_cta.button %}
  13. </a>
  14. <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></p>
  15. </div>
  16. {% endunless %}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...