Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

37 lines (25 loc) · 1.02 KB

Contributing to Rx-Retry

Thank you for your interest in contributing to rx-retry! We welcome contributions from everyone.

Getting Started

To get started, follow these steps:

  1. Install dependencies with npm ci
  2. Make changes
  3. Test your changes
  4. Add tests if needed
  5. Fork the repository
  6. Submit a pull request against the master branch
  7. Ask for a review

Commit Message Guidelines

We follow the Conventional Commits specification. Make sure your commit messages follow the format below:

<type>(optional scope): <description>

Available types:

  1. fix - bug fixes, e.g. fix linting errors
  2. feat - new features, e.g. add new command
  3. docs - changes to documentation
  4. feat! - breaking changes, e.g. remove command / change command signature
  5. BREAKING CHANGE - breaking changes, e.g. remove command / change command signature

Contact

If you have any questions or concerns, please contact us at avivbens87@gmail.com

Happy contributing!