Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug Report
description: Report a bug or unexpected behavior
title: "[BUG] "
labels: ["bug", "triage"]
labels: ["bug"]
assignees: []
body:
- type: markdown
Expand All @@ -24,7 +24,7 @@ body:
attributes:
label: Rust Version
description: What version of Rust are you using?
placeholder: e.g., 1.75.0
placeholder: e.g., 1.85.0
validations:
required: true

Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: RustAPI Discussions
url: https://github.com/Tuntii/RustAPI/discussions
about: Questions, ideas, and design talk that are not bug reports.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Documentation Issue
description: Report issues with documentation
title: "[DOCS] "
labels: ["documentation", "triage"]
labels: ["documentation"]
assignees: []
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Request
description: Suggest a new feature or enhancement
title: "[FEATURE] "
labels: ["enhancement", "triage"]
labels: ["enhancement"]
assignees: []
body:
- type: markdown
Expand Down