I finished a symbol - how do i upload it to the official kicad-library?

Hi there!
I just finished the symbol for the Z32F06423 MCU
How do i “upload” this into the official kicad-library on GitHub?
What i know so far:

  • i have to create a fork of the official kicad-library (done)
  • i made the symbol (obviously :wink:)
  • push the edited lib file into my git fork (TBD)
  • create a pull request and hope that they are happy with my symbol.

Any further steps i should consider?

Best regards,
Fabian

before that I would make sure it adheres to the KLC to the best of your abilities…
https://kicad.org/contribute/librarians/

before that I would make sure it adheres to the KLC to the best of your abilities…
https://kicad.org/contribute/librarians/1

Okay, i see, there are some rules for the position of the pins, i’ll have a look.
Thank you!