You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We need to set up standardized issue templates in our repository to ensure that bug reports, feature requests, and other feedback are submitted in a clear, consistent format. This will streamline our development workflow and make it easier to track and resolve issues.
Why This Is Important:
Encourages contributors to provide all necessary information when creating issues.
Helps maintainers triage issues more efficiently.
Improves overall project organization.
Proposed Solution:
Create a new folder: .github/ISSUE_TEMPLATE/.
Add separate Markdown files for each template (e.g., bug_report.md, feature_request.md, etc.).
Include prompts for required information in each template (steps to reproduce, expected vs. actual results, screenshots, etc.).
Optionally, add default labels (like bug, enhancement) within each template for auto-labeling.
Title: Add Issue Templates to the Repository
Description:
We need to set up standardized issue templates in our repository to ensure that bug reports, feature requests, and other feedback are submitted in a clear, consistent format. This will streamline our development workflow and make it easier to track and resolve issues.
Why This Is Important:
Proposed Solution:
.github/ISSUE_TEMPLATE/
.bug_report.md
,feature_request.md
, etc.).bug
,enhancement
) within each template for auto-labeling.Resources:
Additional Notes/To-Do:
Acceptance Criteria:
.github/ISSUE_TEMPLATE/
folder is present.The text was updated successfully, but these errors were encountered: