Skip to content

Commit 4aadf8e

Browse files
authored
template: separate doc issue and doc enhancement requests and add correct labelig (#254)
2 parents 11ecccf + 3872ab1 commit 4aadf8e

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

.github/ISSUE_TEMPLATE/10-doc-issue.md renamed to .github/ISSUE_TEMPLATE/10-doc-issue-bug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: 📚 Documentation issue
3-
about: Use this template for reporting an issue in the documentation.
2+
name: 📚 Documentation bug
3+
about: Use this template for reporting a bug in the documentation.
44
title: ''
5-
labels: 'documentation'
5+
labels: [documentation, bug]
66
assignees: ''
77

88
---
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: 📚 Documentation enhancements
3+
about: Use this template for sending an enhancement request for the documentation.
4+
title: ''
5+
labels: [documentation, enhancement]
6+
assignees: ''
7+
8+
---
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+
23+
## What section you wish to enhance
24+
<!-- Which section of the documentation needs enhancement? Please include a link to it, if that is possible. -->
25+
26+
## Description of the problem
27+
<!-- What would you like to add, do differently, etc. in the documentation? -->
28+
29+
## Proposed solution
30+
<!-- How would you correct/enhance it? -->

.github/ISSUE_TEMPLATE/20-doc-building-bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: 📚 Documentation building bug report
33
about: Use this template for reporting a bug related to building the documentation.
44
title: ''
5-
labels: bug
5+
labels: 'bug'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)