Skip to content

Commit 618e579

Browse files
authored
Update PR template and VSCode workspace (#1053)
1 parent 2101191 commit 618e579

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

.github/pull_request_template.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<sub>By submitting this pull request you agree that all contributions to this project are made under the MIT license.</sub>
1+
## Description
22

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

5-
<!-- Describe or link the issues this change resolves -->
6-
7-
## Solution
5+
## Checklist
86

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

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.
1213

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>

.vscode/extensions.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

docs/source/about/changelog.rst

+4-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ Changelog
33

44
.. note::
55

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>`.
1510

1611

1712
.. INSTRUCTIONS FOR CHANGELOG CONTRIBUTORS

0 commit comments

Comments
 (0)