Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.02 KB

File metadata and controls

46 lines (32 loc) · 1.02 KB

Contributing

Contributions are welcome! Please follow these guidelines.

Getting Started

  1. Fork the repository
  2. Create a feature branch from the default branch
  3. Make your changes
  4. Submit a pull request

Commit Messages

Use conventional commits:

feat: add new feature
fix: resolve bug with X
docs: update README
chore: update dependencies
ci: add workflow
refactor: restructure module

Pull Requests

  • Keep PRs focused — one logical change per PR
  • Fill out the PR template completely
  • Ensure CI passes before requesting review
  • No secrets in diffs — use .sample files for config templates

Code Style

  • Follow existing patterns in the repository
  • Run any configured linters before committing
  • Shell scripts: pass shellcheck with no warnings

Issues

  • Use the provided issue templates
  • Include reproduction steps for bugs
  • Search existing issues before opening a new one

Questions?

Open a discussion or reach out to bakerboy448 on Discord.