File tree 4 files changed +6
-16
lines changed
content/contributing-code
themes/vocabulary_theme/templates
4 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,9 @@ Check the issue comments/labels to see whether someone else has indicated that t
44
44
45
45
## Contribution process
46
46
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:
48
48
49
49
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.
51
50
2 . Write your code and submit your pull request. Be sure to read and follow our ** [ pull request guidelines] ( /contributing-code/pr-guidelines/ ) ** !
52
51
3 . Wait for code review and address any issues raised as soon as you can.
53
52
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ An issue has many different attributes:
31
31
- Talk
32
32
- Friendliness
33
33
34
- Let's look into each of these topics in detail.
35
-
36
34
### * Priority
37
35
38
36
<div class =" table-container " >
Original file line number Diff line number Diff line change 76
76
< div class ="navbar-dropdown ">
77
77
{% for href, title in [
78
78
['/contributing-code', 'Contribution Guidelines'],
79
- ['/contributing-code/repo-labels', 'Repository Labels'],
80
- ['/contributing-code/projects', 'Project List'],
81
79
['/contributing-code/pr-guidelines', 'Pull Request Guidelines'],
82
80
['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
81
+ ['/contributing-code/repo-labels', 'Repository Labels'],
82
+ ['/contributing-code/projects', 'Project List'],
83
83
['/contributing-code/usability', 'Usability'],
84
84
] %}
85
85
< a class ="navbar-item " href ="{{ href|url }} "> {{ title }}</ a >
Original file line number Diff line number Diff line change @@ -19,24 +19,17 @@ <h1>{{ this.title }}</h1>
19
19
{% if this.is_child_of('/contributing-code') %}
20
20
< aside class ="menu sidebar-menu ">
21
21
< 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 ">
30
22
< li >
31
23
< a class ="{% if this.path == '/contributing-code' %} is-active {% endif%} link " href ="{{ '/contributing-code'|url }} "> Contribution Guidelines</ a >
32
24
< 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 >
34
26
< 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 >
35
28
</ ul >
36
29
</ li >
37
30
< hr class ="divider ">
38
31
< 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 >
40
33
</ li >
41
34
< hr class ="divider ">
42
35
< li >
You can’t perform that action at this time.
0 commit comments