OpenZeppelin / docs.openzeppelin.com

Source for the OpenZeppelin documentation site
https://docs.openzeppelin.com
45 stars 87 forks source link

Maintain naming convention #272

Closed navaru closed 3 years ago

navaru commented 3 years ago

On page learn/writing-automated-tests in the first code example the test file is named // test/Box.js in other examples // test/Box.test.js.

We will save the test as test/Box.js.

frangio commented 3 years ago

Thanks @navaru!

navaru commented 3 years ago

Oh, just noticed I could've edited that myself and open a PR, though an external CMS was used. Next time ☺️

frangio commented 3 years ago

@navaru Yeah, some of the content is on this repository. The project-specific content, like the docs for OpenZeppelin Contracts, are in each project repo.