Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issue Template generated by Open-Set-Go 🚀 #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/undefined.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: "Documentation"
description: "Documetation"
title: "[Doc] "
labels: []
assignees: []

body:
- type: textarea
id: description
attributes:
label: "Describe"
description: A clear and concise description of the issue.
validations:
required: true

- type: input
id: links
attributes:
label: "Links"
description: Include links to affected documentation page.
validations:
required: true

- type: textarea
id: screenshot
attributes:
label: "Screenshots"
description: Add screenshots to help explain your problem.
value: |
![DESCRIPTION](LINK.png)
render: bash
validations:
required: false