config.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
  2. # Comment to be posted to on first time issues
  3. newIssueWelcomeComment: |
  4. 👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
  5. To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md#submitting-issues).
  6. # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
  7. # Comment to be posted to on PRs from first time contributors in your repository
  8. newPRWelcomeComment: |
  9. 💖 Thanks for opening this pull request! 💖
  10. We use [semantic commit messages](https://github.com/electron/electron/blob/semantic-first-pr/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, OR prefix at least one of your commit messages.
  11. Examples of commit messages with semantic prefixes:
  12. - `fix: don't overwrite prevent_default if default wasn't prevented`
  13. - `feat: add app.isPackaged() method`
  14. - `docs: app.isDefaultProtocolClient is now available on Linux`
  15. Things that will help get your PR across the finish line:
  16. - Follow the JavaScript, C++, and Python [coding style](https://github.com/electron/electron/blob/master/docs/development/coding-style.md).
  17. - Run `npm run lint` locally to catch formatting errors earlier.
  18. - Document any user-facing changes you've made following the [documentation styleguide](https://github.com/electron/electron/blob/master/docs/styleguide.md).
  19. - Include tests when adding/changing behavior.
  20. - Include screenshots and animated GIFs whenever possible.
  21. 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.
  22. # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
  23. # Comment to be posted to on pull requests merged by a first time user
  24. firstPRMergeComment: >
  25. Congrats on merging your first pull request! 🎉🎉🎉
  26. # Configuration for trop - https://github.com/codebytere/trop
  27. watchedProject:
  28. name: Backports
  29. authorizedUsers:
  30. - alexeykuzmin
  31. - ckerr
  32. - codebytere
  33. - deepak1556
  34. - jkleinsc
  35. - MarshallOfSound
  36. - nitsakh
  37. - nornagon
  38. - zcbenz