Skip to content

Commit 8a99dba

Browse files
committed
Add basic issue templates to bring people to community channels
1 parent 33cb640 commit 8a99dba

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 👋 Community discussion channels
4+
url: https://matrix.to/#/#scribe_community:matrix.org
5+
about: Join us in our public Matrix chat rooms!
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 🌐 Localization
2+
description: Report issues or offer help for Scribe localizations.
3+
labels: ["localization"]
4+
projects: ["scribe-org/1"]
5+
body:
6+
- type: checkboxes
7+
id: terms
8+
attributes:
9+
label: Terms
10+
options:
11+
- label: I have searched [open localization issues](https://github.com/scribe-org/Scribe-i18n/issues?q=is%3Aissue+is%3Aopen+label%3Alocalization)
12+
required: true
13+
- 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)
14+
required: true
15+
- type: textarea
16+
id: support
17+
attributes:
18+
label: Description
19+
placeholder: |
20+
Tell us where Scribe needs localization support, and let us know if you're able to help!
21+
validations:
22+
required: true
23+
- type: markdown
24+
attributes:
25+
value: |
26+
Thanks for your efforts to bring Scribe to other languages!

.github/ISSUE_TEMPLATE/question.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: ❓ Questions and everything else
2+
description: We'd love to hear from you!
3+
projects: ["scribe-org/1"]
4+
body:
5+
- type: checkboxes
6+
id: terms
7+
attributes:
8+
label: Terms
9+
options:
10+
- label: I have searched [open and closed issues](https://github.com/scribe-org/Scribe-i18n/issues?q=is%3Aissue)
11+
required: true
12+
- 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)
13+
required: true
14+
- type: textarea
15+
id: issue
16+
attributes:
17+
label: Issue
18+
placeholder: Ask a question, start a discussion, create an issue...
19+
validations:
20+
required: true
21+
- type: markdown
22+
attributes:
23+
value: |
24+
Thank you for your contribution!

0 commit comments

Comments
 (0)