From 6583f314592148a31c1bec23205a8256ce062ab6 Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Thu, 8 Aug 2024 20:10:41 -0300 Subject: [PATCH] Update issue templates (#1076) * Update issue templates * Update custom.md --- .github/ISSUE_TEMPLATE/custom.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 21 -------------------- 2 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/custom.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000000..90b8292778 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,24 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: "[DOCS]" +labels: documentation +assignees: '' + +--- + +## Documentation Page + + +## Description + + +## Suggested Changes + + +## Additional Context + + +## Checklist +- [ ] I have searched the existing issues to make sure this is not a duplicate +- [ ] I have checked the latest version of the documentation to ensure this hasn't been addressed diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index c578e8daa3..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Feature request -about: Suggest a Feature to improve CrewAI -title: "[FEAT]" -labels: feature-request, improvement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -If possible attach the Issue related to it - -**Describe the solution you'd like / Use-case** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.