TUN-6598: Remove auto assignees on github issues
This PR removes automatic assignees on github issues because it sends a slightly wrong message about triaging. We will continue to triage issues and find a more focussed method to nominate assignees.
This commit is contained in:
parent
e63ec34503
commit
032ba7b5e4
|
@ -3,7 +3,6 @@ name: "\U0001F41B Bug report"
|
||||||
about: Create a report to help us improve cloudflared
|
about: Create a report to help us improve cloudflared
|
||||||
title: "\U0001F41B"
|
title: "\U0001F41B"
|
||||||
labels: 'Priority: Normal, Type: Bug'
|
labels: 'Priority: Normal, Type: Bug'
|
||||||
assignees: abelinkinbio
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ name: "\U0001F4DD Documentation"
|
||||||
about: Request new or updated documentation for cloudflared
|
about: Request new or updated documentation for cloudflared
|
||||||
title: "\U0001F4DD"
|
title: "\U0001F4DD"
|
||||||
labels: 'Priority: Normal, Type: Documentation'
|
labels: 'Priority: Normal, Type: Documentation'
|
||||||
assignees: abelinkinbio, ranbel
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ name: "\U0001F4A1 Feature request"
|
||||||
about: Suggest a feature or enhancement for cloudflared
|
about: Suggest a feature or enhancement for cloudflared
|
||||||
title: "\U0001F4A1"
|
title: "\U0001F4A1"
|
||||||
labels: 'Priority: Normal, Type: Feature Request'
|
labels: 'Priority: Normal, Type: Feature Request'
|
||||||
assignees: abelinkinbio, sssilver
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue