Skip to content

Commit 26e7b3e

Browse files
committed
Minor text changes and menu layout changes.
1 parent 9e5f204 commit 26e7b3e

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

content/contributing-code/contents.lr

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ Check the issue comments/labels to see whether someone else has indicated that t
4444

4545
## Contribution process
4646

47-
Once you've found an issue you'd like to work on, and is not already in progress, please follow these steps to make your contribution:
47+
Once you've found an issue you'd like to work on, please follow these steps to make your contribution:
4848

4949
1. Comment on it and say you're working on that issue. This is to avoid conflicts with others also working on the issue.
50-
* A project maintainer may mark the issue with an `in progress` label at this point, but we don't always get around to that.
5150
2. Write your code and submit your pull request. Be sure to read and follow our **[pull request guidelines](/contributing-code/pr-guidelines/)**!
5251
3. Wait for code review and address any issues raised as soon as you can.
5352

content/contributing-code/repo-labels/contents.lr

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ An issue has many different attributes:
3131
- Talk
3232
- Friendliness
3333

34-
Let's look into each of these topics in detail.
35-
3634
### *Priority
3735

3836
<div class="table-container">

themes/vocabulary_theme/templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
<div class="navbar-dropdown">
7777
{% for href, title in [
7878
['/contributing-code', 'Contribution Guidelines'],
79-
['/contributing-code/repo-labels', 'Repository Labels'],
80-
['/contributing-code/projects', 'Project List'],
8179
['/contributing-code/pr-guidelines', 'Pull Request Guidelines'],
8280
['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
81+
['/contributing-code/repo-labels', 'Repository Labels'],
82+
['/contributing-code/projects', 'Project List'],
8383
['/contributing-code/usability', 'Usability'],
8484
] %}
8585
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>

themes/vocabulary_theme/templates/page-with-toc.html

+3-10
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,17 @@ <h1>{{ this.title }}</h1>
1919
{% if this.is_child_of('/contributing-code') %}
2020
<aside class="menu sidebar-menu">
2121
<ul class="menu-list">
22-
<li>
23-
<a class="{% if this.path == '/contributing-code/repo-labels' %} is-active {% endif%} link" href="{{ '/contributing-code/repo-labels'|url }}">Repository Labels</a>
24-
</li>
25-
<hr class="divider">
26-
<li>
27-
<a class="{% if this.path == '/contributing-code/projects' %} is-active {% endif%} link" href="{{ '/contributing-code/projects'|url }}">Project List</a>
28-
</li>
29-
<hr class="divider">
3022
<li>
3123
<a class="{% if this.path == '/contributing-code' %} is-active {% endif%} link" href="{{ '/contributing-code'|url }}">Contribution Guidelines</a>
3224
<ul>
33-
<li><a class="{% if this.path == '/contributing-code/pr-guidelines' %} is-active {% endif%} link" href="{{ '/contributing-code/pr-guidelines'|url }}"><i class="icon circle-filled"></i>PR Guidelines</a></li>
25+
<li><a class="{% if this.path == '/contributing-code/pr-guidelines' %} is-active {% endif%} link" href="{{ '/contributing-code/pr-guidelines'|url }}"><i class="icon circle-filled"></i>Pull Request Guidelines</a></li>
3426
<li><a class="{% if this.path == '/contributing-code/github-repo-guidelines' %} is-active {% endif%} link" href="{{ '/contributing-code/github-repo-guidelines'|url }}"><i class="icon circle-filled"></i>Github Repo Guidelines</a></li>
27+
<li><a class="{% if this.path == '/contributing-code/repo-labels' %} is-active {% endif%} link" href="{{ '/contributing-code/repo-labels'|url }}"><i class="icon circle-filled"></i>Repository Labels</a></li>
3528
</ul>
3629
</li>
3730
<hr class="divider">
3831
<li>
39-
<a class="link" href="{{ '/contributing-code/cc-search'|url }}">CC Search</a>
32+
<a class="{% if this.path == '/contributing-code/projects' %} is-active {% endif%} link" href="{{ '/contributing-code/projects'|url }}">Project List</a>
4033
</li>
4134
<hr class="divider">
4235
<li>

0 commit comments

Comments
 (0)