Skip to content

Commit

Permalink
Standardize issue/pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Mar 23, 2024
1 parent 1460b11 commit 991bec7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ about: 'Create a bug report to help us improve'
labels: 'bug'
---

Type here...
Thanks for taking the time to report a bug!

---

Please follow these steps to make it more efficient to solve your issue:
Please read the guidelines below to make it more efficient to solve your bug, and then delete this message before submitting the issue.

- [ ] Since Altair is a Python wrapper around the Vega-Lite visualization grammar, [most bugs should be reported directly to Vega-Lite](https://github.com/vega/vega-lite/issues). You can click the Action Button of your Altair chart and "Open in Vega Editor" to create a reproducible Vega-Lite example and see if you get the same error in the Vega Editor.
- [ ] Search for duplicate issues.
- [ ] Use the latest version of Altair.
- [ ] Describe how to reproduce the bug and include the full code and data to reproduce it, ideally using a sample data set from `vega_datasets`.
- Since Altair is a Python wrapper around the Vega-Lite visualization grammar, [most bugs should be reported directly to Vega-Lite](https://github.com/vega/vega-lite/issues). You can click the Action Button of your Altair chart and "Open in Vega Editor" to create a reproducible Vega-Lite example and see if you get the same error in the Vega Editor.
- Search for duplicate issues.
- Use the latest version of Altair.
- Describe how to reproduce the bug and include the full code and data to reproduce it, ideally using a sample data set from `vega_datasets`.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ about: 'Suggest a new idea or feature'
labels: 'enhancement'
---

Type here...
Thanks for taking the time to suggest a new feature!

---

Please follow these steps to make it more efficient to respond to your feature request.
Please read the guidelines below to make it more efficient to respond to your feature request, and then delete this message before submitting the issue.

- [ ] Since Altair is a Python wrapper around the Vega-Lite visualization grammar, [most feature requests should be reported directly to Vega-Lite](https://github.com/vega/vega-lite/issues). You can click the Action Button of your Altair chart and "Open in Vega Editor" to create a reproducible Vega-Lite example.
- [ ] Search for duplicate issues.
- [ ] Describe the feature's goal, motivating use cases, and its expected behavior.
- Since Altair is a Python wrapper around the Vega-Lite visualization grammar, [most feature requests should be reported directly to Vega-Lite](https://github.com/vega/vega-lite/issues). You can click the Action Button of your Altair chart and "Open in Vega Editor" to create a reproducible Vega-Lite example.
- Search for duplicate issues.
- Describe the feature's goal, motivating use cases, and its expected behavior.

0 comments on commit 991bec7

Please sign in to comment.