You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -186,8 +186,8 @@ For local development with containers:
186
186
If you prefer to set up locally:
187
187
188
188
1.**Prerequisites:**
189
-
- Python 3.8+ (system Python is fine)
190
-
- Node.js 16+
189
+
- Python 3.10+ (system Python is fine)
190
+
- Node.js 22+
191
191
- Git
192
192
193
193
2.**Setup:**
@@ -249,6 +249,8 @@ You can also check available environments with: `hatch env show`
249
249
6.**Commit your changes** with a descriptive commit message
250
250
7.**Push and create a pull request**
251
251
252
+
Note on Python versions: while the project tests across Python 3.8–3.13 to ensure broad compatibility, active development and production usage target Python 3.10+.
253
+
252
254
#### Pull Request Guidelines
253
255
254
256
Before submitting your pull request:
@@ -561,7 +563,3 @@ If you're interested in joining the project team:
561
563
-**Alignment** with project goals and values
562
564
563
565
We value diversity and welcome contributors from all backgrounds. The robotcode project benefits from different perspectives and experiences.
564
-
565
-
<!-- omit in toc -->
566
-
## Attribution
567
-
This guide is based on the **contributing-gen**. [Make your own](https://github.com/bttger/contributing-gen)!
@@ -60,7 +60,7 @@ With RobotCode, you can focus on building and testing your automation workflows
60
60
61
61
### IDE Support
62
62
63
-
- Visual Studio Code 1.99 or newer
63
+
- Visual Studio Code 1.99.0 or newer
64
64
- PyCharm 2025.1 or newer or IntelliJ IDEA 2025.1 or newer
65
65
66
66
### Deprecated Python and Robot Framework Versions
@@ -111,7 +111,7 @@ To get the most out of RobotCode, we recommend using:
111
111
Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
112
112
113
113
**Extensions:**
114
-
RobotCode automatically installs the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy)extension. Additional extensions may be required depending on your project needs.
114
+
RobotCode declares dependencies on the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy)extensions so VS Code installs them when required. Additional extensions may be needed depending on your project.
115
115
116
116
117
117
### IntelliJ IDEA or PyCharm
@@ -140,7 +140,7 @@ RobotCode automatically installs the [Python](https://marketplace.visualstudio.c
140
140
Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
141
141
142
142
**Plugins:**
143
-
RobotCode automatically installs the [LSP4IJ](https://plugins.jetbrains.com/plugin/23257). Additional plugins may be required depending on your project needs.
143
+
RobotCode declares a dependency on [LSP4IJ](https://plugins.jetbrains.com/plugin/23257) so your IDE installs it automatically. Additional plugins may be required depending on your project needs.
144
144
145
145
146
146
## Documentation
@@ -157,7 +157,7 @@ Here are some additional resources to help you troubleshoot or learn more:
157
157
158
158
## Support RobotCode
159
159
160
-
RobotCode is developed and maintained by volunteers. Your support helps us continue improving and adding new features.
160
+
RobotCode is driven by the passion of its lead developer and the support of a growing community. To continue adding new features, improving stability, and expanding the ecosystem, your involvement is essential. Whether you contribute code, offer feedback, or provide financial support, you help shape the future of RobotCode.
161
161
162
162
**Become a Sponsor:**
163
163
-[GitHub Sponsors](https://github.com/sponsors/robotcodedev) - Monthly or one-time sponsorship
@@ -189,4 +189,4 @@ This project is licensed under the [Apache 2.0 License](https://spdx.org/license
0 commit comments