Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 13, 2023
1 parent fcb6c0b commit cb0726c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 77 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
76 changes: 0 additions & 76 deletions .github/ISSUE_TEMPLATE/support_question.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)"
],
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"weblate_web/data.py"
],
"matchStrings": [
"VERSION = \"(?<currentValue>.*?)\""
],
"depNameTemplate": "Weblate",
"datasourceTemplate": "pypi",
"versioningTemplate": "pep440"
}
]
}

0 comments on commit cb0726c

Please sign in to comment.