Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.06 KB

File metadata and controls

35 lines (23 loc) · 1.06 KB

Contributing to GitNull

Thank you for your interest in contributing. Every merged PR on GitNull earns an immutable onchain proof — your contribution lives forever.

Getting Started

  1. Fork this repository
  2. Create a feature branch: git checkout -b feat/your-feature
  3. Commit your changes: git commit -m "feat: description"
  4. Push and open a PR

Commit Convention

We use Conventional Commits:

  • feat: new feature
  • fix: bug fix
  • docs: documentation only
  • refactor: code change without new feature or bug fix
  • chore: build process, dependency updates

Pull Request Process

  1. Ensure CI passes
  2. The openclaude agent will automatically review your PR — address any CRITICAL or HIGH findings before merge
  3. Maintainers review within 48 hours
  4. Every merged PR mints an onchain proof NFT to your wallet

Reporting Security Issues

Email security@gitnull.xyz — do not open a public issue for vulnerabilities.

License

By contributing, you agree your contributions are licensed under the MIT License.