Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 666 Bytes

File metadata and controls

21 lines (14 loc) · 666 Bytes

Contributing Guide

Thanks for your interest in contributing to Pulsarship! Please follow the guidelines below to ensure a smooth development process.

Workflow

  1. Fork the repository and create a branch off main.
  2. Run make fmt and make vet before committing.
  3. Use clear, descriptive commit messages.
  4. Open a pull request and explain your changes.
  5. For major changes, consider opening an issue first to discuss it.

Rules

  • Stick to the code style.
  • Don’t break existing tests (if any).
  • Keep PRs focused and minimal.

License

By contributing, you agree that your contributions are licensed under the GNU General Public License v3.0.