Conversation
Greptile SummaryThis PR updates all four GitHub issue templates by adding a required FAQ Check checkbox to each, creates a new Confidence Score: 5/5Safe to merge — purely template/documentation changes with no code logic affected All changes are GitHub issue template YAML files. No logic, no runtime code, and no security implications. The new questions.yml template is well-formed, all required fields are marked correctly, and the FAQ link is consistent across all templates. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User opens new issue] --> B{Choose template}
B --> C[Bug Report]
B --> D[Feature Request]
B --> E[Optimization]
B --> F[Question ✨ new]
C --> G[Pre-submission Checklist\n✓ searched issues\n✓ read docs]
D --> G
E --> G
F --> G
G --> H[FAQ Check ✨ added\n✓ checked FAQ #1374]
H --> I[Fill in template fields]
I --> J[Submit issue]
Reviews (1): Last reviewed commit: "chore: update issue template" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request standardizes the GitHub issue templates by adding a mandatory FAQ check to bug reports, feature requests, and optimization suggestions. It also introduces a new template for general questions and discussions. Feedback was provided to modify the FAQ checkbox label in the new questions template to align with the phrasing used in other templates, ensuring consistency across all issue types.
| - label: I have checked the [FAQ](https://github.com/looplj/axonhub/issues/1374) / 我已查阅 FAQ | ||
| required: true |
There was a problem hiding this comment.
To maintain consistency with the other issue templates (Bug Report, Feature Request, and Optimization), the FAQ checkbox label should explicitly state that the user has confirmed their question is not covered in the FAQ. This encourages a more thorough check before submission and ensures a unified user experience across all issue types.
- label: I have checked the [FAQ](https://github.com/looplj/axonhub/issues/1374) and this question has not been answered there / 我已查阅 FAQ,此问题尚未被解答
required: true
Uh oh!
There was an error while loading. Please reload this page.