Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 777 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 777 Bytes

Contributing to rtd-transaction-filter

Thank you for contributing! Please follow these guidelines:

Branching Strategy

  • All feature branches should be created from the master branch.
  • When complete, open a pull request to merge your feature branch into master.

Commit Guidelines

This project follows the Conventional Commits specification. Please use the following format for your commit messages:

<type>: [<scope>] <description>

Common Commit Types

  • feat: A new feature
  • fix: A bug fix
  • chore: Maintenance tasks (build system, package manager, etc.)
  • docs: Documentation changes
  • style: Code style changes (formatting, missing semicolons, etc.)
  • refactor: Code changes that neither fix a bug nor add a feature
  • test: Adding or updating tests