Skip to content

Commit

Permalink
docs: issue report template (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMADUs authored Oct 5, 2024
1 parent fbfdf1b commit ea4fc31
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: buat report untuk membantu kita dalam menyelesaikan masalah pada repository
title: BUG
labels: bug
assignees: MMADUs

---

## Masalah
<!-- jelaskan masalah kamu secara detail -->

## Screenshots atau contoh error
<!-- copy paste contoh errornya disini atau kirim screenshot dengan copy paste gambar -->
```
pesan error
```

## Desktop (please complete the following information):
<!-- Ganti sesuai yang digunakan. -->
- OS: ``linux/windows/macOS``
- Rust: ``version``


terima kasih !
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/lain-lain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Lain Lain
about: buat report deskripsi untuk pull request
title: Penambahan algoritma
labels: enhancement
assignees: ''

---

## Description
<!-- jelaskan masalah kamu secara detail -->

## Saya Menggunakan
<!-- Ganti sesuai yang digunakan. -->
OS : ``Linux / Windows / MacOS``
Rust: ``version``

## tambahan lainnya
<!-- jelaskan saran atau masukan lain yang ingin kamu sampaikan -->

0 comments on commit ea4fc31

Please sign in to comment.