Skip to content

Commit

Permalink
refix template 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Jun 1, 2024
1 parent 790c76f commit e2f2dc4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 23 deletions.
59 changes: 40 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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'

<!--
Terima kasih telah melaporkan masalah!
Pastikan website yang akan dilaporkan tidak terdapat duplikat atau belum dibuka issue oleh pengguna lain
-->

**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]
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
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e2f2dc4

Please sign in to comment.