Thank you for considering contributing to PicoNexus! We welcome contributions from everyone and are grateful for any help you can provide.
We use GitHub to host code, track issues and feature requests, and to accept pull requests.
Fork the pico-projects repository to your own GitHub account.
Clone your forked repository to your local machine:
git clone https://github.com/your-username/pico-projects.git
Create a new branch for your feature or bug fix:
git checkout -b my-feature-branch
Make your changes to the codebase. Ensure that your code follows the project's coding standards.
Commit your changes with a descriptive commit message:
git add .
git commit -m "Add a brief description of your changes"
Push your changes to your forked repository:
git push origin my-feature-branch
Open a pull request against the main branch of the original repository. In your pull request, provide a clear description of the changes and any relevant information.
Please adhere to our Code of Conduct (CODE_OF_CONDUCT.md) in all interactions. We expect all contributors to foster a welcoming and inclusive environment.