From ea4fc313754733ae1487d02cd1fc9e4d65690999 Mon Sep 17 00:00:00 2001 From: Muhammad Nizwa Date: Sat, 5 Oct 2024 11:39:53 +0700 Subject: [PATCH] docs: issue report template (#26) --- .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