From fc01444ea47970bbe5090ecf46ed83c2355dbd3d Mon Sep 17 00:00:00 2001 From: Saurabh Jamadagni Date: Thu, 17 Aug 2023 21:02:53 +0530 Subject: [PATCH 1/4] testing if this works --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index eca5041f..c2e0494a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: 🐞 Bug report description: Report a bug to help us improve Scribe-iOS. labels: ["bug"] +projects: ["projects/1"] body: - type: checkboxes id: new-bug From ff1226f6c1b1a1d15df0347f9ca39f6b0e7fa193 Mon Sep 17 00:00:00 2001 From: Saurabh Jamadagni Date: Thu, 17 Aug 2023 21:05:48 +0530 Subject: [PATCH 2/4] changing reference to project --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c2e0494a..c35b705e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report description: Report a bug to help us improve Scribe-iOS. labels: ["bug"] -projects: ["projects/1"] +projects: ["orgs/scribe-org/projects/1"] body: - type: checkboxes id: new-bug From 84d8c1585f214a4454078fa7a0ca42f13e9bdac9 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Sat, 19 Aug 2023 12:47:53 +0200 Subject: [PATCH 3/4] Fix repo name in PR maintainer checklist --- .github/workflows/pr_maintainer_checklist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_maintainer_checklist.yaml b/.github/workflows/pr_maintainer_checklist.yaml index 88747638..c7b147ed 100644 --- a/.github/workflows/pr_maintainer_checklist.yaml +++ b/.github/workflows/pr_maintainer_checklist.yaml @@ -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) From 67fdbe91100496e7862fac9e2fa1da5aa6c34151 Mon Sep 17 00:00:00 2001 From: Saurabh Jamadagni Date: Sun, 20 Aug 2023 19:46:57 +0530 Subject: [PATCH 4/4] fix: adding project board automation to all templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/data_wikidata.yml | 1 + .github/ISSUE_TEMPLATE/design_improvement.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + .github/ISSUE_TEMPLATE/localization.yml | 1 + .github/ISSUE_TEMPLATE/new_keyboard.yml | 1 + .github/ISSUE_TEMPLATE/question.yml | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c35b705e..51b28d25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report description: Report a bug to help us improve Scribe-iOS. labels: ["bug"] -projects: ["orgs/scribe-org/projects/1"] +projects: ["scribe-org/1"] body: - type: checkboxes id: new-bug diff --git a/.github/ISSUE_TEMPLATE/data_wikidata.yml b/.github/ISSUE_TEMPLATE/data_wikidata.yml index d3acfd3f..2d1477e5 100644 --- a/.github/ISSUE_TEMPLATE/data_wikidata.yml +++ b/.github/ISSUE_TEMPLATE/data_wikidata.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/design_improvement.yml b/.github/ISSUE_TEMPLATE/design_improvement.yml index 72502c30..7cfd8775 100644 --- a/.github/ISSUE_TEMPLATE/design_improvement.yml +++ b/.github/ISSUE_TEMPLATE/design_improvement.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 37d7afeb..a999b5fe 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/localization.yml b/.github/ISSUE_TEMPLATE/localization.yml index 145fa8e1..2ce86cfc 100644 --- a/.github/ISSUE_TEMPLATE/localization.yml +++ b/.github/ISSUE_TEMPLATE/localization.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/new_keyboard.yml b/.github/ISSUE_TEMPLATE/new_keyboard.yml index 9fdf4d29..b95ab0a0 100644 --- a/.github/ISSUE_TEMPLATE/new_keyboard.yml +++ b/.github/ISSUE_TEMPLATE/new_keyboard.yml @@ -1,6 +1,7 @@ name: ⌨️ New keyboard description: Suggest a new language keyboard for Scribe! labels: ["new keyboard"] +projects: ["scribe-org/1"] title: Add keyboard body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 60aba67e..cf471701 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -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