Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
fe626fd1
Unverified
Commit
fe626fd1
authored
Jul 18, 2019
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add labels to issues automatically via templates.
[skip ci]
parent
674f3f23
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
BC_Break.md
.github/ISSUE_TEMPLATE/BC_Break.md
+2
-1
Bug.md
.github/ISSUE_TEMPLATE/Bug.md
+3
-2
Feature_Request.md
.github/ISSUE_TEMPLATE/Feature_Request.md
+2
-1
Support_Question.md
.github/ISSUE_TEMPLATE/Support_Question.md
+2
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
No files found.
.github/ISSUE_TEMPLATE/BC_Break.md
View file @
fe626fd1
---
---
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.)
...
...
.github/ISSUE_TEMPLATE/Bug.md
View file @
fe626fd1
---
---
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? -->
...
...
.github/ISSUE_TEMPLATE/Feature_Request.md
View file @
fe626fd1
---
---
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
...
...
.github/ISSUE_TEMPLATE/Support_Question.md
View file @
fe626fd1
---
---
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.
...
...
CHANGELOG.md
View file @
fe626fd1
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment