Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 2.31 KB

CONTRIBUTING.md

File metadata and controls

69 lines (49 loc) · 2.31 KB

Contributing to Rich Address Downloader

Thank you for your interest in contributing to the Rich Address Downloader project! Your contributions are highly appreciated and can help improve this project significantly. Please follow the guidelines below to get started.

Getting Started

To start contributing to this project, follow these steps:

  1. Fork this repository to your GitHub account.
  2. Clone the forked repository to your local machine:
git clone https://github.com/Pymmdrza/RichAddressDownloader.git
  1. Create a new branch for your changes:
git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m "Brief and clear description of your changes"
  1. Push your changes to your forked repository:
git push origin feature/your-feature-name
  1. Open a Pull Request to the main repository.

Reporting Bugs

If you find a bug in the project, please report it by following these steps:

  1. Check if the bug has already been reported.
  2. If it hasn't been reported, open a new Issue and provide detailed information about the bug, including:
    • Project version
    • Operating system and its version
    • Steps to reproduce the bug
    • Expected behavior

Suggesting New Features

If you have an idea for a new feature, please follow these steps to suggest it:

  1. Check if the feature has already been suggested.
  2. If it hasn't been suggested, open a new Issue and provide a detailed description of the feature, including:
    • A complete description of the feature
    • The reason for suggesting this feature
    • Any potential benefits for the users

Contribution Workflow

To contribute code to the project, please adhere to the following guidelines:

  1. Clean Code: Ensure that your code is readable and clean. Use appropriate comments in the code.
  2. Tests: If possible, write unit tests for new code or changes.
  3. Documentation: Make sure the documentation related to your changes is up-to-date and complete.

Communication and Discussion

For any questions or discussions about the project, you can reach us through:

We are looking forward to your contributions!

Thank you, The Rich Address Downloader Team