Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1.67 KB

PUBLISHING_PORTS.md

File metadata and controls

59 lines (51 loc) · 1.67 KB

Aura Theme

Publishing Ports

  1. Create your feature branch:
    git checkout -b feat/my-awesome-port
  2. Be sure to add you to the contribution list in your port readme, such as:
    # Contributors
    <table>
      <thead>
        <tr>
          <td valign="bottom"><p align="center">
            <a href="https://github.com/your-username">
              <img src="https://github.com/your-username.png?size=100" align="center" />
            </a>
          </p></td>
          {{{ author-thead }}}
        </tr>
      </thead>
    
      <tbody>
        <tr>
          <td><a href="https://github.com/your-username">Your name</a></td>
          {{{ author-tbody }}}
        </tr>
      </tbody>
    </table>
  3. Build only your port:
    yarn build only my-awesome-port
  4. Add, commit and send your changes:
    git add .
    git commit -m "feat(port): add my-awesome-port"
    git push origin feat/my-awesome-port
  5. Now, on GitHub, start the Pull Request creation and in the body of the pull request do the following things:
    • Put a link to the icon of the app that your port is related to
    • Attach a screenshot with a good zoom in fullscreen showing your port in action
  6. Create the pull request

Yay! That's it!

Thank you so much for your contribution! 🥳

License

MIT © Dalton Menezes