Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 985 Bytes

File metadata and controls

29 lines (25 loc) · 985 Bytes

How to Contribute in Development

Terima kasih atas ketertarikan kamu untuk berkontribusi di project ini!

Ikuti langkah-langkah berikut untuk menjalankan dan berkontribusi pada project:

Prequisites

  • Bun v1.0.0+
  • Text Editor (Notepad, VSCode, Neovim, etc)
  • Terminal Emulator (PowerShell, iTerm2, Kitty, etc)

Clone the Repository

git clone https://github.com/louvredev/romusa.git

Installing Dependencies

bun install

Develop in Your Branch

git checkout -b feature/loremipsum
git push origin feature/loremipsum

Pull Request (PR)

  • click Compare & Pull Request
  • click Create pull request

Note

Supaya bisa push dan PR langsung ke repo utama, harus jadi contributor di repo utama. Boleh minta achlis buat dijadiin contributor. Cara alternatif tanpa harus jadi contributor yaitu dengan fork repo utama, lalu develop seperti biasa di repo pribadi hasil fork. Setelah itu lakukan PR jika ingin merge ke repo utama