Update issue templates#523
Conversation
|
|
|
Deployment failed with the following error: Learn More: https://vercel.com/dargon789-forge?upgradeToPro=build-rate-limit |
|
Deployment failed with the following error: Learn More: https://vercel.com/dargon789-forge?upgradeToPro=build-rate-limit |
Reviewer's GuideAdds standardized GitHub issue templates for bug reports, feature requests, and generic/custom issues to guide users when opening new issues. Flow diagram for issue creation with standardized templatesflowchart TD
A[Open repository Issues tab] --> B[Click New issue]
B --> C{Choose issue template}
C --> D[Bug report template]
C --> E[Feature request template]
C --> F[Custom issue template]
D --> G[Fill sections:
Describe_bug
To_Reproduce
Expected_behavior
Screenshots
Desktop_info
Smartphone_info
Additional_context]
E --> H[Fill sections:
Problem_description
Desired_solution
Alternatives_considered
Additional_context]
F --> I[Fill generic custom issue fields]
G --> J[Submit bug report issue]
H --> K[Submit feature request issue]
I --> L[Submit custom issue]
J --> M[Issue created with standardized bug structure]
K --> N[Issue created with standardized feature structure]
L --> O[Issue created with custom structure]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Code Review
This pull request introduces GitHub issue templates for bug reports, feature requests, and custom issues. The review feedback suggests correcting the example operating system for the desktop section in the bug report template and replacing the placeholder description in the custom issue template with more descriptive text.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Summary by Sourcery
Add standardized GitHub issue templates to guide bug reports and feature requests.
Documentation: