Skip to content

Commit

Permalink
Merge pull request modular#249 from modularml/scottamain-patch-1
Browse files Browse the repository at this point in the history
Add a template for doc issues
  • Loading branch information
scottamain authored May 24, 2023
2 parents edc3776 + 28ae56f commit 51a45f1
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/doc_issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Documentation issue
description: Report a problem with the Mojo docs
title: "[Docs]"
labels:
- documentation
body:
- type: markdown
attributes:
value: |
Thank you for helping us improve the Mojo docs!
Please add a title above and fill in the following fields so we can understand the problem.
- type: input
attributes:
label: Where is the problem?
description: Provide a link to the problematic page (with a heading anchor).
validations:
required: true

- type: textarea
attributes:
label: What can we do better?
description: Describe the documentation problem and how you suggest we fix it.
validations:
required: true

- type: textarea
attributes:
label: Anything else?
validations:
required: false

- type: markdown
attributes:
value: |
Thank you!

0 comments on commit 51a45f1

Please sign in to comment.