This file is intended to provide some guidance on how to contribute to this project.
- Clone this repository and make changes as follows:
git clone [email protected]:alexandre-huff/handover-xapp.git
cd handover-xapp
git checkout -b my-patch-branch # create and switch to the new branch
# make your changes
git commit
git push origin my-patch-branch
# open a git pull request
- To open a pull request please check the Create a pull request page on GitHub.