Merge pull request #1048 from urfave/lynncyrin-patch-rm-assignee

Remove assignee from issue templates
This commit is contained in:
lynn [they] 2020-01-20 13:39:07 -08:00 committed by GitHub
commit f1a114a628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: ask a question
about: ask us question - assume stackoverflow's guidelines apply here
title: 'q: ( your question title goes here )'
labels: 'kind/question, status/triage, area/v2'
assignees: lynncyrin
assignees: ''
---

View File

@ -3,7 +3,7 @@ name: v1 bug report
about: Create a report to help us fix v1 bugs
title: 'v1 bug: ( your bug title goes here )'
labels: 'kind/bug, status/triage, area/v1'
assignees: lynncyrin
assignees: ''
---