Skip to content

Commit

Permalink
Merge pull request #1930 from khanniie/develop-add-testing-docs-to-de…
Browse files Browse the repository at this point in the history
…velopment-guide

Add link to testing guide in the development docs
  • Loading branch information
catarak authored Sep 23, 2021
2 parents fb0c9dd + 24da004 commit a228eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer_docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This folder contains documents intended for developers of the p5.js Web Editor.
* [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started!
* [Installation](installation.md) - A guide for setting up your development environment
* [Development](development.md) - A guide for adding code to the web editor
* [Testing](./testing.md) - A guide for writing and running tests in the codebase
* [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request
* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application
* [Translations Guidelines](translations.md) - Guidelines for translating the application
Expand Down

0 comments on commit a228eb9

Please sign in to comment.