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 💪 --- 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! + 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"