Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from YurisCodingClub/yml
Browse files Browse the repository at this point in the history
add other.yml to issue template
  • Loading branch information
YuriDevAT authored Oct 26, 2023
2 parents 9eaa45a + 225d584 commit a4dec52
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Other
description: Use this for any other issues. Please do NOT create blank issues!
title: '[OTHER]'
labels: ['🚦 status: awaiting 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

0 comments on commit a4dec52

Please sign in to comment.