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