Code repository and Issues ========================== We're excited that you're interested in contributing to **Neurostates**! Your contributions help make the project better, and we welcome any improvements, whether it's fixing bugs, adding new features, improving documentation, or suggesting enhancements. Please follow the guidelines below to ensure that your contributions are in line with the project's needs and practices. How to Contribute ----------------- There are many ways you can contribute to **Neurostates**: - **Bug Reports**: If you find any bugs or issues, please report them. - **Feature Requests**: If you have an idea for a new feature, let us know! - **Code Contributions**: If you'd like to contribute code, follow the steps outlined below to fork the repo and submit a pull request. - **Documentation**: Help us improve the documentation by fixing typos or adding missing sections. Getting Started --------------- 1. **Fork the repository**: Start by forking the repository on GitHub. This creates a copy of the project under your GitHub account. `https://github.com/dellabellagabriel/neurostates `_ 2. **Clone your fork**: Once you've forked the repository, clone it to your local machine to make changes. .. code-block:: bash git clone https://github.com/dellabellagabriel/neurostates.git cd neurostates