From cb0726ccde08e06a81c07f6b030c79145b7ef693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Jul 2023 15:56:30 +0200 Subject: [PATCH] Sync with WeblateOrg/meta --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 + .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 + .github/ISSUE_TEMPLATE/support_question.yml | 76 --------------------- .github/renovate.json | 11 +++ 5 files changed, 16 insertions(+), 77 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/support_question.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 24084cc..152b3d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,6 +11,8 @@ body: attributes: value: | Thank you for reporting an issue on Weblate! This form will guide you to create a useful issue report. + + Want your answer quickly and guaranteed? Visit https://weblate.org/support/ to reach our dedicated support team. As a subscriber, you will always have priority and help Weblate growing. - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bdd0c94..870c1bc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -11,6 +11,6 @@ contact_links: - name: Get professional support url: https://weblate.org/support/ about: As a subscriber, you will always receive fast and helpful replies from our dedicated support team. More responsible and faster for your business, also makes Weblate stronger. -- name: Ask a question +- name: Ask the community url: https://github.com/WeblateOrg/weblate/discussions about: Want to discuss something with a community? Do it in discussions! diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 64b468f..b382807 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,6 +11,8 @@ body: attributes: value: | Thank you for reporting an issue on Weblate! This form will guide you to create a useful issue report. + + Want your answer quickly and guaranteed? Visit https://weblate.org/support/ to reach our dedicated support team. As a subscriber, you will always have priority and help Weblate growing. - type: textarea id: describe attributes: diff --git a/.github/ISSUE_TEMPLATE/support_question.yml b/.github/ISSUE_TEMPLATE/support_question.yml deleted file mode 100644 index 00cbb2b..0000000 --- a/.github/ISSUE_TEMPLATE/support_question.yml +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright © Michal Čihař -# -# SPDX-License-Identifier: CC0-1.0 - -# This file is maintained in https://github.com/WeblateOrg/meta/ -# and generated from .github/ISSUE_TEMPLATE/snippets there. -name: Support question -description: Help with configuration or deployment -labels: -- question -body: -- type: markdown - attributes: - value: | - Thank you for reporting an issue on Weblate! This form will guide you to create a useful issue report. - - Want your answer quickly and guaranteed? Visit https://weblate.org/support/ to reach our dedicated support team. As a subscriber, you will always have priority and help Weblate growing. -- type: textarea - id: what-happened - attributes: - label: Describe the issue - description: > - A clear and concise description of the problem you are facing. - - Please include important information as file format you are using or add-ons being installed. - placeholder: Tell us what you see! - validations: - required: true -- type: checkboxes - id: tried - attributes: - label: I already tried - description: If you didn’t try already, try to search the documentation and existing issues what you wrote above. - options: - - label: I've read and searched [the documentation](https://docs.weblate.org/). - required: true - - label: I've searched for similar issues in this repository. - required: true -- type: textarea - id: reproducer - attributes: - label: Steps to reproduce the behavior - description: What did you do before the problem has appeared? - placeholder: | - 1. Go to '...' - 2. Scroll down to '...' - 3. Click on '...' - 4. See error - validations: - required: true -- type: textarea - id: expected - attributes: - label: Expected behavior - description: A clear and concise description of what you expected to happen. -- type: textarea - id: screenshots - attributes: - label: Screenshots - description: If applicable, add screenshots to better explain your problem. -- type: textarea - id: traceback - attributes: - label: Exception traceback - description: > - In case you observed server error or crash, please see - [the debugging documentation](https://docs.weblate.org/en/latest/contributing/debugging.html) - for information how to obtain that. - - This will be rendered as Python traceback automatically. - render: pytb -- type: textarea - id: additional - attributes: - label: Additional context - description: Add any other context about the problem here. diff --git a/.github/renovate.json b/.github/renovate.json index ae96ba0..83222e9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -87,6 +87,17 @@ "#\\s?renovate: image=(?.*?)\\s?appVersion:\\s?\\\"?(?[\\w+\\.\\-]*)" ], "datasourceTemplate": "docker" + }, + { + "fileMatch": [ + "weblate_web/data.py" + ], + "matchStrings": [ + "VERSION = \"(?.*?)\"" + ], + "depNameTemplate": "Weblate", + "datasourceTemplate": "pypi", + "versioningTemplate": "pep440" } ] }