Thank you for considering contributing to this project! We welcome contributions from everyone. By participating in this project, you agree to abide by our code of conduct.
Create a fork of this repository by clicking the "Fork" button at the top right of this page. This will create a copy of the repository under your GitHub account.
Clone your forked repository to your local machine:
git clone https://github.com/ParmarDarshan29/NeuroML-PTSD.gitCreate a new branch for your feature or bug fix:
git checkout -b feature/your-feature-nameMake your changes to the codebase. Ensure that your code adheres to the project's coding standards.
Run the tests to ensure that your changes do not break existing functionality:
pytestCommit your changes with a descriptive commit message:
git add .
git commit -m "Add a descriptive commit message"Push your changes to your forked repository:
git push origin feature/your-feature-nameOpen a pull request from your branch to the main branch of this repository. Provide a clear description of your changes and any relevant context.
Please read and follow our Code of Conduct.
If you encounter any issues, please open an issue in the repository. Provide as much detail as possible, including steps to reproduce the issue and any relevant logs or screenshots.