TheAlgorithms-C-Plus-Plus/.github/ISSUE_TEMPLATE/other.yml

20 lines
553 B
YAML
Raw Permalink Normal View History

2022-12-17 05:20:37 +08:00
name: Other issue
description: Use this for any other issues. Do NOT create blank issues
title: "[OTHER]"
2022-12-17 05:20:37 +08:00
labels: ["awaiting triage"]
body:
- type: textarea
2022-12-17 05:20:37 +08:00
id: description
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