Bioinformatics/Machine Learning templates, scripts and submit files for use on the OSG platform
To contribute, follow the steps below:
-
Clone the repository:
git clone <repository-url>
-
Create a new branch with a meaningful name:
git checkout -b <branch-name>
-
Create a working folder with your name or project name:
mkdir <working-folder-name>
-
Add your code, scripts, templates, or any other files to the working folder.
-
Stage the changes:
git add .
-
Commit the changes:
git commit -m "Add code/scripts/templates"
-
Push the branch to the remote repository:
git push origin <branch-name>
-
Go to the repository on GitHub and click on "Compare & pull request" button for the branch you just pushed.
-
Review the changes and provide any necessary information or context in the pull request description.
-
Click on "Create pull request" to submit the pull request.
-
Wait for the repository maintainers to review and merge your pull request.