mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
More template for issues
This commit is contained in:
parent
65e82d3d43
commit
5d4b8339c4
5 changed files with 65 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Enhancement
|
||||||
|
about: Suggest enhancements
|
||||||
|
labels: Enhancement
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your enhancement proposal related to a problem? Please describe.**
|
||||||
|
<!-- A clear and concise description of what the problem is. -->
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
<!-- A clear and concise description of what you want to happen. -->
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context or graphics (drag-and-drop an image) about the feature request here. -->
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: feature request
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
<!-- A clear and concise description of what the problem is. -->
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
<!-- A clear and concise description of what you want to happen. -->
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context or graphics (drag-and-drop an image) about the feature request here. -->
|
17
.github/ISSUE_TEMPLATE/hardware_support.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/hardware_support.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Hardware Support
|
||||||
|
about: Suggest adding hardware support
|
||||||
|
title: ''
|
||||||
|
labels: Hardware Support
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is this request related to a missing driver support for a particular hardware platform, SoC or board? Please describe.**
|
||||||
|
<!-- Describe in details the hardware support being requested and why this support benefits Zephyr. -->
|
||||||
|
|
||||||
|
**Describe why you are asking for this support?**
|
||||||
|
<!-- Describe why you are asking for this support. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context or graphics (drag-and-drop an image) about the hardware here. -->
|
|
@ -1,3 +1,9 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve OpenMPTCProuter
|
||||||
|
labels: bug
|
||||||
|
---
|
||||||
|
|
||||||
<!--- Use this template, else issue may be closed automatically -->
|
<!--- Use this template, else issue may be closed automatically -->
|
||||||
## Expected Behavior
|
## Expected Behavior
|
||||||
<!--- In English please. -->
|
<!--- In English please. -->
|
5
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
5
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
name: Create a question
|
||||||
|
about: Ask a question
|
||||||
|
labels: Question
|
||||||
|
---
|
Loading…
Reference in a new issue