From 8da44ecb58c3602e94a726974cb80fe0d0caf3aa Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 8 Feb 2024 14:20:43 +0100 Subject: [PATCH] docs: update issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 16 ++--- .github/ISSUE_TEMPLATE/config.yml | 3 - frontend/.gitea/issue_template.md | 44 -------------- frontend/.github/FUNDING.yml | 3 - .../.github/ISSUE_TEMPLATE/bug-report.yml | 59 ------------------- frontend/.github/ISSUE_TEMPLATE/config.yml | 17 ------ frontend/.github/workflows/lockdown.yml | 23 -------- 7 files changed, 5 insertions(+), 160 deletions(-) delete mode 100644 frontend/.gitea/issue_template.md delete mode 100644 frontend/.github/FUNDING.yml delete mode 100644 frontend/.github/ISSUE_TEMPLATE/bug-report.yml delete mode 100644 frontend/.github/ISSUE_TEMPLATE/config.yml delete mode 100644 frontend/.github/workflows/lockdown.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ff6a0a9e5e..7d78b43a06 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - NOTE: If your issue is a security concern, please send an email to security@vikunja.io instead of opening a public issue. + NOTE: If your issue is a security concern, please send an email to security@vikunja.io instead of opening a public issue. [More information about our security policy](https://vikunja.io/contact/#security). - type: markdown attributes: value: | @@ -24,17 +24,10 @@ body: description: | Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below). - type: input - id: frontend-version + id: version attributes: - label: Vikunja Frontend Version - description: Vikunja frontend version (or commit reference) of your instance - validations: - required: true - - type: input - id: api-version - attributes: - label: Vikunja API Version - description: Vikunja API version (or commit reference) of your instance + label: Vikunja Version + description: Vikunja version (or commit reference) of your instance validations: required: true - type: input @@ -47,6 +40,7 @@ body: attributes: label: Can you reproduce the bug on the Vikunja demo site? options: + - "Please select" - "Yes" - "No" validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 56fb2b23e6..4c837c7813 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Frontend issues - url: https://code.vikunja.io/frontend/issues - about: This is the API repo. Please open frontend-related bug reports and discussions in the frontend repo. Not sure if you issue is frontend or api? Ask in Matrix or the forum first. - name: Forum url: https://community.vikunja.io/ about: Feature Requests, Questions, configuration or deployment problems should be discussed in the forum. diff --git a/frontend/.gitea/issue_template.md b/frontend/.gitea/issue_template.md deleted file mode 100644 index ee62edf05d..0000000000 --- a/frontend/.gitea/issue_template.md +++ /dev/null @@ -1,44 +0,0 @@ - - -**Version information:** - -Frontend Version: -API Version: -Browser and OS Version: - -**Steps to reproduce:** - - - -1. -2. -... - -**Expected behavior:** - - - - - -**Actual behavior:** - - - - - -**Checklist:** - -* [ ] I have provided all required information -* [ ] I am using the latest release or the latest unstable build -* [ ] I was able to reproduce the bug on [try](https://try.vikunja.io) diff --git a/frontend/.github/FUNDING.yml b/frontend/.github/FUNDING.yml deleted file mode 100644 index e9715a058d..0000000000 --- a/frontend/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -github: kolaente -open_collective: vikunja -custom: ["https://vikunja.cloud", "https://www.buymeacoffee.com/kolaente"] diff --git a/frontend/.github/ISSUE_TEMPLATE/bug-report.yml b/frontend/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index 3e44205c29..0000000000 --- a/frontend/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,59 +0,0 @@ -name: Bug Report -description: Found something you weren't expecting? Report it here! -labels: - - kind/bug -body: - - type: markdown - attributes: - value: | - NOTE: If your issue is a security concern, please send an email to security@vikunja.io instead of opening a public issue. - - type: markdown - attributes: - value: | - Please fill out this issue template to report a bug. - - 1. If you want to propose a new feature, please open a discussion thread in the forum: https://community.vikunja.io - 2. Please ask questions or configuration/deploy problems on our [Matrix Room](https://matrix.to/#/#vikunja:matrix.org) or forum (https://community.vikunja.io). - 3. Make sure you are using the latest release and - take a moment to check that your issue hasn't been reported before. - 4. Please give all relevant information below for bug reports, because - incomplete details will be handled as an invalid report and closed. - - type: textarea - id: description - attributes: - label: Description - description: | - Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below). - - type: input - id: frontend-version - attributes: - label: Vikunja Frontend Version - description: Vikunja frontend version (or commit reference) of your instance - validations: - required: true - - type: input - id: api-version - attributes: - label: Vikunja API Version - description: Vikunja API version (or commit reference) of your instance - validations: - required: true - - type: input - id: browser-version - attributes: - label: Browser and version - description: If your issue is related to a frontend problem, please provide the browser and version you used to reproduce it. - - type: dropdown - id: can-reproduce - attributes: - label: Can you reproduce the bug on the Vikunja demo site? - options: - - "Yes" - - "No" - validations: - required: true - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: If this issue involves the Web Interface, please provide one or more screenshots diff --git a/frontend/.github/ISSUE_TEMPLATE/config.yml b/frontend/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 4a2256d728..0000000000 --- a/frontend/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,17 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: API issues - url: https://code.vikunja.io/api/issues - about: This is the frontend repo. Please open api-related bug reports and discussions in the api 0repo. Not sure if your issue is frontend or api? Ask in Matrix or the forum first. - - name: Forum - url: https://community.vikunja.io/ - about: Feature Requests, Questions, configuration or deployment problems should be discussed in the forum. - - name: Security-related issues - url: https://vikunja.io/contact/#security - about: For security concerns, please send a mail to security@vikunja.io instead of opening a public issue. - - name: Chat on Matrix - url: https://matrix.to/#/#vikunja:matrix.org - about: Please ask any quick questions here. - - name: Translations - url: https://crowdin.com/project/vikunja - about: Any problems or requests for new languages about translations should be handled in crowdin. diff --git a/frontend/.github/workflows/lockdown.yml b/frontend/.github/workflows/lockdown.yml deleted file mode 100644 index 2f5baa96de..0000000000 --- a/frontend/.github/workflows/lockdown.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: 'Repo Lockdown' - -on: - pull_request_target: - types: opened - -permissions: - issues: write - pull-requests: write - -jobs: - action: - runs-on: ubuntu-latest - steps: - - uses: dessant/repo-lockdown@v4 - with: - pr-comment: 'Hi! Thank you for your contribution. - - This repo is only a mirror and unfortunately we can''t accept PRs made here. Please re-submit your changes to [our Gitea instance](https://kolaente.dev/vikunja/frontend/pulls). - - Also check out the [contribution guidelines](https://vikunja.io/docs/development/#pull-requests). - - Thank you for your understanding.' \ No newline at end of file