Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically add new issues to Scribe-Board - Scribe-iOS repo #357

Merged
merged 4 commits into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🐞 Bug report
description: Report a bug to help us improve Scribe-iOS.
labels: ["bug"]
projects: ["scribe-org/1"]
body:
- type: checkboxes
id: new-bug
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/data_wikidata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🗃️ Data and Wikidata
description: Help Scribe bring open-source language data to your fingertips.
labels: ["data"]
projects: ["scribe-org/1"]
body:
- type: checkboxes
id: terms
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/design_improvement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🎨 Design improvement
description: Make a suggestion for Scribe's UX/UI designs.
labels: ["design"]
projects: ["scribe-org/1"]
body:
- type: checkboxes
id: terms
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ✨ Feature request
description: Have a new idea or feature for Scribe-iOS? Please suggest!
labels: ["feature"]
projects: ["scribe-org/1"]
body:
- type: checkboxes
id: terms
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/localization.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🌐 Localization
description: Report issues or offer help for Scribe localizations.
labels: ["localization"]
projects: ["scribe-org/1"]
body:
- type: checkboxes
id: terms
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/new_keyboard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ⌨️ New keyboard
description: Suggest a new language keyboard for Scribe!
labels: ["new keyboard"]
projects: ["scribe-org/1"]
title: Add <language> keyboard
body:
- type: checkboxes
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: ❓ Questions and everything else
description: We'd love to hear from you!
projects: ["scribe-org/1"]
body:
- type: checkboxes
id: terms
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_maintainer_checklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:

- [ ] The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution
- The contributor's name and icon in remote commits should be the same as what appears in the PR
- If there's a mismatch, the contributor needs to make sure that the [email they use for GitHub](https://github.com/settings/emails) matches what they have for `git config user.email` in their local activist repo
- If there's a mismatch, the contributor needs to make sure that the [email they use for GitHub](https://github.com/settings/emails) matches what they have for `git config user.email` in their local Scribe-iOS repo

- [ ] The [CHANGELOG](https://github.com/scribe-org/Scribe-iOS/blob/main/CHANGELOG.md) has been updated with a description of the changes for the upcoming release (if necessary)