Contribute#
We welcome contributions to MLPedRVFL!
How to Contribute#
Fork the Repository on GitHub.
Clone the Repository:
`bash
git clone https://github.com/yourusername/mlpedrvfl.git
`
Install Dependencies:
`bash
pip install -r requirements.txt
`
Create a Feature Branch:
`bash
git checkout -b new-feature
`
Make your Changes and Commit:
`bash
git add .
git commit -m 'Add new feature'
`
Push to Github and Submit a Pull Request:
`bash
git push origin new-feature
`