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
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.
description: Tell us your goal! Are you asking a question, giving feedback, or reporting a bug?
7
29
options:
8
30
- "Bug"
9
31
- "Product Feedback"
10
32
- "Question"
11
33
validations:
12
34
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
13
52
- type: textarea
14
53
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.
0 commit comments