From 3d53351b8f1790d9702ca4a9c6b5265c26116cfe Mon Sep 17 00:00:00 2001 From: Peter Frank Date: Mon, 24 Apr 2023 15:15:40 -0500 Subject: [PATCH] Update issue templates and automatic comment on new issues (#19357) * Update issue templates Adding a new issue template as part of an effort to clean up the way we use GitHub / GitHub Discussions * Update config.yml * Update issue.yml --- .../-core-team-only---new-approved-feature.md | 31 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 4 +++ .github/ISSUE_TEMPLATE/config.yml | 10 +++--- .github/workflows/issue.yml | 4 +-- 4 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md diff --git a/.github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md b/.github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md new file mode 100644 index 000000000..38f072485 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md @@ -0,0 +1,31 @@ +--- +name: "[Core Team Only]: New Approved Feature" +about: This template is for Core Team only. For feature requests, please use GitHub + Discussions. +title: '' +labels: '' +assignees: '' + +--- + + + +## Is this feature related to a problem? Please describe. + + + +## Describe the solution you’d like + + + +## Definition of Done + + + +- [ ] Task 1 +- [ ] Task 2 +- [ ] Task 3 + +## Additional Context + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bbe844abe..2b6ac2447 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,10 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3dd7a1c92..ac5cc1413 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: Feature Request - url: https://github.com/forem/forem/discussions - about: Visit our GitHub Discussions page to suggest an idea to make Forem better. - - name: Forem Questions and Discussions - url: https://forem.dev/ - about: Please ask and answer questions, discuss features, or reach out for help on forem.dev + url: https://github.com/forem/forem/discussions/categories/feature-requests + about: Have a feature request? Please let us know via GitHub Discussions. + - name: Forem Q&A + url: https://github.com/forem/forem/discussions/categories/q-a + about: Have a general questions? Please let us know via GitHub Discussions. - name: Self-Host Bug Report url: https://github.com/forem/selfhost/issues/new about: Create a report to help us improve the Self-Host repository. diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index a9c1c6a4f..1855ebc6c 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -23,10 +23,10 @@ jobs: body: | Thanks for the issue, we will take it into consideration! Our team of engineers is busy working on many types of features, please give us time to get back to you. - Feature requests that require more discussion may be closed. Read more about our [feature request process](https://forem.dev/foremteam/heads-up-github-discussions-and-feature-requests-54ff) on forem.dev. - To our amazing contributors: [issues labeled `bug`](https://github.com/forem/forem/issues?q=is%3Aissue+is%3Aopen+label%3Abug) are always up for grabs, but for feature requests, please wait until we add a `ready for dev` before starting to work on it. + If this is a feature request from an external contributor (not core team at Forem), please close the issue and re-post via [GitHub Discussions](https://github.com/forem/forem/discussions/categories/feature-requests). + To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem-team. The OSS Community Manager or the engineers on OSS rotation will follow up. For full info on how to contribute, please check out our [contributors guide](https://developers.forem.com/contributing-guide/forem).