Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 1.4 KB

Contributing to cprd-data-wrangle

We warmly welcome contributions to the cprd-data-wrangle project, however small or large.

This document provides guidelines for contributing to this repository.

How to Contribute

Reporting Issues

  • Bug Reports: If you find a bug, please open an issue with a clear description of the problem and steps to reproduce it.
  • Feature Requests: Suggestions for new features or improvements are always welcome. Please open an issue to discuss your ideas.

Making Changes

  1. Fork the Repository: Start by forking the repository to your GitHub account.
  2. Create a Feature Branch: Create a new branch for your feature or fix.
  3. Make Your Changes: Implement your changes, adhering to coding standards and best practices for Markdown and Python.
  4. Test Your Changes: Ensure your changes do not break any existing functionality.
  5. Document Your Changes: Include comments alongside your code, and update and relevant documentation files, as needed.
  6. Submit a Pull Request: Open a pull request from your feature branch to the main branch of the original repository.

Questions or Need Help?

If you have questions or need help, feel free to open an issue for discussion or reach out to the maintainers directly:

Rachael Stickland ([email protected]) and Mahwish Mohammad ([email protected]).

Thank you for contributing to cprd-data-wrangle!