NA
Source:CONTRIBUTING.md
Contribute to the Software
There are many ways to contribute to gg1d.
- Request features you would like to by creating new issues on github
- Make your visualisation packages gg1d-compatible
- Directly contribute to the gg1d codebase
Make your visualisation packages gg1d-compatible
If your package produces ggplots that you would like to interactively link with gg1d visualisations, consider converting your geoms to their ggiraph interactive equivalents and adding a data_id based the same values you supply to gg1d via the col_id
argument. That way end-users can create a data-linked gg1d plot composed with your packages plots using patchwork.
A detailed description of cross-linking between gg1d plots and other visualisations is available [here]. (https://selkamand.github.io/gg1d/articles/advanced_interactivity.html#cross-linking-gg1d-plots-with-other-visualisations)
Directly contribute to the gg1d codebase
We welcome contributions from the community to enhance and expand the functionality of gg1d
. Whether you want to fix a bug, add new features, improve documentation, or optimize performance, your efforts are highly valued. To get started:
Fork the Repository: Click on the ‘Fork’ button at the top right of this page to create a copy of the repository in your GitHub account.
-
Clone the Repository: Use
git clone
to clone your forked repository to your local machine. -
Create a Branch
Make Changes: Implement your changes in the new branch
Commit and Push: Commit your changes and push the branch to your forked repository.
Create a Pull Request: Go to the original repository and open a pull request from your branch. Please provide a clear description of your changes and any relevant issues or discussions.
Report Issues or Problems with the Software
If you encounter any issues, bugs, or have suggestions for improvements, please report them using the GitHub Issues Tab.
Seek Support
For any questions or support regarding the use of gg1d you can:
Check the Documentation: Comprehensive documentation is available here.
Create a new issue with your query.
Browse Existing Issues: Check the Issues page to see if your query has been addressed.
Contact Us: If you need direct assistance, please contact the maintainers directly