mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-25 02:11:40 +00:00
chore: publish from main
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: Question
|
||||
description: Ask a question about this project
|
||||
title: "[Question]: "
|
||||
labels: ["question"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Questions are welcome! Please be specific so we can help quickly.
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: Your question
|
||||
description: What would you like to know?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Context
|
||||
description: What have you already tried or checked?
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user