diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1a25a2900..bc4b25ceb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug about: Tell us about something that seems broken title: '' labels: ['defect', 'needs triage'] -projects: ['wordplaydev/wordplay'] +projects: ['wordplaydev/7'] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ef3255a8f..03fe12089 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Enhancement about: Suggest new or improved features, functionalty, or content title: '' labels: ['enhancement', 'needs design', 'needs triage'] -projects: ['wordplaydev/wordplay'] +projects: ['wordplaydev/7'] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/maintenance.md b/.github/ISSUE_TEMPLATE/maintenance.md index 3098a82e4..0f0ab39dc 100644 --- a/.github/ISSUE_TEMPLATE/maintenance.md +++ b/.github/ISSUE_TEMPLATE/maintenance.md @@ -3,7 +3,7 @@ name: Maintenance about: Suggest an improvement to project maintenance title: '' labels: ['maintainability', 'needs triage'] -projects: ['wordplaydev/wordplay'] +projects: ['wordplaydev/7'] assignees: '' ---