From 5eac57a379a33bab569e9ff443656bda37f07d30 Mon Sep 17 00:00:00 2001 From: better629 Date: Thu, 21 Dec 2023 16:30:53 +0800 Subject: [PATCH 1/2] add issue and pr template --- .github/ISSUE_TEMPLATE/config.yaml | 5 ++++ .../ISSUE_TEMPLATE/request_new_features.md | 14 +++++++++ .github/ISSUE_TEMPLATE/show_me_the_bug.md | 29 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++++ 4 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/ISSUE_TEMPLATE/request_new_features.md create mode 100644 .github/ISSUE_TEMPLATE/show_me_the_bug.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 000000000..622f76f1a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "📑 Read online docs" + url: https://docs.deepwisdom.ai/ + about: Find the tutorials, use cases and blogs from the doc site. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/request_new_features.md b/.github/ISSUE_TEMPLATE/request_new_features.md new file mode 100644 index 000000000..c725cf6d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request_new_features.md @@ -0,0 +1,14 @@ +--- +name: "🤔 Request new features" +about: There are some ideas or demands want to discuss with the official and hope to be implemented in the future. +title: '' +labels: kind/features +assignees: '' +--- + +**Feature description** + + +**Your Feature** + + diff --git a/.github/ISSUE_TEMPLATE/show_me_the_bug.md b/.github/ISSUE_TEMPLATE/show_me_the_bug.md new file mode 100644 index 000000000..504a2bd12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/show_me_the_bug.md @@ -0,0 +1,29 @@ +--- +name: "🪲 Show me the Bug" +about: Something happened when I use MetaGPT, I want to report it and hope to get help from the official and community. +title: '' +labels: kind/bug +assignees: '' +--- + +**Bug description** + + +**Bug solved method** + + + +**Environment information** + + +- LLM type and model name: +- System version: +- Python version: + + + +- packages version: +- installation method: + +**Screenshots or logs** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..1def6935c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +**Features** + + + +- xx +- yy + +**Feature Docs** + + +**Influence** + + +**Result** + \ No newline at end of file From ae2985d7e63973fa9646c768bca1dc52cd52d895 Mon Sep 17 00:00:00 2001 From: better629 Date: Thu, 21 Dec 2023 16:34:02 +0800 Subject: [PATCH 2/2] update --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1def6935c..f5b280994 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,4 @@ + **Features** @@ -12,4 +13,7 @@ **Result** - \ No newline at end of file + + +**Other** + \ No newline at end of file