config.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Comment to be posted to on PRs from first time contributors in your repository
  2. newPRWelcomeComment: |
  3. 💖 Thanks for opening this pull request! 💖
  4. ### Semantic PR titles
  5. We use [semantic commit messages](https://github.com/electron/electron/blob/main/docs/development/pull-requests.md#commit-message-guidelines) to streamline the release process. Before your pull request can be merged, you should **update your pull request title** to start with a semantic prefix.
  6. Examples of commit messages with semantic prefixes:
  7. - `fix: don't overwrite prevent_default if default wasn't prevented`
  8. - `feat: add app.isPackaged() method`
  9. - `docs: app.isDefaultProtocolClient is now available on Linux`
  10. ### Commit signing
  11. This repo enforces [commit signatures](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) for all incoming PRs.
  12. To sign your commits, see GitHub's documentation on [Telling Git about your signing key](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key).
  13. ### PR tips
  14. Things that will help get your PR across the finish line:
  15. - Follow the JavaScript, C++, and Python [coding style](https://github.com/electron/electron/blob/main/docs/development/coding-style.md).
  16. - Run `npm run lint` locally to catch formatting errors earlier.
  17. - Document any user-facing changes you've made following the [documentation styleguide](https://github.com/electron/electron/blob/main/docs/styleguide.md).
  18. - Include tests when adding/changing behavior.
  19. - Include screenshots and animated GIFs whenever possible.
  20. We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.
  21. # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
  22. # Comment to be posted to on pull requests merged by a first time user
  23. firstPRMergeComment: >
  24. Congrats on merging your first pull request! 🎉🎉🎉