Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.12 KB

File metadata and controls

27 lines (19 loc) · 1.12 KB

Welcome

Welcome! We are glad you are interested in contributing to electron-sdk. This guide will help you understand the requirements and guidelines to improve your contributor experience.

Submitting issues

Github issues are welcome, feel free to submit error reports and feature requests! Make sure to add enough details to explain your use case. If you require further assistance, you can also contact our support.

Pull Requests

Have you fixed a bug or written a new feature and want to share it? Many thanks!

In order to ease/speed up our review, here are some items you can check/improve when submitting your pull request:

  • Follow this repository Documentation
  • Keep commits small and focused, rebase your branch if needed.
  • Write unit and e2e tests for the code you wrote.
  • Write meaningful Commit messages and Pull Request titles.
  • Sign your commits, see Github's documentation.
  • Sign the CLA