Skip to content

Commit 4da4a51

Browse files
committed
doc: add a separate document about support and contribution
1 parent d149ae8 commit 4da4a51

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineConfig({
4949
nav: [
5050
{ text: "Home", link: "/" },
5151
{ text: "Documentation", link: "/01_about" },
52-
{ text: "Contribute", link: "https://github.com/robotcodedev" },
52+
{ text: "Support & Contribute", link: "/05_contributing" },
5353
{ text: "Q&A", link: "https://github.com/robotcodedev/robotcode/discussions/categories/q-a" },
5454
{
5555
text: pkg.version,

docs/05_contributing/index.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Support & Contribute
2+
3+
RobotCode is a powerful, open-source toolset designed to enhance development with Robot Framework. With features like intelligent code completion, test discovery, and seamless debugging, RobotCode makes test automation **faster, easier, and more efficient** for teams and individuals worldwide.
4+
5+
## 🌎 Built for the Community, by the Community
6+
7+
RobotCode is **100% open-source and community-driven**. Our mission is to provide a **modern, intuitive, and feature-rich development experience** for Robot Framework users. Unlike commercial alternatives, RobotCode is developed **by and for the community**, allowing it to adapt quickly to user needs and ensuring a transparent, collaborative development process.
8+
9+
Maintaining a project of this scale requires **continuous development, support, and infrastructure**. This includes keeping up with frequent Robot Framework updates, ensuring compatibility with multiple IDEs, and optimizing performance for larger test suites. As RobotCode grows, so does the demand for **new features, bug fixes, documentation, and long-term stability**. That’s why we need **your support** to keep RobotCode sustainable and thriving.
10+
11+
## 💡 Why Support RobotCode?
12+
13+
Your contributions help us:
14+
15+
-**Continue active development** – More funding means more dedicated time for improvements and new features.
16+
-**Fix bugs faster** – With financial support, we can prioritize critical issues and reduce delays in updates.
17+
-**Ensure long-term stability** – Keeping up with the latest Robot Framework versions and evolving industry needs.
18+
-**Enhance documentation & learning resources** – Making it easier for individuals and teams to get started with RobotCode.
19+
-**Expand community support** – More engagement, better responsiveness, and stronger collaboration.
20+
21+
💯 **Transparent Funding:** Every contribution is publicly tracked, ensuring complete transparency on how funds are used.
22+
23+
## 📈 How You Can Support RobotCode
24+
25+
### 💰 Financial Contributions
26+
27+
The most direct way to help RobotCode stay sustainable and grow is through financial contributions. If you or your company use RobotCode and find it valuable, consider supporting the project:
28+
29+
- **[Become a Backer or Sponsor on Open Collective](https://opencollective.com/robotcode)** – Recurring or one-time donations to support ongoing development.
30+
- **[Sponsor RobotCode on GitHub](https://github.com/sponsors/robotcodedev)** – Show your support directly through GitHub Sponsors.
31+
32+
### ❤️ Contribute Beyond Financial Support
33+
34+
RobotCode thrives on community contributions. Active participation helps shape the future of the project. Whether you're a developer, writer, tester, or advocate, your contributions make a difference.
35+
36+
We understand that not everyone can contribute financially, but **there are many other valuable ways to support RobotCode**:
37+
38+
- 💻 **Contribute Code** – Help improve RobotCode by fixing bugs, adding features, or optimizing performance on [GitHub](https://github.com/robotcode-dev/robotcode).
39+
- 📖 **Improve Documentation** – Writing tutorials, FAQs, or guides makes it easier for new users to start using RobotCode.
40+
- 🔍 **Report Bugs & Share Feedback** – Testing new releases, reporting issues, and suggesting improvements helps the project evolve.
41+
- 📢 **Spread the Word** – Recommend RobotCode to colleagues, write blog posts, give talks, or share it on social media.
42+
- 🤝 **Engage with the Community** – Join discussions, answer questions, and help others in forums or social media channels.
43+
44+
**Every form of support matters!** Whether through financial contributions or active participation, your help ensures RobotCode remains a thriving, open-source project for the entire community. You are an essential part of this project, and every contribution makes a difference.
45+
46+
## 🚀 Join Us in Shaping the Future of Test Automation
47+
48+
By supporting RobotCode, you help ensure that **Robot Framework users worldwide have access to a powerful, reliable, and evolving toolset**. Together, we can make **test automation better for everyone**.
49+
50+
👉 **[Support RobotCode on Open Collective](https://opencollective.com/robotcode)**
51+
👉 **[Sponsor RobotCode on GitHub](https://github.com/sponsors/robotcodedev)**

0 commit comments

Comments
 (0)