Skip to content

Commit

Permalink
fix yaml formatting of issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Sep 26, 2023
1 parent f486f71 commit 9983876
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions .github/ISSUE_TEMPLATE/new-issue.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Docs Update Request
about: Request an update or correction to documentation
title: ''
name: Docs update request
description: Request an update or correction to documentation
title: "[Bug]: "
labels: 'Bug'
assignees: saudsami, atovpeko

Expand All @@ -10,7 +10,7 @@ body:
attributes:
label: Platform
description: Select the platform for the documentation update.
choices:
options:
- Android
- iOS
- Web
Expand All @@ -21,14 +21,15 @@ body:
- Flutter
- React Native
- Other
required: true
validations:
required: true

- type: dropdown
id: product
attributes:
label: Product
description: Select the product for the documentation update.
choices:
options:
- Video Calling
- Interactive Live Streaming
- Voice Calling
Expand All @@ -38,9 +39,10 @@ body:
- Interactive Whiteboard
- IoT SDK
- Other
required: true
validations:
required: true

- type: text
- type: textarea
id: other_product
attributes:
label: Other Product
Expand All @@ -52,7 +54,8 @@ body:
attributes:
label: Business Case
description: Explain how addressing this documentation issue will benefit Agora customers or yourself.
required: true
validations:
required: true

- type: textarea
id: subject_matter_expert
Expand All @@ -61,14 +64,16 @@ body:
placeholder: |
Technical: @saudsami
Language: @atovpeko
required: false
validations:
required: false

- type: textarea
id: documentation_link
attributes:
label: Documentation Link
description: Provide links to the relevant documentation that needs an update or correction.
required: true
validations:
required: true

- type: textarea
id: scope
Expand All @@ -86,11 +91,13 @@ body:
- It should be easy for users to follow and understand.
- It should adhere to the template structure.
- It should follow the Google Developer Style Guide.
required: true
validations:
required: true

- type: textarea
id: additional_information
attributes:
label: Additional Information
description: Include any additional details, such as screenshots or context, that will help in addressing this documentation issue.
required: false
validations:
required: false

0 comments on commit 9983876

Please sign in to comment.