Add labels to issues automatically via templates.

[skip ci]
parent 674f3f23
---
name: 💥 BC Break
about: Have you encountered an issue during an upgrade? 💣
labels: bc break
---
<!--
......@@ -9,7 +10,7 @@ Before reporting a BC break, please consult the changelog and wiki entry for the
- https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility
-->
### BC Break Report
### 💥 BC Break Report
<--
❗ NEVER put your Telegram API key or any other private details here. (like passwords, user IDs, etc.)
......
---
name: 🐞 Bug Report
about: Something is broken? 🔨
labels: bug
---
### Bug Report
### 🐞 Bug Report
<--
❗ NEVER put your Telegram API key or any other private details here. (like passwords, user IDs, etc.)
......@@ -29,7 +30,7 @@ Substitute them like <API_KEY> or <USER_ID> etc.
<!-- Provide a summary describing the problem you are experiencing. -->
### Current behaviour
#### Current behaviour
<!-- What is the current (buggy) behaviour? -->
......
---
name: 🎉 Feature Request
about: You have a neat idea that should be implemented? 🎩
labels: feature request
---
### Feature Request
### 🎉 Feature Request
#### Summary
......
---
name: ❓ Support Question
about: Have a problem that you can't figure out? 🤔
labels: question
---
### Support Question
### Support Question
<!--
Before asking a question here, please try asking in the support group first.
......
......@@ -7,6 +7,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Notes
- [:ledger: View file changes][Unreleased]
### Added
- Issue labels set automatically via templates.
### Changed
- Logging only updates or only debug/errors is now possible.
### Deprecated
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment