Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 619 Bytes

File metadata and controls

28 lines (19 loc) · 619 Bytes

Contributing to HolyCode

Contributions welcome. Here's how.

Process

  1. Fork it
  2. Branch it (git checkout -b feature/something)
  3. Commit it (clear messages, no AI attribution)
  4. Push it (git push origin feature/something)
  5. PR it

What to contribute

  • Bug fixes (always welcome)
  • New features (open an issue first to discuss)
  • Documentation improvements
  • Test coverage

What NOT to do

  • Don't open a PR without testing locally
  • Don't include credentials or API keys
  • Don't change the code style (follow existing patterns)

Questions?

Open an issue or start a discussion. We're friendly.