Commit 618e579 1 parent 2101191 commit 618e579 Copy full SHA for 618e579
File tree 3 files changed +25
-18
lines changed
3 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 1
- < sub >By submitting this pull request you agree that all contributions to this project are made under the MIT license.</ sub >
1
+ ## Description
2
2
3
- ## Issues
3
+ <!-- A summary of the changes. -->
4
4
5
- <!-- Describe or link the issues this change resolves -->
6
-
7
- ## Solution
5
+ ## Checklist
8
6
9
- <!-- Describe how these changes resolve the aforementioned issues -->
7
+ Please update this checklist as you complete each item:
10
8
11
- ## Checklist
9
+ - [ ] Tests have been developed for bug fixes or new functionality.
10
+ - [ ] The changelog has been updated, if necessary.
11
+ - [ ] Documentation has been updated, if necessary.
12
+ - [ ] GitHub Issues closed by this PR have been linked.
12
13
13
- - [ ] Tests have been included for all bug fixes or added functionality.
14
- - [ ] The ` changelog.rst ` has been updated with any significant changes.
14
+ <sub >By submitting this pull request I agree that all contributions comply with this project's open source license(s).</sub >
Original file line number Diff line number Diff line change
1
+ {
2
+ "recommendations" : [
3
+ " wholroyd.jinja" ,
4
+ " esbenp.prettier-vscode" ,
5
+ " ms-python.vscode-pylance" ,
6
+ " ms-python.python" ,
7
+ " charliermarsh.ruff" ,
8
+ " dbaeumer.vscode-eslint" ,
9
+ " ms-python.black-formatter" ,
10
+ " ms-python.mypy-type-checker"
11
+ ]
12
+ }
Original file line number Diff line number Diff line change @@ -3,15 +3,10 @@ Changelog
3
3
4
4
.. note ::
5
5
6
- The ReactPy team manages their short and long term plans with `GitHub Projects
7
- <https://github.com/orgs/reactive-python/projects/1> `__. If you have questions about what
8
- the team are working on, or have feedback on how issues should be prioritized, feel
9
- free to :discussion-type: `open up a discussion <question> `.
10
-
11
- All notable changes to this project will be recorded in this document. The style of
12
- which is based on `Keep a Changelog <https://keepachangelog.com/ >`__. The versioning
13
- scheme for the project adheres to `Semantic Versioning <https://semver.org/ >`__. For
14
- more info, see the :ref: `Contributor Guide <Creating a Changelog Entry >`.
6
+ All notable changes to this project will be recorded in this document. The style of
7
+ which is based on `Keep a Changelog <https://keepachangelog.com/ >`__. The versioning
8
+ scheme for the project adheres to `Semantic Versioning <https://semver.org/ >`__. For
9
+ more info, see the :ref: `Contributor Guide <Creating a Changelog Entry >`.
15
10
16
11
17
12
.. INSTRUCTIONS FOR CHANGELOG CONTRIBUTORS
You can’t perform that action at this time.
0 commit comments