mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 01:36:29 +02:00
add issue and pr template
This commit is contained in:
parent
4bf1844022
commit
5eac57a379
4 changed files with 63 additions and 0 deletions
5
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
|
|
@ -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.
|
||||
14
.github/ISSUE_TEMPLATE/request_new_features.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/request_new_features.md
vendored
Normal file
|
|
@ -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**
|
||||
<!-- Clear and direct description of the functionality of the currently submitted or proposed feature -->
|
||||
|
||||
**Your Feature**
|
||||
<!-- Describe the idea or process of implementing the current feature. Of course, you can also paste the URL address of your Pull Request. -->
|
||||
<!-- When submitting features, you need to complete the corresponding doc/tests/examples to facilitate verification by reviewers. -->
|
||||
29
.github/ISSUE_TEMPLATE/show_me_the_bug.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/show_me_the_bug.md
vendored
Normal file
|
|
@ -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**
|
||||
<!-- Clearly and directly describe the current bug -->
|
||||
|
||||
**Bug solved method**
|
||||
<!-- If you solved the bug, describe the idea or process to solve the current bug. Of course, you can also paste the URL address of your Pull Request. -->
|
||||
<!-- If not, provide more auxiliary information to facilitate our further positioning and investigation -->
|
||||
|
||||
**Environment information**
|
||||
<!-- Environment:System version (like ubuntu 22.04), Python version (conda python 3.7), LLM type and model (OpenAI gpt-4-1106-preview) -->
|
||||
|
||||
- LLM type and model name:
|
||||
- System version:
|
||||
- Python version:
|
||||
|
||||
<!-- Dependent packagess:the packages version cause the bug(like `pydantic 1.10.8`), installation method(like `pip install metagpt` or `pip install from source` or `run in docker`) -->
|
||||
|
||||
- packages version:
|
||||
- installation method:
|
||||
|
||||
**Screenshots or logs**
|
||||
<!-- Screenshots or logs of the bug can help us understand the problem more quickly -->
|
||||
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
**Features**
|
||||
<!-- Clear and direct description of the submit features. -->
|
||||
<!-- If it's a bug fix, please also paste the issue link. -->
|
||||
|
||||
- xx
|
||||
- yy
|
||||
|
||||
**Feature Docs**
|
||||
<!-- The RFC, tutorial, or use cases about the feature if it's a pretty big update. If not, there is no need to fill. -->
|
||||
|
||||
**Influence**
|
||||
<!-- Tell me the impact of the new feature and I'll focus on it. -->
|
||||
|
||||
**Result**
|
||||
<!-- The screenshot/log of unittest/run result -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue