This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/answer.git
commit 48d3770f263513185c16300db6d5f981aa4974ce Author: Fen <[email protected]> AuthorDate: Fri Feb 14 12:37:40 2025 +0800 chore: update issue template (#1248) --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 8 ++++---- .github/ISSUE_TEMPLATE/enhancement_request.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 40b932bb..d4e511f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,6 +3,7 @@ name: Bug report about: Report an issue to help the project improve. title: '' labels: bug +type: 'Bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 84% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml index 3b27f824..b333532d 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - - name: Support - url: https://answer.apache.org/community - about: Contact us if you have any questions while using. + - name: Questions & Discussions + url: https://meta.answer.dev + about: If you have any questions while using. diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index c7ef6816..7d5d76aa 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -3,6 +3,7 @@ name: Enhancement request about: Suggest an enhancement for this project. Improve an existing feature. title: '' labels: enhancement +type: 'Feature' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 176b3c55..6d9076ef 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,8 @@ name: Feature request about: Suggest an idea or possible new feature for this project. title: '' -labels: feature +labels: new-feature +type: 'Feature' assignees: '' ---
