From bd80aeb658de1f472267dc2c64651a63f5696f6d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 28 Oct 2024 19:18:59 +0000 Subject: [PATCH] Update generated config.yml and issue_template_configured.txt --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/issue_template_configured.txt | 1 + 2 files changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue_template_configured.txt diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b5a1602 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://github.com/ondrovic/video-organizer/issues/new?template=question.md + about: Ask a question about this project. + - name: Bug Report + url: https://github.com/ondrovic/video-organizer/issues/new?template=bug_report.md + about: Report a bug or unexpected behavior. + - name: Feature Request + url: https://github.com/ondrovic/video-organizer/issues/new?template=feature_request.md + about: Suggest a new feature or improvement. diff --git a/.github/ISSUE_TEMPLATE/issue_template_configured.txt b/.github/ISSUE_TEMPLATE/issue_template_configured.txt new file mode 100644 index 0000000..fd163f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template_configured.txt @@ -0,0 +1 @@ +Config generated for repository: ondrovic/video-organizer on 2024-10-28 19:18:59