Thanks for your desire to contribute to this project.
- Hit 'fork' on Github, creating e.g.
username/awesome-ummc-approved-software
. - Clone your project:
git clone https://github.com/username/awesome-ummc-approved-software.git
. - Create a branch:
cd awesome-ummc-approved-software; git checkout -b username-patch
.
- Log in to the information resource request page using your UMMC login.
- Select
View Current Open Request
. - Select a
View Detail
. - IF the request has been resolved, screenshot the entire page or use OneNote's screen clipping tool.
- Select
Copy to clipboard
. - Open
Adobe Acrobat Pro
. - Select
Create
. - Select
PDF from Clipboard
. - Save the PDF in the following format:
#989291
(use the help desk ticket number instead of 989291). - Add the pdf to the
help_desk_tickets
of this repository.
- Add your contributions
- Commit your changes:
git commit -m "Added new software"
and please be descriptive with git commits!
- Push your commit to get it back up to your fork:
git push origin HEAD
- Visit Github, click the handy "Pull request" button that it will make upon noticing your new branch.
- In the description field, write down issue number (if submitting code that addresses an existing issue) or describe the issue + your fix (if submitting a wholly new bugfix).
- Hit 'submit' and ask for
bioinformatics-collaborative/admins
to review! And please be patient - we will get to you when we can.