Skip to content

Commit

Permalink
Fix typos in pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
RajeshThallam committed Dec 19, 2024
1 parent 1a32d2c commit eba88a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ What does this PR do? Why is it necessary?

## Checklist

- [ ] **Contribution Guidelines:** I have read the [Contribution Guidelines](../CONTRIBUTING).
- [ ] **Contribution Guidelines:** I have read the [Contribution Guidelines](https://github.com/GoogleCloudPlatform/applied-ai-engineering-samples/blob/main/CONTRIBUTING).
- [ ] **CLA:** I have signed the [CLA](https://cla.developers.google.com).
- [ ] **Authorship:** I am listed as the author (if applicable).
- [ ] **Conventional Commits:** My PR title and commit messages follow the [Conventional Commits](https://www.conventialcommits.org) spec.
- [ ] **Conventional Commits:** My PR title and commit messages follow the [Conventional Commits](https://www.conventionalcommits.org/) spec.
- [ ] **Code Format:** I have run `nox -s format` to format the code.
- [ ] **Spelling:** I have fixed any spelling errors, and added false positives to .github/actions/spelling/allow.txt if necessary.
- [ ] **Template:** I have followed the `aaie_notebook_template.ipynb` if submitting a new jupyter notbook.

Check warning on line 19 in .github/PULL_REQUEST_TEMPLATE.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`aaie` is not a recognized word. (unrecognized-spelling)

Check warning on line 19 in .github/PULL_REQUEST_TEMPLATE.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`notbook` is not a recognized word. (unrecognized-spelling)
- [ ] **Sync:** My Fork is synced with the upstream.
- [ ] **Documentations:** I have updated relevant documentations (if applicable) in the [docs folder](../docs).
- [ ] **Documentations:** I have updated relevant documentations (if applicable) in the [docs folder](https://github.com/GoogleCloudPlatform/applied-ai-engineering-samples/blob/main/docs/mkdocs.yml#L181).

0 comments on commit eba88a7

Please sign in to comment.