File tree Expand file tree Collapse file tree 5 files changed +33
-6
lines changed Expand file tree Collapse file tree 5 files changed +33
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : Documentation issue
2
+ name : 📚 Documentation issue
3
3
about : Use this template for reporting an issue in the documentation.
4
4
title : ' '
5
5
labels : ' documentation'
6
6
assignees : ' '
7
7
8
8
---
9
9
10
+ <!--
11
+ *******************
12
+ PLEASE TAKE CARE!!!
13
+ *******************
14
+
15
+ This is a syslog-ng documentation related ONLY request.
16
+
17
+ For creating issue request related to the syslog-ng application, use
18
+
19
+ https://github.com/syslog-ng/syslog-ng/issues/new/choose
20
+
21
+ -->
22
+
10
23
## Incorrect section
11
24
<!-- Which section of the documentation is wrong? Please include a link to it, if that is possible. -->
12
25
Original file line number Diff line number Diff line change 1
1
---
2
- name : Bug report
2
+ name : 📚 Documentation building bug report
3
3
about : Use this template for reporting a bug related to building the documentation.
4
4
title : ' '
5
5
labels : bug
Original file line number Diff line number Diff line change 1
1
---
2
- name : Feature request
3
- about : Use this template for raising a feature request.
2
+ name : 📚 Documentation feature request
3
+ about : Use this template for raising a feature request for the documentation site .
4
4
title : ' '
5
5
labels : ' enhancement'
6
6
assignees : ' '
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : 📚❓ Ask a Documentation question
4
+ url : https://github.com/syslog-ng/syslog-ng.github.io/discussions
5
+ about : Ask questions and discuss the documentation related topics with other community members
6
+ - name : Create a syslog-ng application issue
7
+ url : https://github.com/syslog-ng/syslog-ng/issues
8
+ about : Use this template for reporting an issue in the syslog-ng application.
9
+ - name : Create a syslog-ng application feature request
10
+ url : https://github.com/syslog-ng/syslog-ng/issues
11
+ about : Use this template for creating a feature request in the syslog-ng application.
12
+ - name : ❓ Ask a syslog-ng application question
13
+ url : https://github.com/syslog-ng/syslog-ng/discussions
14
+ about : Ask questions and discuss the syslog-ng application related topics with other community members
Original file line number Diff line number Diff line change 1
1
{% if site.github.repository_url %}
2
2
{% assign contrib_view = site.github.repository_url | append: '/tree/master/' | append: site.collections_dir | append: '/' | append: page.relative_path %}
3
3
{% assign contrib_edit = site.github.repository_url | append: '/edit/master/' | append: site.collections_dir | append: '/' | append: page.relative_path %}
4
- {% assign contrib_report = site.github.repository_url | append: '/issues/new?title=Issue with ' | append: page.relative_path %}
4
+ {% assign contrib_report = site.github.repository_url | append: '/issues/new?template=10-doc-issue.md& title=Issue with ` ' | append: page.title | append: '` [' | append: page. relative_path | append: ']' %}
5
5
6
6
< aside class ="sidebar__right sticky contrib ">
7
7
< div class ="align-right ">
14
14
</ button >
15
15
16
16
< button id ="report " class ="masthead_button " type ="button " onclick ="window.open('{{contrib_report}}', '_blank') ">
17
- < i class ="masthead_button_icon fas fa-bug content-tooltip tooltip-align-center text-content-tooltip " data-tooltip-text ="Report an issue "> </ i >
17
+ < i class ="masthead_button_icon fas fa-bug content-tooltip tooltip-align-center text-content-tooltip " data-tooltip-text ="Report a documentation issue "> </ i >
18
18
</ button >
19
19
</ div >
20
20
</ aside >
You can’t perform that action at this time.
0 commit comments