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 Oct 21, 2020
1 parent 32e48ff commit 43c27c7
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 44 deletions.
18 changes: 13 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ contact_links:
about: For issues specific for Weblate Docker deployment.
- name: translation-finder issue tracker
url: https://github.com/WeblateOrg/translation-finder/issues/
about: If this issue only involves translations discovery while importing files, please open a new issue there.
about: If this issue only involves translations discovery while importing files,
please open a new issue there.
- name: wlc issue tracker
url: https://github.com/WeblateOrg/wlc/issues/
about: If this issue only involves the command line client, please open a new issue there.
- name: Paid support
about: If this issue only involves the command line client, please open a new
issue there.
- 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: Community discussions
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
url: https://github.com/WeblateOrg/weblate/discussions
about: Want to discuss something with a community? Do it in discussions!
- name: Read our clear, thorough and localized Docs
url: https://docs.weblate.org/
about: Save your time! There is an instant solution for many issues in the docs
appreciated by numerous users. And it might be in your preferred language.
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- This file is maintained in https://github.com/WeblateOrg/meta/ -->
<!-- markdownlint-disable MD041 -->

Before submitting a pull request, please ensure that:

- [ ] Every commit has a message which concisely describes it.
Expand Down
38 changes: 19 additions & 19 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,66 +3,66 @@
# Default GitHub labels
- color: d73a4a
name: bug
description: Something isn't working
description: Something is broken.
- color: cfd3d7
name: duplicate
description: This issue or pull request already exists
description: Similar issue or pull request already exists.
- color: a2eeef
name: enhancement
description: New feature or request
description: Adding or requesting a new feature.
- color: 7057ff
name: good first issue
description: Good for newcomers
description: Opportunity for newcoming contributors.
- color: 008672
name: help wanted
description: Extra attention is needed
description: Extra attention is needed.
- color: e4e669
name: invalid
description: This doesn't seem right
description: This doesnt seem right.
- color: d876e3
name: question
description: Support question
description: This is more a question for the support than an issue.
- color: ffffff
name: wontfix
description: This will not be worked on
description: Nobody will work on this.
# Bountysource
- color: 129e5e
name: bounty
description: There is a bounty on the issue
description: Get a bounty by fixing this issue.
# Dependabot
- color: 0025ff
name: dependencies
description: Pull requests that update a dependency file
description: Pull requests that update a dependency file.
# Kodiaq
- color: 000000
name: automerge
description: Automatically merge pull request once tests pass
description: Automatically merge pull request once tests pass.
# Hacktoberfest
- color: 129e5e
name: hacktoberfest
description: This is good for Hacktoberfest
description: This is suitable for Hacktoberfest. Don’t try to spam.
# Weblate specific
- color: 87a2f2
name: backlog
description: This is currently not on the roadmap
description: This is not on the Weblate roadmap for now. Can be prioritized by sponsorship.
- color: 0075ca
name: documentation
description: Improvements or additions to documentation
description: Improvements or additions to the documentation.
- color: d4c5f9
name: hosted
description: Issues affecting Hosted Weblate service
description: Issues affecting Hosted Weblate service.
- color: e3f49c
name: naming
description: Discussions about naming certain features
description: Discussions about naming Weblate features.
- color: fef2c0
name: translate-toolkit
description: Issues which need to be fixed in the translate-toolkit
- color: 02d7e1
name: undecided
description: These features might not be implemented at all
description: These features might not be implemented. Can be prioritized by sponsorship.
- color: e3f49c
name: ux
description: User experience issues
description: Issues related to user experience.
- color: b38ddd
name: needinfo
description: This needs additional information from the reporter
description: This needs more information from the reporter to be implemented.
12 changes: 6 additions & 6 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ exemptLabels:
staleLabel: wontfix
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
This issue has been automatically marked as stale because it has not had any recent activity.
It will be closed soon if no further action occurs.
Thank you for your contributions!
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
Expand All @@ -27,9 +27,9 @@ closeComment: false
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
pulls:
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
This pull request has been automatically marked as stale because it has not had any recent activity.
It will be closed soon if no further action occurs.
Thank you for your contributions!
issues:
daysUntilStale: 10
daysUntilClose: 4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/closing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
The issue you have reported seems to be resolved now.
The issue you have reported is resolved now. If you don’t feel it’s right, please follow it’s labels to get a clue and take further steps.
* In case you see a similar problem, please open a separate issue.
* If you are happy with the outcome, consider supporting Weblate by [donating](https://weblate.org/donate/).
* If you are happy with the outcome, don’t hesitate to support Weblate by making a [donation](https://weblate.org/donate/).
- name: Add closed issue comment
uses: peter-evans/create-or-update-comment@v1
if: "! contains(github.event.issue.labels.*.name, 'invalid') && ! contains(github.event.issue.labels.*.name, 'question') && ! contains(github.event.issue.labels.*.name, 'wontfix') && ! contains(github.event.issue.labels.*.name, 'duplicate') && ! contains(github.event.issue.labels.*.name, 'undecided') && ! contains(github.event.issue.labels.*.name, 'needinfo') && join(github.event.issue.labels.*.name) != ''"
Expand All @@ -31,4 +31,4 @@ jobs:
* In case you see a problem with the fix, please comment on this issue.
* In case you see a similar problem, please open a separate issue.
* If you are happy with the outcome, consider supporting Weblate by [donating](https://weblate.org/donate/).
* If you are happy with the outcome, don’t hesitate to support Weblate by making a [donation](https://weblate.org/donate/).
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.3
- uses: actions/cache@v2.1.2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.3
- uses: actions/cache@v2.1.2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1.0.0
- uses: actions/checkout@v2.3.3
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
This issue has been added to the backlog. It is not scheduled on our roadmap, but it eventually might be implemented. In case you desperately need this feature, please consider helping or [funding the development](https://weblate.org/support/).
This issue has been added to the backlog. It is not scheduled on the Weblate roadmap, but it eventually might be implemented. In case you need this feature soon, please consider helping or push it by [funding the development](https://weblate.org/support/).
- name: Add undecided comment
uses: peter-evans/create-or-update-comment@v1
if: github.event.label.name == 'undecided'
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
This issue has been put aside. Currently, it is unclear whether it will ever be implemented as it seems to cover too narrow of a use case or doesn't seem to fit into Weblate. Please try to clarify the use case or consider proposing something more generic to make it useful to more users.
This issue has been put aside. It is currently unclear if it will ever be implemented as it seems to cover too narrow of a use case or doesn't seem to fit into Weblate. Please try to clarify the use case or consider proposing something more generic to make it useful to more users.
- name: Add question comment
uses: peter-evans/create-or-update-comment@v1
if: github.event.label.name == 'question'
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
This issue looks like a support question. We try to answer these reasonably fast, but in case you are looking for faster resolution, please consider [purchasing support subscription](https://weblate.org/support/) and make Weblate stronger.
This issue looks more like a support question than an issue. We strive to answer these reasonably fast, but [purchasing the support subscription](https://weblate.org/support/) is not only more responsible and faster for your business but also makes Weblate stronger. In case your question is already answered, [making a donation](https://weblate.org/donate/) is the right way to say thank you!
- name: Add translate-toolkit comment
uses: peter-evans/create-or-update-comment@v1
if: github.event.label.name == 'translate-toolkit'
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
The issue you've reported needs to be addressed in the [translate-toolkit](https://github.com/translate/translate/). Please file the issue there and do not forget to include links to any relevant specifications about the formats (if applicable).
The issue you've reported needs to be addressed in the [translate-toolkit](https://github.com/translate/translate/). Please file the issue there, and include links to any relevant specifications about the formats (if applicable).
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.3
- uses: actions/cache@v2.1.2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.3
- uses: actions/cache@v2.1.2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is maintained in https://github.com/WeblateOrg/meta/ -->

## Weblate Security
# Weblate Security

We take security very seriously at Weblate. We welcome any peer review of our
100% open source code to ensure nobody's Weblate is ever compromised or hacked.
Expand Down

0 comments on commit 43c27c7

Please sign in to comment.