Contributing π
Contributions are welcome! Hereβs how you can get involved:
- Fork the repository: Click the "Fork" button at the top right of this page.
- Clone your fork:
bash git clone https://github.com/Timmoth/DsaDotnet.git - Create a branch: Make your changes in a new branch.
bash git checkout -b my-feature-branch - Commit your changes:
bash git commit -m 'Add some feature' - Push to the branch:
bash git push origin my-feature-branch - Open a pull request: Describe your changes and submit your PR.