From 8997e85775feb1fb8eec2ffc03a697c9778393eb Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 18 May 2025 20:39:03 +0800 Subject: [PATCH] fix: update privileged issue template to reference @furyhawk --- .github/ISSUE_TEMPLATE/privileged.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/privileged.yml b/.github/ISSUE_TEMPLATE/privileged.yml index 6438848..66aebbf 100644 --- a/.github/ISSUE_TEMPLATE/privileged.yml +++ b/.github/ISSUE_TEMPLATE/privileged.yml @@ -1,19 +1,19 @@ name: Privileged -description: You are @tiangolo or he asked you directly to create an issue here. If not, check the other options. 👇 +description: You are @furyhawk or he asked you directly to create an issue here. If not, check the other options. 👇 body: - type: markdown attributes: value: | Thanks for your interest in this project! 🚀 - If you are not @tiangolo or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/tiangolo/full-stack-fastapi-template/discussions/categories/questions) instead. + If you are not @furyhawk or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/tiangolo/full-stack-fastapi-template/discussions/categories/questions) instead. - type: checkboxes id: privileged attributes: label: Privileged issue description: Confirm that you are allowed to create an issue here. options: - - label: I'm @tiangolo or he asked me directly to create an issue here. + - label: I'm @furyhawk or he asked me directly to create an issue here. required: true - type: textarea id: content