Skip to content

Commit a228eb9

Browse files
authored
Merge pull request #1930 from khanniie/develop-add-testing-docs-to-development-guide
Add link to testing guide in the development docs
2 parents fb0c9dd + 24da004 commit a228eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This folder contains documents intended for developers of the p5.js Web Editor.
44
* [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started!
55
* [Installation](installation.md) - A guide for setting up your development environment
66
* [Development](development.md) - A guide for adding code to the web editor
7+
* [Testing](./testing.md) - A guide for writing and running tests in the codebase
78
* [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request
89
* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application
910
* [Translations Guidelines](translations.md) - Guidelines for translating the application

0 commit comments

Comments
 (0)