-
Notifications
You must be signed in to change notification settings - Fork 950
added new Cadquery scripted Radial THT capacitors #1265
Conversation
Shackmeister
commented
May 28, 2017
@SchrodingersGat |
You should use one branch per pull request. Also why are there changes in a lot of libraries?
|
sorry for the mess I made, I did a reset of my fork and added the caps to replace (and reopened this PR) |
While i look at the files in this pull request here a git how to i wrote for some other user. (It has a lot of information that you clearly already know. But i don't want to rewrite it completely.) More detailed tutorials can be found over at the atlassian tutorial page How to work with git (Command line version. Graphical interfaces do not always allow all of that easily.)Short note: everything between "[" and "]" is to be filled out by the user. (The brackets are for marking it here. They are not part of the command) Create a separate branch for each pull request. Now to the synchronizing and creation of the pull request branch: (Make sure that your local repo is clean before doing anything.)
If this is done make the branch for your pull request.
Do your changes and commit / push them to your online repo You can also add all your changes at once. But make sure with git status that you did not change anything unintentionally. After that do another check with git status if everything looks good and commit the changes to your repo Then the last thing to do is to push the changes: Open the webbrowser and go to the website of the target repo. You should see a button for create pull request. If you press that just fill out the title and description field. Make sure your pull request is ready to be merged automatically. If not do the synchronization step again and merge the changes into your pull request branch.
Also note that after a while travis will report back if your files do pass the klc checks. fix any issue that is reported. Do your changes
The safest thing to do is to switch back to the master branch after you are finished for the day. (This way it is harder to accidentally change something in your pull request. But make sure you switch back to the branch associated with your pull request before you start to work again.) |
Should I remove the angled switches from here or can you take them into consinderation too? |
No i look at both the capacitors and the buttons. (Now that the button footprints are merged this should be easy.) |
Actually they are only on the packages3d repo so Ill add them here. |
I can't find a footprint that uses SW_Tactile_SPST_Angled.wrl The footprints use SW_Tactile_SPST_Angled_[some specific information].wrl |
the cap should be fixed now and I added the 3 switches |
@poeschlr does it look good to you? |
Still looks the same. |
@poeschlr can you merge this? :) |
Thanks for this great contribution. (And remember: maybe use a separate branch for each pull request going forward.) |