Contribution guidelines Fork/Clone the repo using the git clone command
Git clone https://github.com/savannah-Silica/Members-Dashboard-Backend.git
Create a new branch with the name of the feature you are wroking on:
eg.
Git checkout -b feature/logout
Then commit to that branch and create a pull request for it to be merged with the main branch.