Skip to content

Commit

Permalink
Merge pull request #25 from slowy07/pull-request-template
Browse files Browse the repository at this point in the history
docs: menambahkan pull request template
  • Loading branch information
slowy07 authored Oct 5, 2024
2 parents c9ac925 + abbe09a commit fbfdf1b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Deskripsi (Description)
<!-- Deskripsikan tentang perubahan yang kamu berikan. -->

## Checklist:
### Umum:
<!-- Checklist semua perubahan yang sesuai. -->
- [ ] Saya menambah algoritma terbaru.
- [ ] Saya memperbaiki algoritma yang sudah ada.
- [ ] Saya memperbaiki dokumentasi.
- [ ] Saya menambah dokumentasi.

### Contributor Requirements (Syarat Kontributor) dan Lain-Lain:
<!-- Checklist semua perubahan yang sesuai. Wajib checklist opsi pertama. -->
- [ ] Saya sudah membaca (I have read) [CONTRIBUTING](https://github.com/bellshade/Rust/blob/main/CONTRIBUTING.md) dan sudah menyetujui semua syarat.
- [ ] Saya menggunakan bahasa Indonesia untuk memberikan penjelasan dari kode yang saya buat.

### Unit Testing dan Linting:
<!-- Checklist unit tester / linter yang sesuai. -->
- [ ] cargo fmt

## Environment

Saya menggunakan (I'm using):
<!-- Ganti sesuai yang digunakan. -->
- ``os`` = ``linux / windows / macOS``
- ``rust`` = ``rustc --version``

<!-- Jika ada gagal pada salah satu test, kami akan mengeceknya kembali. -->
<!-- If there is a failure in one of the tests, we will check it again. -->
linked issue #NOMOR_ISSUE <!--contoh #1-->
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: cargo fmt
run: cargo fmt --all -- --check
run: cargo fmt

0 comments on commit fbfdf1b

Please sign in to comment.