Skip to content

Commit 4a00ed1

Browse files
committed
#7475 ticket md files
1 parent d5fe8f3 commit 4a00ed1

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed

.github/ISSUE/epic-cookbook-create-test-plans.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,6 @@ This test plan was generated using the AI-Native workflow defined in the "Cookbo
146146

147147
## 7. Sub-Tasks
148148

149+
- **To Do:** ticket-component-testing-cookbook-component-label.md
150+
- **To Do:** ticket-component-testing-cookbook-component-video.md
149151
- **To Do:** ticket-component-testing-cookbook-form-field-password.md
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: 'Create Test Plan for component.Label'
3+
labels: 'hacktoberfest, good first issue, help wanted, testing, documentation'
4+
---
5+
6+
GH ticket id: #7488
7+
8+
**Epic:** Create Component Test Plans (Hacktoberfest Cookbook)
9+
**Status:** To Do
10+
11+
## Description
12+
13+
This is a Hacktoberfest task to create a comprehensive test plan for the `Neo.component.Label` component.
14+
15+
**Component Path:** `src/component/Label.mjs`
16+
17+
The goal is **not** to write the test itself, but to produce a detailed ticket file that outlines all the necessary tests. This is done by following our AI-Native "Cookbook" workflow.
18+
19+
## Deliverable
20+
21+
Your pull request should contain a single new file:
22+
23+
- `.github/ISSUE/ticket-cpm-test-component-label.md`
24+
25+
This file will contain the test plan generated by following the cookbook.
26+
27+
## How to Contribute
28+
29+
1. **Read the Guide:** Before you start, please read the main epic guide carefully:
30+
- #7475
31+
32+
2. **Request Assignment:** If you would like to work on this ticket, please leave a comment here asking to be assigned.
33+
34+
3. **Wait for Confirmation:** Please wait for a project maintainer to confirm your assignment before you start working. This helps prevent multiple contributors from working on the same ticket.
35+
36+
4. **Start your AI session:** Once your assignment is confirmed, you can begin the work. Start your session with the AI agent by providing the local file paths for both this ticket and the main cookbook epic. This gives the agent the full context. For example:
37+
38+
> "Hi Gemini, I am assigned to this ticket: `@.github/ISSUE/ticket-component-testing-cookbook-component-label.md`. Please use this cookbook as our guide: `@.github/ISSUE/epic-cookbook-create-test-plans.md`."
39+
40+
5. **Follow the Cookbook:** The cookbook epic will then guide you and the agent through the process of analyzing the component and generating the test plan.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: 'Create Test Plan for component.Video'
3+
labels: 'hacktoberfest, good first issue, help wanted, testing, documentation'
4+
---
5+
6+
GH ticket id: #7488
7+
8+
**Epic:** Create Component Test Plans (Hacktoberfest Cookbook)
9+
**Status:** To Do
10+
11+
## Description
12+
13+
This is a Hacktoberfest task to create a comprehensive test plan for the `Neo.component.Video` component.
14+
15+
**Component Path:** `src/component/Video.mjs`
16+
17+
The goal is **not** to write the test itself, but to produce a detailed ticket file that outlines all the necessary tests. This is done by following our AI-Native "Cookbook" workflow.
18+
19+
## Deliverable
20+
21+
Your pull request should contain a single new file:
22+
23+
- `.github/ISSUE/ticket-cpm-test-component-video.md`
24+
25+
This file will contain the test plan generated by following the cookbook.
26+
27+
## How to Contribute
28+
29+
1. **Read the Guide:** Before you start, please read the main epic guide carefully:
30+
- #7475
31+
32+
2. **Request Assignment:** If you would like to work on this ticket, please leave a comment here asking to be assigned.
33+
34+
3. **Wait for Confirmation:** Please wait for a project maintainer to confirm your assignment before you start working. This helps prevent multiple contributors from working on the same ticket.
35+
36+
4. **Start your AI session:** Once your assignment is confirmed, you can begin the work. Start your session with the AI agent by providing the local file paths for both this ticket and the main cookbook epic. This gives the agent the full context. For example:
37+
38+
> "Hi Gemini, I am assigned to this ticket: `@.github/ISSUE/ticket-component-testing-cookbook-component-video.md`. Please use this cookbook as our guide: `@.github/ISSUE/epic-cookbook-create-test-plans.md`."
39+
40+
5. **Follow the Cookbook:** The cookbook epic will then guide you and the agent through the process of analyzing the component and generating the test plan.

0 commit comments

Comments
 (0)