UmbraSpaceIndustries / USITools

Shared components for KSP mods
Other
39 stars 38 forks source link

Merge pull request #135 from UmbraSpaceIndustries/DEVELOP #139

Closed ryancoates321 closed 4 years ago

ryancoates321 commented 5 years ago

Develop https://drive.google.com/open?id=1ytQ9E3lNlfcaCo5KeRcpSFLML7MkOoab Here is the game data folder. RoverDude

tjdeckard commented 5 years ago

Are you trying to submit a support request? If so, those go under Issues. Pull requests are for when you've made additions or changes to the code that you would like for us to considering incorporating into the mod.

ryancoates321 commented 5 years ago

I fixed the flexOTube

tjdeckard commented 5 years ago

Cool. There's nothing to commit here though. You need to make a fork of this repository, make the changes in your fork and then submit a PR from your fork back into this repository.

ryancoates321 commented 5 years ago

How

tjdeckard commented 5 years ago

In the upper right hand corner of the page on GitHub, there are buttons for Watch, Star and Fork with numbers next to them. Click the Fork button and it will create a copy of this repository in your own GitHub account. Make your changes in your copy of the repo (do a search on the interwebs for how to work with Git and GitHub if you are unfamiliar with how to do that) and then from your repository, make a pull request back into this one. The GitHub help has an article on how to do that:

https://help.github.com/en/articles/creating-a-pull-request-from-a-fork

tjdeckard commented 4 years ago

Another PR was submitted to address this issue.