Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Mar 24, 2024
1 parent 1303d01 commit 098c0ef
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 @@ -3,7 +3,7 @@ Thanks for contributing to Altair!
Read the PR guidelines below and then delete this message before submitting your PR.

- Describe the purpose of the changes in PR, so that it is easy to understand the implication of the suggested changes.
- Here is a [helpful article about writing effective PR descriptions](https://medium.com/@greenberg/writing-pull-requests-your-coworkers-might-enjoy-reading-9d0307e93da3.
- Include unit tests and documentation for new feautres)
- Here is a [helpful article about writing effective PR descriptions](https://medium.com/@greenberg/writing-pull-requests-your-coworkers-might-enjoy-reading-9d0307e93da3).
- Include unit tests and documentation for new features
- Ensure that the title is a concise [semantic commit message](https://www.conventionalcommits.org/) (e.g. "feat: Add `embed_options` to charts").
- Append `!` if the change is breaking (e.g. "fix!: Error when `embed_options` is `None`")
- Append `!` if the change is breaking (e.g. "fix!: Raise error when `embed_options` is `None`")

0 comments on commit 098c0ef

Please sign in to comment.