Skip to content

Commit

Permalink
docs(issues): update bug template
Browse files Browse the repository at this point in the history
This issue updates the bug report template to clarify
some of the content when form is completed.

Changes to be committed:
modified:
.github/ISSUE_TEMPLATE/bug_report.yml
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/general-support.yml
  • Loading branch information
irma-kurnia-phtn authored and blackfalcon committed Apr 21, 2023
1 parent 7d60ba7 commit 0c0e780
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# Order is important. The last matching pattern has the most precedence.
# If a pull request touches any files in the ./src dir, only these owners
# will be requested to review.
./src/* @AlaskaAirlines/auroteamreviewers
./src/* @AlaskaAirlines/auroteamreviewers
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ body:
- type: dropdown
id: repro
attributes:
label: Reproducing the error
label: Reproducing the error on the docsite
description: Are you able to reproduce this issue on the [Auro docsite](https://auro.alaskaair.com/)?
options:
- Yes I can
- No I can't
- This issue is reproducible on the Auro docsite
- This issue cannot be reproduced on the Auro docsite
- type: textarea
id: expected
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ body:
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
description: Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ body:
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
description: Add any other context or screenshots about the feature request here.

0 comments on commit 0c0e780

Please sign in to comment.