Thank you for your interest in contributing to QuicDraw! We are always delighted to welcome new contributors! For general contributions and community guidelines, please see the cyberark community documentation.
If you have found a bug, please raise an issue on the QuicDraw repo: https://github.com/cyberark/quicdraw/issues
If you think you have found a vulnerability in QuicDraw, please refer to Security
We are always very grateful to researchers who report vulnerabilities responsibly.
We recommend using Python +3.10
- Fork the project.
- Clone your fork.
# Clone the repository (fork)
git clone https://github.com/repo/fork
- Install the project's requirements
# Install the project's requirements:
pip install -r requirements.txt
- Make local changes to your fork by editing files
- Commit your changes.
- Push your local changes to the remote server.
- Create a new Pull Request.
From here, your pull request will be reviewed, and once it is merged into the project. Congratulations, you're a contributor!
Currently, this repository doesn't have tests
Releases should only be created by our core maintainers.
Any submission of work, including any modification of, or addition to, an existing work ("Contribution") to "QuicDraw" shall be governed by and subject to the terms of the Apache License 2.0 (the "License") and to the following complementary terms. In case of any conflict or inconsistency between the provisions of the License and the complementary terms, the complementary terms shall prevail. By submitting the Contribution, you represent and warrant that the Contribution is your original creation and you own all right, title and interest in the Contribution. You represent that you are legally entitled to grant the rights set out in the License and herein, without violation of, or conflict with, the rights of any other party. You represent that your Contribution includes complete details of any third-party license or other restriction associated with any part of your Contribution of which you are personally aware.