mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-13 07:01:00 -05:00
* Re-add CHANGELOG.md from the tip of "classic" into root of the repository. Tidy the formatting in CHANGELOG.md. Update the PR template to reflect the new location of the CHANGELOG.md. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Replace with specific version. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
16 lines
580 B
Markdown
16 lines
580 B
Markdown
## Description
|
|
|
|
<!--Please describe the changes in your pull request in few words here. -->
|
|
|
|
## Changes
|
|
|
|
<!-- List the changes done to fix a bug or introduce a new feature.Please note both user-facing changes and changes to internal API's here -->
|
|
|
|
## Checklist
|
|
|
|
<!-- Note: Only user-facing changes require a changelog entry. Internal-only API changes do not require a changelog entry. Changes in documentation do not require a changelog entry. -->
|
|
|
|
- [ ] All tests pass locally
|
|
- [ ] I have updated `CHANGELOG.md`
|
|
- [ ] I have created documentation for this(if applicable)
|