1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-20 02:59:56 +02:00

ci(github): add service issue template

This commit is contained in:
Niko Köser 2022-04-25 15:30:56 +02:00 committed by GitHub
parent dcb78b50db
commit 3a85668e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: 'type/bug'
labels: type/bug
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE NAME]"
labels: 'type/enhancement'
labels: type/enhancement
assignees: ''
---

View File

@ -0,0 +1,20 @@
---
name: Service request
about: Suggest a new service to be added to Notify
title: 'feat(service): Add [SERVICE NAME] service'
labels: affects/services, good first issue, hacktoberfest, help wanted, type/enhancement,
up for grabs
assignees: ''
---
**Describe the missing service. Please provide useful links.**
<!--- Describe in detail the service that you want to be added. Include links to any relevant documentation, examples, or screenshots. -->
**Describe the solution you'd like**
<!--- Describe the solution you'd like to see. E.g. "Add a new service that [...]" -->
**Potential libraries to use**
<!--- Please list all libraries that might potentially help us with this service. A link to the library is mandatory. -->
- ...