diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7e6da98d..537256e8 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,21 +1,42 @@ ---- name: Laporkan Bug -about: Laporkan bug mengenai situs. +description: Laporkan bug mengenai situs. title: '[BUG] example.com' -labels: 'bug, sites' -assignees: 'ryukora' - - - -**Deskripsi mengenai bug** -Deskripsi yang jelas dan ringkas tentang apa yang terjadi. - -**Screenshot** -Jika ada, tambahkan ss untuk membantu menjelaskan mengenai bug. - -**Device** - - OS: [cth. Windows 11, Mac OS X] - - Browser [cth. Chrome, Firefox, Edge] \ No newline at end of file +labels: + - bug + - sites +assignees: + - ryukora +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 + - type: input + id: deskripsi + attributes: + label: Deskripsi mengenai bug + description: Deskripsi yang jelas dan ringkas tentang apa yang terjadi. + placeholder: Deskripsikan masalah di sini... + 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... + - type: input + id: os + attributes: + label: Device + description: OS + placeholder: cth. Windows 11, Mac OS X + validations: + required: true + - type: input + id: browser + attributes: + label: Browser + description: Browser + placeholder: cth. Chrome, Firefox, Edge + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f4531006..8eb5756f 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,10 @@ ---- name: Request Situs Baru -about: Request situs baru untuk ditambahkan ke dalam daftar +description: Request situs baru untuk ditambahkan ke dalam daftar title: '[REQ] example.com' -labels: 'request, sites' -assignees: +labels: + - request + - sites +assignees: - gvoze32 - ryukora body: