-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into swift-conversions
- Loading branch information
Showing
5 changed files
with
121 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 👋 Community discussion channels | ||
url: https://matrix.to/#/#scribe_community:matrix.org | ||
about: Join us in our public Matrix chat rooms! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: 🌐 Localization | ||
description: Report issues or offer help for Scribe localizations. | ||
labels: ["localization"] | ||
projects: ["scribe-org/1"] | ||
body: | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Terms | ||
options: | ||
- label: I have searched [open localization issues](https://github.com/scribe-org/Scribe-i18n/issues?q=is%3Aissue+is%3Aopen+label%3Alocalization) | ||
required: true | ||
- label: I agree to follow Scribe-i18n's [Code of Conduct](https://github.com/scribe-org/Scribe-i18n/blob/main/.github/CODE_OF_CONDUCT.md) | ||
required: true | ||
- type: textarea | ||
id: support | ||
attributes: | ||
label: Description | ||
placeholder: | | ||
Tell us where Scribe needs localization support, and let us know if you're able to help! | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your efforts to bring Scribe to other languages! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: ❓ Questions and everything else | ||
description: We'd love to hear from you! | ||
projects: ["scribe-org/1"] | ||
body: | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Terms | ||
options: | ||
- label: I have searched [open and closed issues](https://github.com/scribe-org/Scribe-i18n/issues?q=is%3Aissue) | ||
required: true | ||
- label: I agree to follow Scribe-i18n's [Code of Conduct](https://github.com/scribe-org/Scribe-i18n/blob/main/.github/CODE_OF_CONDUCT.md) | ||
required: true | ||
- type: textarea | ||
id: issue | ||
attributes: | ||
label: Issue | ||
placeholder: Ask a question, start a discussion, create an issue... | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for your contribution! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters