docs: improve the issue forms (#3797)

* docs: improve the issue forms

* Update directory

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
David Leal
2022-12-17 07:28:52 -06:00
committed by GitHub
parent 5512fea0a8
commit 7fe9928ee8
5 changed files with 22 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
name: "Bug report"
description: "Create a report to help us improve"
title: "[BUG]"
title: "[BUG] <title>""
labels: ["bug"]
body:
- type: textarea
@@ -40,6 +40,6 @@ body:
id: context
attributes:
label: "Additional context"
description: "Add any other context about the problem here."
description: "Is there anything else we should know about this bug report?"
validations:
required: false
required: false

View File

@@ -1 +1,5 @@
blank_issues_enabled: false
blank_issues_enabled: false
contact_links:
- name: Discord community
url: https://the-algorithms.com/discord/
about: Have any questions or found any bugs? Please contact us via Discord

View File

@@ -1,7 +1,7 @@
name: "Feature Request"
description: "Suggest an idea for this project"
title: "[FEATURE REQUEST]"
labels: ["feature_request"]
title: "[FEATURE REQUEST] <title>"
labels: ["enhancement"]
body:
- type: textarea
id: description
@@ -13,13 +13,11 @@ body:
- type: markdown
attributes:
value: |
"
For new implementations, please specify the name and problem statement for the algorithm.
For algorithm enhancements, specify what needs to be changed and why. For example:
- Adding tests.
- Optimizing logic.
- Refactoring the file and folders for better structure.
"
- type: textarea
id: needdetails
attributes:
@@ -31,6 +29,6 @@ body:
id: extrainfo
attributes:
label: "Additional Information"
description: "Add any other Information or Screenshot about the request here."
description: "Add any other information or screenshots about the request here."
validations:
required: false
required: false

View File

@@ -3,9 +3,6 @@ description: Use this for any other issues. Do NOT create blank issues
title: "[OTHER]"
labels: ["awaiting triage"]
body:
- type: markdown
attributes:
value: "# Other issue"
- type: textarea
id: issuedescription
attributes:
@@ -19,4 +16,4 @@ body:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false
required: false