Skip to content

Latest commit

 

History

History
43 lines (19 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

43 lines (19 loc) · 1.44 KB

Contributing to Mobile.de Car Data Scraper

We welcome contributions to Mobile.de Car Data Scraper. Here are some guidelines to follow to make the process as smooth as possible.

How to Contribute

  1. Fork the repository and clone it to your local machine.

  2. Create a new branch for your changes.

  3. Make the changes and commit them to your branch.

  4. Push your branch to your forked repository.

  5. OPTIONAL: run GitHub Actions workflows locally. Here's how: https://github.com/nektos/act

  6. Submit a pull request (PR) to the main repository.

  7. The PR will be reviewed by the project maintainer, who will provide feedback and/or merge the changes.

Branch Policy

The main branch should always be kept in a stable state. All contributions should be made to separate branches. This allows for easier integration of changes and for the maintainer to handle multiple contributions simultaneously.

Only one commit allowed to be merged along with the PR. Please squash all commits before creating the PR.

Code of Conduct

We follow the Contributor Covenant code of conduct. Please make sure to follow these guidelines in your interactions with the project.

Attribution

By submitting a contribution, you agree to license your contribution under the MIT License.

Thank You!

We appreciate your help in making Mobile.de Car Data Scraper better!