From eb6026604fb1f47ea3ced1bdac30b3741e4e1446 Mon Sep 17 00:00:00 2001 From: MMADUs Date: Sat, 5 Oct 2024 11:34:05 +0700 Subject: [PATCH] docs: issue report template --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/lain-lain.md | 19 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/lain-lain.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1c03efc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 + + +## Screenshots atau contoh error + +``` +pesan error +``` + +## Desktop (please complete the following information): + +- OS: ``linux/windows/macOS`` +- Rust: ``version`` + + +terima kasih ! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/lain-lain.md b/.github/ISSUE_TEMPLATE/lain-lain.md new file mode 100644 index 0000000..36b46ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/lain-lain.md @@ -0,0 +1,19 @@ +--- +name: Lain Lain +about: buat report deskripsi untuk pull request +title: Penambahan algoritma +labels: enhancement +assignees: '' + +--- + +## Description + + +## Saya Menggunakan + +OS : ``Linux / Windows / MacOS`` +Rust: ``version`` + +## tambahan lainnya + \ No newline at end of file