Thank you for your interest in contributing to Bitcamp2! We welcome contributions from everyone. Below are some guidelines to help you get started.
If you encounter a problem or have a suggestion, please open a new issue on our GitHub repository. Please provide as much detail as you can, including steps to reproduce the problem, the version of the software you're using, and any error messages you encountered.
If you want to contribute code to fix a bug, add a new feature, or improve existing code, please follow these steps:
-
Fork the repository - You can click the "Fork" button in the top-right corner of the GitHub repository page to create your own copy of the repository.
-
Clone your fork - Clone your forked repository to your local machine.
-
Create a new branch - Create a new branch in your local repository for your changes. The branch name should be descriptive of the changes you plan to make.
-
Make your changes - Make your changes and commit them to your local repository. Please write clear, descriptive commit messages so we can understand what your changes do.
-
Push your changes - Push your changes to your forked repository on GitHub.
-
Open a pull request - Open a new pull request from your forked repository to our repository. Please provide as much detail as you can in the pull request description, explaining what your changes do, why you've made them, and which issue(s) they resolve.
We expect all contributors to abide by our Code of Conduct. Please read it before contributing.
If you have any questions about contributing to Bitcamp2, please open a new issue or reach out to us directly.