|
| 1 | +# Configuration for welcome - https://github.com/behaviorbot/welcome |
| 2 | + |
| 3 | +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome |
| 4 | + |
| 5 | +# Comment to be posted to on first time issues |
| 6 | +newIssueWelcomeComment: > |
| 7 | + Thanks for opening your first issue in this project! If you haven't already, you can [join our slack](https://share.mobilitydata.org/slack) and join the #mobility-database channel to meet our awesome community. Come say hi :wave:! |
| 8 | + <br><br> Welcome to the community and thank you for your engagement in open source! :tada: |
| 9 | + <br><br>  |
| 10 | +
|
| 11 | +# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome |
| 12 | + |
| 13 | +# Comment to be posted to on PRs from first time contributors in your repository |
| 14 | +newPRWelcomeComment: > |
| 15 | + Thanks for opening this pull request! You're awesome. |
| 16 | + 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. |
| 17 | + Examples of titles with semantic prefixes: |
| 18 | + - `fix: Bug with ssl network connections + Java module permissions.` |
| 19 | + - `feat: Initial support for multiple @PrimaryKey annotations`. |
| 20 | + - `docs: update RELEASE.md with new process` |
| 21 | + To get this PR to the finish line, please do the following: |
| 22 | + - Include tests when adding/changing behavior |
| 23 | + - Include screenshots |
| 24 | +
|
| 25 | +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge |
| 26 | + |
| 27 | +# Comment to be posted to on pull requests merged by a first time user |
| 28 | +firstPRMergeComment: > |
| 29 | + :partying_face: Congrats on getting your first pull request merged! |
| 30 | + <br><br>  |
| 31 | +
|
| 32 | +# It is recommend to include as many gifs and emojis as possible |
0 commit comments