Skip to contents

Thank you for your interest in contributing to kucoin!

How to Contribute

  1. Report bugs or suggest enhancements by opening an issue.
    • Use a clear, descriptive title.
    • Provide detailed steps to reproduce or implement.
  2. Submit pull requests for bug fixes or new features.
    • Fill in the PR template.
    • Include tests and documentation.
  3. Improve documentation by submitting PRs for clarifications or additions.

Development Guidelines

  • Use 2 spaces for indentation.
  • Use box for imports.
  • Prefer base R functions and avoid unnecessary dependencies.
  • We aim to minimise external dependencies, including tidyverse packages.
  • Write clear, efficient, and maintainable code.
  • Run the scripts in the scripts directory to build, test, and format the package.

Commit Messages and PR Titles

  • Use present tense (“Add feature”, not “Added feature”)
  • Be concise but descriptive

Need Help?

Post in the discussions tab. Thank you for contributing to kucoin!