-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into interactive_tooltip…
…_legend
- Loading branch information
Showing
159 changed files
with
11,050 additions
and
5,960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,28 @@ | ||
<!-- Click "Preview" to read this message; then delete it. --> | ||
|
||
Thanks for contributing to Altair! | ||
## Thanks for contributing to Altair! 🎉 | ||
|
||
Please follow these guidelines when submitting your PR: | ||
Please follow these guidelines: | ||
|
||
- 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 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!: Raise error when `embed_options` is `None`") | ||
### 1. **PR Description** | ||
- Briefly describe the changes and their purpose. For help, check this [guide](https://medium.com/@greenberg/writing-pull-requests-your-coworkers-might-enjoy-reading-9d0307e93da3). | ||
|
||
### 2. **Tests & Docs** | ||
- Include unit tests and update documentation for new features. | ||
|
||
### 3. **Commit Message** | ||
- Use [semantic commit messages](https://www.conventionalcommits.org/), e.g., `"feat: Add embed_options to charts"`. | ||
- Add `!` for breaking changes (e.g., `"fix!: Raise error when embed_options is None"`). | ||
|
||
### 4. **PR Title Types** | ||
- **feat**: New feature | ||
- **fix**: Bug fix | ||
- **docs**: Documentation changes | ||
- **style**: Code style changes (no functionality change) | ||
- **refactor**: Code restructuring | ||
- **perf**: Performance improvements | ||
- **test**: Add or fix tests | ||
- **build**: Changes to build system or dependencies | ||
- **ci**: CI configuration changes | ||
- **chore**: Miscellaneous tasks | ||
- **revert**: Reverts a commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.