This directory contains configuration files for the repository.
Defines code ownership for automatic PR review assignments. Currently set to @Bleackh as the owner of all files.
Complete step-by-step guide (in English) for configuring GitHub branch protection rules to restrict merge permissions.
Panduan lengkap (dalam Bahasa Indonesia) untuk mengkonfigurasi aturan perlindungan branch GitHub.
Template that appears when contributors create a new pull request, helping them provide necessary information.
These files work together to:
- Allow anyone to submit pull requests
- Automatically assign the repository owner as reviewer
- Restrict merge permissions to the repository owner only
For Repository Owner (@Bleackh):
- Read
BRANCH_PROTECTION_GUIDE.mdorBRANCH_PROTECTION_GUIDE_ID.md - Follow the steps to configure branch protection in GitHub Settings
- Test the configuration with a contributor
For Contributors:
- Fork the repository
- Make your changes
- Submit a pull request (template will guide you)
- Wait for review from @Bleackh
- The maintainer will merge approved PRs