Add labels to issues automatically via templates.

[skip ci]
parent 674f3f23
--- ---
name: 💥 BC Break name: 💥 BC Break
about: Have you encountered an issue during an upgrade? 💣 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 ...@@ -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 - 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.) ❗ NEVER put your Telegram API key or any other private details here. (like passwords, user IDs, etc.)
......
--- ---
name: 🐞 Bug Report name: 🐞 Bug Report
about: Something is broken? 🔨 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.) ❗ 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. ...@@ -29,7 +30,7 @@ Substitute them like <API_KEY> or <USER_ID> etc.
<!-- Provide a summary describing the problem you are experiencing. --> <!-- Provide a summary describing the problem you are experiencing. -->
### Current behaviour #### Current behaviour
<!-- What is the current (buggy) behaviour? --> <!-- What is the current (buggy) behaviour? -->
......
--- ---
name: 🎉 Feature Request name: 🎉 Feature Request
about: You have a neat idea that should be implemented? 🎩 about: You have a neat idea that should be implemented? 🎩
labels: feature request
--- ---
### Feature Request ### 🎉 Feature Request
#### Summary #### Summary
......
--- ---
name: ❓ Support Question name: ❓ Support Question
about: Have a problem that you can't figure out? 🤔 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. 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 ...@@ -7,6 +7,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Notes ### Notes
- [:ledger: View file changes][Unreleased] - [:ledger: View file changes][Unreleased]
### Added ### Added
- Issue labels set automatically via templates.
### Changed ### Changed
- Logging only updates or only debug/errors is now possible. - Logging only updates or only debug/errors is now possible.
### Deprecated ### 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