-
Notifications
You must be signed in to change notification settings - Fork 950
How To Contribute
These contribution guidelines are out of date. The KiCad library information can now be found on the official KiCad website. Refer to the contribution guidelines here
-
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.
These Wiki pages can be edited directly only by the KiCad Library owners and maintainers.
If you are not a member and want to add or edit something please clone Wiki pages to your Git repository and prepare merge request. Your request will be reviewed and included as soon as possible.