Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 679 Bytes

File metadata and controls

23 lines (16 loc) · 679 Bytes

Contributing to RipSharp

Contributions are welcome! Please follow these guidelines when submitting changes.

Development Guidelines

  • Match existing naming and formatting conventions
  • Add or update unit tests for new or changed behavior
  • Run dotnet format before submitting
  • Follow .editorconfig settings
  • Use clear commit messages that describe the changes

Submitting Changes

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes with tests
  4. Run dotnet format and ensure tests pass
  5. Submit a pull request

Reporting Issues

Please use GitHub Issues to report bugs or request features.