From 94bfce70082985e5b7759079825aba6699932812 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Thu, 18 Dec 2025 16:45:48 +0800 Subject: [PATCH 1/2] add PR and issue template for agentCube Signed-off-by: LiZhenCheng9527 --- .github/ISSUE_TEMPLATE/bug-report.md | 25 ++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 12 +++++++ .github/ISSUE_TEMPLATE/good-first.md | 31 +++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 22 ++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 50 +++++++++++++++++++++++++++ 5 files changed, 140 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/good-first.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..ab0b2653 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Report a bug encountered +tile: '' +labels: kind/bug +assignees: '' + +--- + + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: + +- AgentCube version: +- Kubernetes version: +- Others components version: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..cc119bef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,12 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the project +title: '' +labels: kind/enhancement + +--- + + +**What would you like to be added**: + +**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/good-first.md b/.github/ISSUE_TEMPLATE/good-first.md new file mode 100644 index 00000000..43b250e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/good-first.md @@ -0,0 +1,31 @@ +--- +name: Good First Issue +about: Publish a good first issue +labels: good first issue + +--- + + + +**Task description**: + +**Solution**: + +**Who can join or take the task**: + +The good first issue is intended for `first-time contributors` to get started on his/her contributor journey. + +After a contributor has successfully completed 1-2 good first issue's, +they should be ready to move on to `help wanted` items, saving the remaining `good first issue` for other new contributors. + +**How to join or take the task**: + +Just reply on the issue with the message `/assign` in a separate line. + +Then, the issue will be assigned to you. + +**How to ask for help**: + +If you need help or have questions, please feel free to ask on this issue. +The issue author or other members of the community will guide you through the contribution process. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..8d8535cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,22 @@ +--- +name: Question +about: Question relating to agentCube. +labels: question + +--- + + + +**Please provide an in-depth description of the question you have**: + +**What do you think about this question?**: + +**Environment**: + +- agentCube version: +- Kubernetes version: +- Others components version: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..3de76ff7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,50 @@ +**What type of PR is this?** + + + +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes**: + +Fixes # + + + +**Special notes for your reviewer**: + + +**Does this PR introduce a user-facing change?**: + + +```release-note + +``` From ede9dcdce332afae1659280c5d69570f84483b90 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Mon, 22 Dec 2025 10:36:30 +0800 Subject: [PATCH 2/2] fix typos Signed-off-by: LiZhenCheng9527 --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/good-first.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ab0b2653..df563e9d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Report a bug encountered -tile: '' +title: '' labels: kind/bug assignees: '' @@ -22,4 +22,4 @@ assignees: '' - AgentCube version: - Kubernetes version: -- Others components version: +- Other components version: diff --git a/.github/ISSUE_TEMPLATE/good-first.md b/.github/ISSUE_TEMPLATE/good-first.md index 43b250e2..d27b5682 100644 --- a/.github/ISSUE_TEMPLATE/good-first.md +++ b/.github/ISSUE_TEMPLATE/good-first.md @@ -16,7 +16,7 @@ labels: good first issue The good first issue is intended for `first-time contributors` to get started on his/her contributor journey. -After a contributor has successfully completed 1-2 good first issue's, +After a contributor has successfully completed 1-2 good first issues, they should be ready to move on to `help wanted` items, saving the remaining `good first issue` for other new contributors. **How to join or take the task**: diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 8d8535cb..81a4e5bb 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -19,4 +19,4 @@ Please make sure you have read the FAQ and searched the issue list. - agentCube version: - Kubernetes version: -- Others components version: +- Other components version: