File tree 3 files changed +16
-0
lines changed
content/contributing-code/repo-labels
themes/vocabulary_theme/templates
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ _ model: page
2
+ ---
3
+ _ template: page-with-toc.html
4
+ ---
5
+ title: Repository Labels
6
+ ---
7
+ description: TODO
8
+ ---
9
+ body:
10
+
11
+ TODO
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'],
79
80
['/contributing-code/projects', 'Project List'],
80
81
['/contributing-code/pr-guidelines', 'Pull Request Guidelines'],
81
82
['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ <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 ">
22
26
< li >
23
27
< a class ="{% if this.path == '/contributing-code/projects' %} is-active {% endif%} link " href ="{{ '/contributing-code/projects'|url }} "> Project List</ a >
24
28
</ li >
You can’t perform that action at this time.
0 commit comments