From 1713d876f14082fdf664e2ebc45ab6af46ba1c7b Mon Sep 17 00:00:00 2001 From: THIVEND Date: Fri, 8 Apr 2022 23:23:22 +0200 Subject: [PATCH 1/3] :construction_worker: Fix typo in feature request template --- .github/ISSUE_TEMPLATE/Feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 9141af8..1b29d0d 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request creation disabled +name: Feature request about: Make a clear demand for improve ClassQuiz 💪 --- From a6e8ae9b0bcb66df1391c549134fa07707fb943a Mon Sep 17 00:00:00 2001 From: THIVEND Date: Fri, 8 Apr 2022 23:35:36 +0200 Subject: [PATCH 2/3] :construction_worker: Add template for Repo architecture modifications --- .../ISSUE_TEMPLATE/Repo_architecture_changes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Repo_architecture_changes.md diff --git a/.github/ISSUE_TEMPLATE/Repo_architecture_changes.md b/.github/ISSUE_TEMPLATE/Repo_architecture_changes.md new file mode 100644 index 0000000..a1e80e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Repo_architecture_changes.md @@ -0,0 +1,15 @@ +--- +name: Project refactoring +about: All issues concerning CI/CD, improvements of documentation, development setup etc. 🔧 + +--- + +**Describe the change and why it is needed** +A clear and concise description of the improvement you're asking for. + + +**Additional context** +Add any other context about the problem here. + +Thanks for contributing to ClassQuiz! + From f4eeb5188f462e1975870fc63892f760f46e219e Mon Sep 17 00:00:00 2001 From: Mawoka Date: Fri, 8 Apr 2022 23:41:26 +0200 Subject: [PATCH 3/3] Update config.py --- classquiz/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/classquiz/config.py b/classquiz/config.py index df29cd4..5c2902b 100644 --- a/classquiz/config.py +++ b/classquiz/config.py @@ -19,7 +19,6 @@ class Settings(BaseSettings): mail_server: str mail_port: int secret_key: str - imgur_client_id: str = "27aa1687703ddb9" access_token_expire_minutes: int = 30 cache_expiry: int = 86400 sentry_dsn: str | None = "https://4981de1f72f24fd7b5e21b8913b93a02@o661934.ingest.sentry.io/6254641"