Skip to content

Commit

Permalink
Add docs issue template (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81CB authored Nov 8, 2023
1 parent 359ecb7 commit 60b617c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Docs request
description: Request new docs, or changes to existing docs
title: 'Docs Request: '
labels: ['type: docs']

body:
- type: textarea
id: problem
attributes:
label: What is the issue you are encountering with the docs?
description: A clear and concise description of what is wrong, missing, or unclear.
validations:
required: true

- type: textarea
id: links
attributes:
label: Links to Impacted Docs
description: Please paste links to specific pages on docs.base.org that are related to your request.

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like to see.
description: A clear and concise description of what you want to see in the docs.
validations:
required: true

- type: textarea
id: other
attributes:
label: Additional context
description: Add any other context or screenshots about the concern can be added here.

0 comments on commit 60b617c

Please sign in to comment.