-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): new command
discover files
find all relevant robot framework files in a project.
- Loading branch information
Showing
8 changed files
with
228 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -292,7 +292,7 @@ report.html | |
# ruff | ||
.ruff_cache/ | ||
|
||
bundled/libs | ||
bundled/ | ||
|
||
# robotframework | ||
results/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Contribute to RobotCode | ||
|
||
RobotCode is an open-source project driven by the passion and dedication of its community. We welcome contributions in any form—whether you're a developer, tester, writer, or simply a fan of the project, your help makes a difference! | ||
|
||
## How You Can Contribute | ||
|
||
### 1. Code Contributions | ||
- **Feature Development:** Help us implement new features and improve existing ones. | ||
- **Bug Fixes:** Identify and fix bugs to make RobotCode more robust. | ||
- **Code Reviews:** Review pull requests and provide feedback to ensure code quality. | ||
|
||
### 2. Documentation | ||
- **Writing Guides:** Contribute to the documentation by writing or improving guides, tutorials, and examples. | ||
- **Translating:** Help us translate the documentation to make RobotCode accessible to a wider audience. | ||
- **Improving Existing Docs:** Enhance the clarity, accuracy, and completeness of our current documentation. | ||
|
||
### 3. Testing | ||
- **Manual Testing:** Test new features and report issues. | ||
- **Automated Testing:** Write and maintain test scripts to ensure continuous quality. | ||
- **User Feedback:** Provide feedback on your experience using RobotCode. | ||
|
||
### 4. Spread the Word | ||
- **Social Media:** Share RobotCode on social media platforms to increase its visibility. | ||
- **Blog Posts:** Write articles or tutorials about how you use RobotCode. | ||
- **Talks and Meetups:** Present RobotCode at local meetups or conferences. | ||
|
||
### 5. Donations | ||
If you enjoy using RobotCode and would like to support its development, consider making a donation. Your contributions help us cover costs like hosting, development tools, and more. | ||
|
||
- **GitHub Sponsors:** [Sponsor us on GitHub](https://github.com/sponsors/robotcodedev) to support ongoing development. | ||
- **PayPal:** Make a one-time donation via PayPal. | ||
- **Patreon:** Become a monthly supporter on Patreon and gain exclusive benefits. | ||
|
||
## Get Involved | ||
|
||
Join our community and start contributing today! Whether you’re coding, writing, testing, or donating, every bit helps RobotCode grow and improve. | ||
|
||
- **GitHub:** [Check out our repository](https://github.com/robotcodedev/robotcode) and get started with your first contribution. | ||
- **Discord:** Join our [Discord community](https://discord.gg/robotcode) to connect with other contributors and stay updated on the latest news. | ||
|
||
Thank you for your support and for being a part of the RobotCode community! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters