mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Merge pull request #1130 from teloxide/time-to-move-on
I'm stepping down as a maintainer
This commit is contained in:
commit
e96a6a5ec2
3 changed files with 2 additions and 6 deletions
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -3,7 +3,7 @@ name: Feature request
|
|||
about: Suggest an idea for this project
|
||||
title: 'Feature Request: <feature>'
|
||||
labels: K-feature-request
|
||||
assignees: Hirrolot, WaffleLapkin
|
||||
assignees: Hirrolot
|
||||
|
||||
---
|
||||
|
||||
|
|
1
.github/ISSUE_TEMPLATE/parse-error.md
vendored
1
.github/ISSUE_TEMPLATE/parse-error.md
vendored
|
@ -3,7 +3,6 @@ name: Parse error
|
|||
about: Report issue with `teloxide` parsing of telegram response
|
||||
title: 'Parse Error: <type or error description>'
|
||||
labels: K-bug, FIXME, C-core
|
||||
assignees: WaffleLapkin
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -4,13 +4,10 @@ contributing_url = "https://github.com/teloxide/teloxide/blob/master/CONTRIBUTIN
|
|||
|
||||
[assign.adhoc_groups]
|
||||
# This is a special group that will be used if none of the `owners` entries matches.
|
||||
fallback = ["@WaffleLapkin", "@Hirrolot"]
|
||||
fallback = ["@Hirrolot"]
|
||||
|
||||
[assign.owners]
|
||||
"crates/teloxide-core" = ["@WaffleLapkin"]
|
||||
"crates/teloxide-macros" = ["@WaffleLapkin"]
|
||||
"crates/teloxide" = ["@Hirrolot"]
|
||||
".github" = ["@WaffleLapkin"]
|
||||
|
||||
|
||||
[autolabel."S-waiting-on-review"]
|
||||
|
|
Loading…
Reference in a new issue