Merge pull request #353 from kattni/update-contributing-date-text
Update /contributing text to reflect daily updates.
This commit is contained in:
commit
78baa8bab5
1 changed files with 4 additions and 5 deletions
|
|
@ -8,9 +8,9 @@ layout: default
|
|||
<h1>Contributing</h1>
|
||||
<p>
|
||||
If you'd like to contribute to the CircuitPython project, the CircuitPython
|
||||
libraries are a great way to begin. This page is updated weekly with status
|
||||
information from the CircuitPython libraries, including open issues and
|
||||
repo-level issues.
|
||||
libraries are a great way to begin. This page is updated daily with status
|
||||
information from the CircuitPython libraries, including open pull requests,
|
||||
open issues and library infrastructure issues.
|
||||
</p>
|
||||
<p>
|
||||
If this is your first time contributing, or you'd
|
||||
|
|
@ -23,7 +23,7 @@ layout: default
|
|||
Have an idea for a new driver or library?
|
||||
<a href="https://github.com/adafruit/circuitpython/issues">File an issue on the CircuitPython repo!</a>
|
||||
</p>
|
||||
<h2>Current Status for Week of {{ site.data.libraries.updated_at | date: "%a, %b %d, %Y" }}</h2>
|
||||
<h2>Current Status for {{ site.data.libraries.updated_at | date: "%a, %b %d, %Y" }}</h2>
|
||||
|
||||
{% assign current = page.url | downcase | split: '/' %}
|
||||
<ul class='tabbed-navigation'>
|
||||
|
|
@ -47,4 +47,3 @@ layout: default
|
|||
</div>
|
||||
|
||||
<script src="/assets/javascript/contributing.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue