From cdb1409b7f9cadfb241a966acb23ddd095e7d6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Wed, 23 Dec 2020 17:24:09 +0100 Subject: [PATCH] Tweak issues templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1f61ea2b..75dd2770 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,11 +24,11 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. ## Configuration - - Python version : - - FastAPI version : + - Python version : + - FastAPI version : - FastAPI Users version : -### FastAPI Users configuration** +### FastAPI Users configuration ```py # Please copy/paste your FastAPI Users configuration here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b279c364..e0da4fd0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - - name: Community discussions + - name: I have a question 🤔 url: https://github.com/frankie567/fastapi-users/discussions - about: ➡ If you have any question about the usage of FastAPI Users that's not clearly a bug, please open a discussion first. + about: If you have any question about the usage of FastAPI Users that's not clearly a bug, please open a discussion first.