From f0af0d641fe26ed6e3425b877d8c79183ab3337e Mon Sep 17 00:00:00 2001 From: georg0480 Date: Sat, 31 Jan 2026 16:48:34 +0100 Subject: [PATCH] shortcut issus neu --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/pull_request_template.md | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6f1af46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +This tracker is for defects only! For feature requests, see [our discussion forum](https://forum.shotcut.org/). + +**OS and Version (please complete the following information):** + - Operating System: [e.g. Windows, macOS] + - Shotcut Version: [e.g. 24.01] (For Linux, specify *how* you installed because there are many different builds.) + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +1. Start Shotcut +2. Click... +3. Choose.... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..2f7879b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Shotcut Discussion Forum + url: https://forum.shotcut.org/ + about: Please get help and make suggestions here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..15da603 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +All translation updates must go through transifex.com. +Pull requests for those will be rejected.