Skip to content

Commit c100960

Browse files
committed
added config.yml - allows blank issues
1 parent 52a6148 commit c100960

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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.

0 commit comments

Comments
 (0)