Thank you for your interest in contributing to qds
! We appreciate your help in
improving our project.
Please note that this project is dedicated for macOS operating systems. Therefore, contributors will need access to a macOS machine to be able to run and develop the project.
To get started with contributing, you should follow these steps:
-
Fork the repository to your own GitHub account.
-
Clone the forked repository to your local machine.
-
Install the required dependencies
pip install -r requirements/dev.txt
-
Create a new branch for your changes.
git checkout -b your-branch-name
-
Make your changes to the code.
-
Write tests to ensure that your changes work as expected.
-
Create a changelog entry describing your change.
scriv create
-
Commit your changes and push them to your forked repository.
-
Create a pull request (PR) from your forked repository to the main branch of the original repository.
If you have any questions or need further assistance, please do not hesitate to ask via email or GitHub issues.
We look forward to your contributions!