Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update config.yml #1221

Merged
merged 2 commits into from
Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ newIssueWelcomeComment: >
newPRWelcomeComment: >
Thanks for opening this pull request! You're awesome.
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: fix: Bug with ssl network connections + Java module permissions.`
- `feat: feat: Initial support for multiple @PrimaryKey annotations.
Examples of titles with semantic prefixes:
- `fix: Bug with ssl network connections + Java module permissions.`
- `feat: Initial support for multiple @PrimaryKey annotations.
- `docs: update RELEASE.md with new process`
To get this PR to the finish line, please do the following:
- Read our [Contribution Guidelines](https://github.com/MobilityData/gtfs-validator/blob/master/docs/CONTRIBUTING.md)
Expand Down