Skip to content

Commit

Permalink
Merge branch 'main' into fix-1175
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Mar 6, 2024
2 parents 9cbad6a + 618e579 commit b52a5c7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<sub>By submitting this pull request you agree that all contributions to this project are made under the MIT license.</sub>
## Description

## Issues
<!-- A summary of the changes. -->

<!-- Describe or link the issues this change resolves -->

## Solution
## Checklist

<!-- Describe how these changes resolve the aforementioned issues -->
Please update this checklist as you complete each item:

## Checklist
- [ ] Tests have been developed for bug fixes or new functionality.
- [ ] The changelog has been updated, if necessary.
- [ ] Documentation has been updated, if necessary.
- [ ] GitHub Issues closed by this PR have been linked.

- [ ] Tests have been included for all bug fixes or added functionality.
- [ ] The `changelog.rst` has been updated with any significant changes.
<sub>By submitting this pull request I agree that all contributions comply with this project's open source license(s).</sub>
12 changes: 12 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"recommendations": [
"wholroyd.jinja",
"esbenp.prettier-vscode",
"ms-python.vscode-pylance",
"ms-python.python",
"charliermarsh.ruff",
"dbaeumer.vscode-eslint",
"ms-python.black-formatter",
"ms-python.mypy-type-checker"
]
}
13 changes: 4 additions & 9 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ Changelog

.. note::

The ReactPy team manages their short and long term plans with `GitHub Projects
<https://github.com/orgs/reactive-python/projects/1>`__. If you have questions about what
the team are working on, or have feedback on how issues should be prioritized, feel
free to :discussion-type:`open up a discussion <question>`.

All notable changes to this project will be recorded in this document. The style of
which is based on `Keep a Changelog <https://keepachangelog.com/>`__. The versioning
scheme for the project adheres to `Semantic Versioning <https://semver.org/>`__. For
more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
All notable changes to this project will be recorded in this document. The style of
which is based on `Keep a Changelog <https://keepachangelog.com/>`__. The versioning
scheme for the project adheres to `Semantic Versioning <https://semver.org/>`__. For
more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.


.. INSTRUCTIONS FOR CHANGELOG CONTRIBUTORS
Expand Down

0 comments on commit b52a5c7

Please sign in to comment.