diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..df563e9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Report a bug encountered +title: '' +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: +- Other 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..d27b5682 --- /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 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**: + +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..81a4e5bb --- /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: +- Other 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 + +```