1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # Comment to be posted to on PRs from first time contributors in your repository
- newPRWelcomeComment: |
- 💖 Thanks for opening this pull request! 💖
- 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.
- Examples of commit messages with semantic prefixes:
- - `fix: don't overwrite prevent_default if default wasn't prevented`
- - `feat: add app.isPackaged() method`
- - `docs: app.isDefaultProtocolClient is now available on Linux`
- Things that will help get your PR across the finish line:
- - Follow the JavaScript, C++, and Python [coding style](https://github.com/electron/electron/blob/main/docs/development/coding-style.md).
- - Run `npm run lint` locally to catch formatting errors earlier.
- - Document any user-facing changes you've made following the [documentation styleguide](https://github.com/electron/electron/blob/main/docs/styleguide.md).
- - Include tests when adding/changing behavior.
- - Include screenshots and animated GIFs whenever possible.
- 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.
- # 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! 🎉🎉🎉
- # Users authorized to run manual trop backports
- authorizedUsers:
- - alexeykuzmin
- - ckerr
- - codebytere
- - deepak1556
- - jkleinsc
- - loc
- - MarshallOfSound
- - miniak
- - mlaurencin
- - nornagon
- - zcbenz
|