Skip to content

Commit e08f8b1

Browse files
authored
Merge pull request community#160750 from community/samus-aran-patch-1
Update actions.yml Discussions Template
2 parents e3b40e1 + 23cd1d4 commit e08f8b1

File tree

1 file changed

+48
-9
lines changed

1 file changed

+48
-9
lines changed

.github/DISCUSSION_TEMPLATE/actions.yml

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,62 @@ body:
33
- type: markdown
44
attributes:
55
value: |
6-
### Important News for Actions users 📣 👀
7-
#### ⚠️ [Upcoming deprecation of v3 of the artifact actions](https://github.com/orgs/community/discussions/142581) - upgrade to v4 as soon as possible.
6+
🚀 **Welcome to the Actions Category!** 🚀
7+
8+
Automate, customize, and execute your software development workflows right in your repository with [GitHub Actions](https://docs.github.com/en/actions)!
9+
10+
**Why are you here?**
11+
- **Have a Question?** Maybe you're stuck on workflow syntax, curious about best practices, or want to know how to use a specific GitHub Actions feature. Select "Question" to get help from the community!
12+
- **Product Feedback?** Do you have ideas to improve GitHub Actions, or want to share what works (or doesn't) for you? Select "Product Feedback" to help shape the future of GitHub Actions.
13+
- **Found a Bug?** If something isn't working as expected, let us know by selecting "Bug" so we can investigate and improve the platform.
14+
15+
After choosing your reason, pick the topic or product area that best matches your discussion.
16+
17+
**Quick links:** [Actions Documentation](https://docs.github.com/en/actions), [Workflow Syntax Guide](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions), [Example Workflows](https://docs.github.com/en/actions/use-cases-and-examples), and [Security Best Practices](https://docs.github.com/en/actions/security-for-github-actions)
18+
19+
**Recent News:**
20+
- [Latest Breaking Changes](https://github.blog/changelog/label/actions)
21+
822
- type: dropdown
23+
id: reason
924
attributes:
10-
label: Select Topic Area
11-
description: What would you like to discuss?
25+
label: Why are you starting this discussion?
26+
description: Tell us your goal! Are you asking a question, giving feedback, reporting a bug, or sharing something cool?
1227
options:
1328
- "Question"
1429
- "Product Feedback"
1530
- "Bug"
16-
- "Show & Tell"
17-
- "General"
31+
default: 0
1832
validations:
1933
required: true
34+
- type: dropdown
35+
id: topic
36+
attributes:
37+
label: What GitHub Actions topic or product is this about?
38+
description: |
39+
Choose the single topic or product area most relevant to your discussion. Only one can be selected here.
40+
41+
If your post covers additional themes or topics, don't worry! Our team and automation will do our best to add extra labels based on the content of your discussion details.
42+
43+
This helps us get you the best answers and feedback!
44+
options:
45+
- "ARC (Actions Runner Controller)"
46+
- "Actions Runner Image"
47+
- "Actions Runner"
48+
- "Actions Checkout"
49+
- "Actions Cache"
50+
- "Workflow Deployment"
51+
- "Workflow Configuration"
52+
- "Schedule & Cron Jobs"
53+
- "Metrics & Insights"
54+
- "Misc"
55+
default: 9
56+
validations:
57+
required: false
2058
- type: textarea
2159
attributes:
22-
label: Body
23-
description: Start your discussion!
60+
label: Discussion Details
61+
description: >-
62+
Share your question, feedback, or story! Include links, code, or screenshots for more context. Tip: Reference the docs https://docs.github.com/en/actions or relevant changelogs for details.
2463
validations:
25-
required: true
64+
required: true

0 commit comments

Comments
 (0)