Skip to content

Commit 0a5fa53

Browse files
Merge pull request community#191832 from community/ghostinhershell-patch-1
2 parents 11f00d1 + bffc0ac commit 0a5fa53

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed
Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,58 @@
11
labels: ["Code Security", source:ui]
22
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
🔐 **Welcome to the Code Security Category!** 🔐
7+
8+
This is your community for all things related to GitHub's code security features — from finding vulnerabilities in your code to keeping your dependencies safe and your secrets secure.
9+
10+
**What belongs here?**
11+
- Questions about setting up or configuring code security features
12+
- Bug reports for unexpected behavior in security tools
13+
- Product feedback and feature requests to improve code security on GitHub
14+
15+
**How to best use this category:**
16+
- **Have a Question?** Select "Question" below and our community will help you troubleshoot and find answers.
17+
- **Product Feedback?** Have ideas to improve GitHub's code security experience? Select "Product Feedback" to share what works (or doesn't) for you.
18+
- **Found a Bug?** If something isn't working as expected, select "Bug" so we can investigate.
19+
20+
After choosing your discussion type, pick the topic area that best matches your discussion.
21+
22+
**Quick links:** [Code Security Documentation](https://docs.github.com/en/code-security), [Secret Scanning Docs](https://docs.github.com/en/code-security/secret-scanning), [Code Scanning Docs](https://docs.github.com/en/code-security/code-scanning), [Dependabot Docs](https://docs.github.com/en/code-security/dependabot), [Supply Chain Security Docs](https://docs.github.com/en/code-security/supply-chain-security)
23+
324
- type: dropdown
25+
id: reason
426
attributes:
527
label: "🏷️ Discussion Type"
6-
description: What would you like to discuss?
28+
description: Tell us your goal! Are you asking a question, giving feedback, or reporting a bug?
729
options:
830
- "Bug"
931
- "Product Feedback"
1032
- "Question"
1133
validations:
1234
required: true
35+
- type: dropdown
36+
id: topic
37+
attributes:
38+
label: "💬 Feature/Topic Area"
39+
description: |
40+
Choose the topic area most relevant to your discussion.
41+
42+
If your post covers additional themes or topics, don't worry! Our team will do our best to add extra labels based on the content of your discussion.
43+
options:
44+
- "Code quality"
45+
- "Code scanning"
46+
- "Dependabot"
47+
- "Secret scanning"
48+
- "Supply chain security"
49+
- "Other"
50+
validations:
51+
required: true
1352
- type: textarea
1453
attributes:
15-
label: Body
16-
description: Start your discussion!
54+
label: Discussion Details
55+
description: >-
56+
Share your question, feedback, or bug report! Include links, code snippets, or screenshots for more context. Tip: Reference the [Code Security docs](https://docs.github.com/en/code-security) for details.
1757
validations:
18-
required: true
58+
required: true

0 commit comments

Comments
 (0)