.github: Add minimal issue template

Closes #11042
This commit is contained in:
Sanne Raymaekers 2019-01-23 17:25:05 +01:00 committed by Martin Pitt
parent 13f2cf6919
commit b09736aead
2 changed files with 42 additions and 0 deletions

30
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,30 @@
---
name: Bug report
about: For bugs and general problems
title:
labels: ''
assignees: ''
---
Cockpit version: xxx
OS:
Page: <!--- If applicable, for instance "Network", "Machines", etc... -->
<!--- Issue description -->
<!---
Please help us out by explaining how to reproduce it.
Relevant parts of the system log are also useful:
`journalctl --since -10m` if the issue happened in the last 10 minutes
`journalctl -u cockpit -u <unit>` if you know which unit it concerns
-->
Steps to reproduce
1.
2.
3.
<!--- In case the issue is clearly visible, screenshots are very helpful -->

12
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: Enhancement
about: For feature requests and discussion of ideas
title:
labels: 'enhancement'
assignees: ''
---
Page: <!--- If applicable, for instance "Network", "Machines", etc... -->
<!--- Feature description -->