Skip to content

Commit c9ee0f9

Browse files
authored
Merge pull request #763 from 10up/feature/add-testing-section-to-contributing-file
Add "Testing" section to the "CONTRIBUTING.md" file
2 parents 6ccb976 + fa2afe4 commit c9ee0f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Pull requests represent a proposed solution to a specified problem. They should
2222

2323
For more on how 10up writes and manages code, check out our [10up Engineering Best Practices](https://10up.github.io/Engineering-Best-Practices/).
2424

25+
### Testing
26+
27+
Helping to test an open source project and provide feedback on success or failure of those tests is also a helpful contribution. You can find details on the Critical Flows and Test Cases in [this project's GitHub Wiki](https://github.com/10up/classifai/wiki) as well as details on our overall approach to [Critical Flows and Test Cases in our Open Source Best Practices](https://10up.github.io/Open-Source-Best-Practices/testing/#critial-flows). Submitting the results of testing via our Critical Flows as a comment on a Pull Request of a specific feature or as an Issue when testing the entire project is the best approach for providing testing results.
28+
2529
## Workflow
2630

2731
The `develop` branch is the development branch which means it contains the next version to be released. `stable` contains the current latest release and `trunk` contains the corresponding stable development version. Always work on the `develop` branch and open up PRs against `develop`.

0 commit comments

Comments
 (0)