Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 750 Bytes

File metadata and controls

25 lines (16 loc) · 750 Bytes

Contributing to node-token

We welcome contributions! Here's how you can help:

Reporting Issues

Found a bug or have a feature request? Please open an issue with a clear description and steps to reproduce.

Submitting Changes

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Run tests: cargo test --lib && cargo test --tests
  5. Run clippy: cargo clippy --all-targets -- -D warnings
  6. Format your code: cargo fmt --all --check
  7. Submit a Pull Request

Development Setup

See the README for build and run instructions.

Code of Conduct

Please be respectful and constructive in all interactions.