mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
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:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user