Skip to content

Commit

Permalink
Merge pull request #1247 from tier4/fix/contributing_md
Browse files Browse the repository at this point in the history
Fix/contributing md
  • Loading branch information
HansRobo authored May 13, 2024
2 parents e859312 + 2f6742a commit d1bde40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildAndRun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "**"
- "!docs/**"
- "!README.md"
- "!CONTRIBUTING.md"
- "!.github/**"
- ".github/workflows/BuildAndRun.yaml"
- "!mkdocs.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "**"
- "!docs/**"
- "!README.md"
- "!CONTRIBUTING.md"
- "!.github/**"
- ".github/workflows/Docker.yaml"
- "!mkdocs.yml"
Expand Down
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ To keep the commit hashes consistent, **please DO NOT force-push the commit to y
If you want to force-push the commit during the review, please contact the maintainers for approval in advance.

If at least one maintainer approves your pull request and all checks are passed, your pull request will be merged into the `master` branch.
Your contribution will be recorded in the [release note](https://tier4.github.io/scenario_simulator_v2-docs/release/ReleaseNotes/).

Pull requests must be labeled `bump major`, `bump minor` or `bump patch`.

Please follow the criteria below to determine which label to apply.
Expand Down

0 comments on commit d1bde40

Please sign in to comment.