Skip to content
Merged
Changes from 2 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
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/03-article-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Report an issue on a learn article"
fields:
- type: "input"
attributes:
label: "Affected URL"
description: "Provide the full URL where the issue occurred."
validations:
required: true

- type: "textarea"
attributes:
label: "Issue Description"
description: "Clearly describe the issue encountered or the incorrect information found."
validations:
required: true
Loading