forked from KiCad/kicad-library
-
Notifications
You must be signed in to change notification settings - Fork 0
How To Contribute
Kerusey Karyu edited this page Aug 29, 2014
·
3 revisions
-
If you don't have one, create an account on GitHub.
-
Fork the repository on which you want to work, under your account. [Read how] (https://help.github.com/articles/fork-a-repo)
-
Clone your newly created fork. Read how
-
Do your modifications using a text editor or the library editor. Read Kicad Library Convention first.
-
Commit your changes:
git add -A git commit -m "place your commit message here"
- Push to your branch:
git push
-
Create a pull request. Read how
Include your references, for example a datasheet, in the comments.
-
Wait until a librarian approves your work. Discussion and corrections might be needed.