Update issue templates
Updating existing issue templates with new labels
This commit is contained in:
parent
69b28e358c
commit
cc1c6d9abc
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
name: "\U0001F41B Bug report"
|
||||||
|
about: Create a report to help us improve cloudflared
|
||||||
|
title: "\U0001F41B"
|
||||||
|
labels: 'Priority: Normal, Type: Bug'
|
||||||
|
assignees: abelinkinbio
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Configure '...'
|
||||||
|
2. Run '....'
|
||||||
|
3. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Environment and versions**
|
||||||
|
- OS: [e.g. MacOS]
|
||||||
|
- Architecture: [e.g. AMD, ARM]
|
||||||
|
- Version: [e.g. 2022.02.0]
|
||||||
|
|
||||||
|
**Logs and errors**
|
||||||
|
If applicable, add logs or errors to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: "\U0001F4DD Documentation"
|
||||||
|
about: Request new or updated documentation for cloudflared
|
||||||
|
title: "\U0001F4DD"
|
||||||
|
labels: 'Priority: Normal, Type: Documentation'
|
||||||
|
assignees: abelinkinbio, ranbel
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Available Documentation**
|
||||||
|
A link to the documentation that is available today and the areas which could be improved.
|
||||||
|
|
||||||
|
**Suggested Documentation**
|
||||||
|
A clear and concise description of the documentation, tutorial, or guide that should be added.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the documentation request here.
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: "\U0001F4A1 Feature request"
|
||||||
|
about: Suggest a feature or enhancement for cloudflared
|
||||||
|
title: "\U0001F4A1"
|
||||||
|
labels: 'Priority: Normal, Type: Feature Request'
|
||||||
|
assignees: sssilver, abelinkinbio
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the feature you'd like**
|
||||||
|
A clear and concise description of the feature. What problem does it solve for you?
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
Are there any alternatives to solving this problem? If so, what was your experience with them?
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue