From 8f2ddf69b8b5c5d8b766a414dab12f8885913aeb Mon Sep 17 00:00:00 2001 From: Abdur-RahmaanJ Date: Tue, 21 May 2024 18:52:56 +0400 Subject: [PATCH 1/3] chore(.github): sync with debug-toolbar scaffold instead of Flask --- .github/ISSUE_TEMPLATE/bug-report.md | 10 +- .github/ISSUE_TEMPLATE/config.yml | 9 +- .github/ISSUE_TEMPLATE/feature-request.md | 6 +- .github/pull_request_template.md | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/tests.yaml | 7 +- LICENSE | 22 -- test_principal.py | 296 ---------------------- 8 files changed, 15 insertions(+), 339 deletions(-) delete mode 100644 LICENSE delete mode 100644 test_principal.py diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9746fda..1d9c507 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,11 +1,12 @@ --- name: Bug report -about: Report a bug in Flask-princial +about: Report a bug in Flask-DebugToolbar (not other projects which depend on Flask-DebugToolbar) --- @@ -24,4 +25,5 @@ Describe the expected behavior that should have happened but didn't. Environment: - Python version: -- Flask-principal version: +- Flask-DebugToolbar version: +- Flask version: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6e4c54b..b4fd5a2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Security issue - url: https://github.com/pallets-eco/flask-principal/security/advisories/new - about: Do not report security issues publicly. Create a private advisory. - - name: Questions - url: https://github.com/pallets-eco/flask-principal/discussions/ + - name: Questions on Discussions + url: https://github.com/pallets-eco/flask-debugtoolbar/discussions/ about: Ask questions about your own code on the Discussions tab. - - name: Questions on + - name: Questions on Chat url: https://discord.gg/pallets about: Ask questions about your own code on our Discord chat. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 56a7bbc..3054225 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest a new feature for Flask-principal +about: Suggest a new feature for Flask-DebugToolbar --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eb124d2..dbb67e3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ fixes # -->