1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-14 12:21:53 +00:00

Add help wanted issue and fix issues template

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-07 09:42:21 +02:00
parent 5d4b8339c4
commit 615d596ece
4 changed files with 25 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
name: Enhancement
about: Suggest enhancements
labels: Enhancement
labels: enhancement
---
**Is your enhancement proposal related to a problem? Please describe.**

View file

@ -2,7 +2,7 @@
name: Hardware Support
about: Suggest adding hardware support
title: ''
labels: Hardware Support
labels: hardware support
assignees: ''
---

22
.github/ISSUE_TEMPLATE/help.md vendored Normal file
View file

@ -0,0 +1,22 @@
---
name: Help wanted
about: Help needed for configuration/installation of OpenMPTCProuter
labels: help wanted
---
<!--- Use this template, else issue may be closed automatically -->
## Expected Behavior
<!--- In English please. -->
<!--- Tell us what should happen -->
## Current Behavior
<!--- In English please. -->
<!--- Tell us what happens instead of the expected behavior -->
## Specifications
- OpenMPTCProuter version: <!--- (Last is not a version) -->
- OpenMPTCProuter VPS version: <!--- (Last is not a version) -->
- OpenMPTCProuter platform: <!--- (RPI2/RPI3/x86/x86_64) -->
<!--- (please do not attach text files) -->

View file

@ -1,5 +1,5 @@
---
name: Create a question
about: Ask a question
labels: Question
labels: question
---