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