2017-08-16 21:54:10 +03:00
# Comment to be posted to on PRs from first time contributors in your repository
2017-08-16 22:04:34 +03:00
newPRWelcomeComment : |
💖 Thanks for opening this pull request! 💖
2017-12-28 14:18:33 +03:00
2021-09-27 18:35:56 +03:00
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.
2018-05-02 17:47:26 +03:00
Examples of commit messages with semantic prefixes :
- `fix : don't overwrite prevent_default if default wasn't prevented`
- `feat : add app.isPackaged() method`
2018-06-16 03:43:03 +03:00
- `docs : app.isDefaultProtocolClient is now available on Linux`
2018-05-02 17:47:26 +03:00
Things that will help get your PR across the finish line :
2018-02-20 02:45:14 +03:00
2021-09-27 18:35:56 +03:00
- Follow the JavaScript, C++, and Python [coding style](https://github.com/electron/electron/blob/main/docs/development/coding-style.md).
2017-08-16 21:54:10 +03:00
- Run `npm run lint` locally to catch formatting errors earlier.
2021-09-27 18:35:56 +03:00
- Document any user-facing changes you've made following the [documentation styleguide](https://github.com/electron/electron/blob/main/docs/styleguide.md).
2017-08-16 21:54:10 +03:00
- Include tests when adding/changing behavior.
2017-08-16 22:04:34 +03:00
- Include screenshots and animated GIFs whenever possible.
2018-06-16 03:43:03 +03:00
2017-08-16 22:04:34 +03:00
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.
2017-08-16 21:54:10 +03:00
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment : >
Congrats on merging your first pull request! 🎉🎉🎉
2018-12-14 03:56:31 +03:00
# Users authorized to run manual trop backports
2018-03-13 10:39:50 +03:00
authorizedUsers :
2018-04-17 18:23:03 +03:00
- alexeykuzmin
2018-03-13 10:39:50 +03:00
- ckerr
- codebytere
2018-04-17 18:23:03 +03:00
- deepak1556
- jkleinsc
2020-03-19 17:44:42 +03:00
- loc
2018-04-17 18:23:03 +03:00
- MarshallOfSound
2019-01-30 09:21:38 +03:00
- miniak
2020-12-08 21:04:02 +03:00
- mlaurencin
2018-04-17 18:23:03 +03:00
- nornagon
- zcbenz