Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

58 lines (39 loc) · 2.11 KB

Contributing to WANTED.solutions organization

First off, thank you for considering contributing to WANTED.solutions open source! It's people like you that make our project great.

Table of contents

How to Contribute

Reporting Bugs

If you find a bug, please report it by opening an issue on our GitHub repository. Be sure to include:

  • A clear and descriptive title
  • A detailed description of the problem
  • Steps to reproduce the issue
  • Any relevant screenshots or logs

Suggesting Enhancements

If you have an idea for a new feature or an improvement to an existing feature, please open an issue on our GitHub repository. Be sure to include:

  • A clear and descriptive title
  • A detailed description of the proposed enhancement
  • Any relevant examples or mockups

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature-name).
  6. Open a pull request.

Please make sure your pull request adheres to the following guidelines:

  • Follow the project's coding style.
  • Write clear and descriptive commit messages.
  • Include tests for any new features or bug fixes.
  • Ensure all tests pass before submitting the pull request.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to support@wanted.solutions.

Getting Help

If you need help, feel free to reach out by opening an issue on our GitHub repository or contacting us at support@wanted.solutions.

Thank you for contributing!


2024 © All rights reserved - WANTED.solutions s.r.o. <@wanted-solutions>