config.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 have a question about using Electron Packager, read the [support docs](https://github.com/electron-userland/electron-packager/blob/master/SUPPORT.md). If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, 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-userland/electron-packager/blob/master/CONTRIBUTING.md#before-opening-bug-reportstechnical-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 a pull request!
  10. Here are some highlighted action items that will help get it across the finish line, from the
  11. [pull request guidelines](https://github.com/electron-userland/electron-packager/blob/master/CONTRIBUTING.md#filing-pull-requests):
  12. - Follow the [JavaScript coding style](https://standardjs.com/).
  13. - Run `npm run lint` locally to catch formatting errors earlier.
  14. - Document any user-facing changes in `NEWS.md` and other docs.
  15. - Include tests when adding/changing behavior.
  16. Development and triage is community-driven, so please be patient and we will get back to you as soon as we can.
  17. # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
  18. # Comment to be posted to on pull requests merged by a first time user
  19. firstPRMergeComment: >
  20. Thanks for your contribution! 🎉
  21. # Configuration for request-info - https://github.com/behaviorbot/request-info
  22. # *Required* Comment to reply with
  23. requestInfoReplyComment: >
  24. Thanks for filing this issue/PR! It would be much appreciated if you could provide us with more information so we can effectively analyze the situation in context.
  25. # *OPTIONAL* default titles to check against for lack of descriptiveness
  26. # MUST BE ALL LOWERCASE
  27. requestInfoDefaultTitles:
  28. - update readme.md
  29. - updates
  30. # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
  31. requestInfoLabelToAdd: needs info