mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
5d34de836e
* feat: Convert all issue templates into issue... ...forms. Also disables blank issues and adds an `Other` template for generic issues but no blank issues. * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
23 lines
605 B
YAML
23 lines
605 B
YAML
name: Other
|
|
description: Use this for any other issues. Do NOT create blank issues
|
|
title: "[OTHER]"
|
|
labels: [triage]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "# Other issue"
|
|
- type: textarea
|
|
id: issuedescription
|
|
attributes:
|
|
label: What would you like to share?
|
|
description: Provide a clear and concise explanation of your issue.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: extrainfo
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else we should know about this issue?
|
|
validations:
|
|
required: false
|