Skip to content

Commit

Permalink
kerapihan
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Jun 1, 2024
1 parent 0fec049 commit ae6e339
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,36 @@ assignees:
body:
- type: markdown
attributes:
value: Terima kasih telah melaporkan masalah! Pastikan website yang akan dilaporkan tidak terdapat duplikat atau belum dibuka issue oleh pengguna lain
value: |
Terima kasih telah melaporkan adanya masalah!
Pastikan website yang akan dilaporkan tidak terdapat duplikat issue.
- type: input
id: deskripsi
attributes:
label: Deskripsi mengenai bug
description: Deskripsi yang jelas dan ringkas tentang apa yang terjadi.
placeholder: Deskripsikan masalah di sini...
description: Deskripsi jelas dan ringkas tentang apa yang terjadi.
placeholder: Masalah
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: Screenshot
description: Jika ada, tambahkan ss untuk membantu menjelaskan mengenai bug.
placeholder: Tambahkan tautan atau deskripsi mengenai screenshot di sini...
description: Jika ada, tambahkan screenshot untuk membantu menjelaskan mengenai bug.
placeholder: Screenshot
- type: input
id: os
attributes:
label: Device
description: OS
placeholder: cth. Windows 11, Mac OS X
label: Sistem Operasi (OS)
description: Masukkan sistem operasi yang Anda gunakan.
placeholder: Windows 11, macOS, Debian Linux
validations:
required: true
- type: input
id: browser
attributes:
label: Browser
description: Browser
placeholder: cth. Chrome, Firefox, Edge
description: Masukkan browser yang Anda gunakan.
placeholder: Chrome, Firefox, Edge
validations:
required: true
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body:
attributes:
label: Alasan
description: Berikan Alasan
placeholder: Alasan
validations:
required: true
- type: input
Expand All @@ -42,6 +43,7 @@ body:
id: optional-comment
attributes:
label: Komentar
placeholder: Komentar
- type: checkboxes
id: validate
attributes:
Expand Down

0 comments on commit ae6e339

Please sign in to comment.