diff options
| author | Aiden Cline <[email protected]> | 2025-10-18 14:10:14 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-18 14:10:14 -0500 |
| commit | 233a018fe54e29f1d91b15ac8a806f44e4212230 (patch) | |
| tree | ef7d4c48c98f8752097a86ba9b57f8d1d7019b9d /.github/ISSUE_TEMPLATE/question.yml | |
| parent | d69beec087bb56e5e23acf654347a6af7a09ba7b (diff) | |
| download | opencode-233a018fe54e29f1d91b15ac8a806f44e4212230.tar.gz opencode-233a018fe54e29f1d91b15ac8a806f44e4212230.zip | |
docs: contributing.md (#3248)
Co-authored-by: Jay <[email protected]>
Diffstat (limited to '.github/ISSUE_TEMPLATE/question.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/question.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 000000000..2310bfcc8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,11 @@ +name: Question +description: Ask a question +labels: ["question"] +body: + - type: textarea + id: question + attributes: + label: Question + description: What's your question? + validations: + required: true |
