Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: 📚 Documentation issue
about: Use this template for reporting an issue in the documentation.
name: 📚 Documentation bug
about: Use this template for reporting a bug in the documentation.
title: ''
labels: 'documentation'
labels: [documentation, bug]
assignees: ''

---
Expand Down
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/15-doc-issue-enhancements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: 📚 Documentation enhancements
about: Use this template for sending an enhancement request for the documentation.
title: ''
labels: [documentation, enhancement]
assignees: ''

---

<!--
*******************
PLEASE TAKE CARE!!!
*******************

This is a syslog-ng documentation related ONLY request.

For creating issue request related to the syslog-ng application, use

https://github.com/syslog-ng/syslog-ng/issues/new/choose

-->

## What section you wish to enhance
<!-- Which section of the documentation needs enhancement? Please include a link to it, if that is possible. -->

## Description of the problem
<!-- What would you like to add, do differently, etc. in the documentation? -->

## Proposed solution
<!-- How would you correct/enhance it? -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/20-doc-building-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 📚 Documentation building bug report
about: Use this template for reporting a bug related to building the documentation.
title: ''
labels: bug
labels: 'bug'
assignees: ''

---
Expand Down