Skip to contents

Thank you for your interest in contributing to psychds! This document provides guidelines and instructions for contributing.

Code of Conduct

Please note that the psychds project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.

How to Contribute

Reporting Bugs

If you find a bug, please open an issue with:

  1. A clear, descriptive title
  2. Steps to reproduce the issue
  3. Expected vs. actual behavior
  4. Your environment (R version, OS, package versions)
  5. Any relevant error messages or screenshots

Use check_psychds_deps(detailed = TRUE) to get environment information.

Suggesting Features

Feature requests are welcome! Please open an issue with:

  1. A clear description of the feature
  2. Why it would be useful
  3. Any examples or mockups (if applicable)