File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # GitHub Issue Templates Configuration for DevSetup
2+
3+ # Allow blank issues
4+ blank_issues_enabled : true
5+
6+ # Default guidance for blank issues
7+ blank_issue_title : " Please provide a descriptive title for your issue"
8+ blank_issue_body : |
9+ <!--
10+ Thank you for creating an issue!
11+ Please provide a clear description to help us understand and address your concern.
12+ -->
13+
14+ ## Description
15+ <!-- Describe the issue or request -->
16+
17+ ## Context / Environment
18+ <!-- Include any relevant environment info or background -->
19+
20+ ## Additional Information
21+ <!-- Attach screenshots, logs, or other helpful details -->
22+
23+ # Helpful links for contributors
24+ contact_links :
25+ - name : 📃 Documentation Issues
26+ url : https://github.com/CodeCompass/DevSetup/issues/new?labels=documentation
27+ about : For documentation-related issues, please use this link.
28+
29+ - name : 🤔 Questions & Help
30+ url : https://github.com/CodeCompass/DevSetup/discussions
31+ about : For questions or help, please use discussions instead of opening an issue.
You can’t perform that action at this time.
0 commit comments