File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Fixes #
1919Relates to #
2020
2121### Checklist
22- - [ ] Build succeeds locall with ` pnpm run build `
22+ - [ ] Build succeeds locally with ` pnpm run build `
2323- [ ] Lint is successful when running ` pnpm run check `
24- - [ ] Docs follow [ OpenZeppelin Documentation Standards] ( .. /STANDARDS.md)
24+ - [ ] Docs follow [ OpenZeppelin Documentation Standards] ( https://github.com/OpenZeppelin/docs/blob/main /STANDARDS.md)
2525
2626### Additional Notes
2727<!-- Any additional context, concerns, or information for reviewers -->
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Please follow this guide if you have something to contribute.
1010
1111If you find a bug or have a suggestion for improvement:
1212
13- 1 . Check if the issue already exists in [ GitHub issues] ( )
13+ 1 . Check if the issue already exists in [ GitHub issues] ( https://github.com/OpenZeppelin/docs/issues )
14142 . If not, create a new issue with a clear description
15153 . Wait for a team member to comment before moving forward with a pull request
1616
@@ -19,8 +19,9 @@ If you find a bug or have a suggestion for improvement:
19191 . Fork the repository
20202 . Create a new branch for your change
21213 . Follow the local development guide in the [ README] ( README.md ) or with the steps [ below] ( #development-setup )
22- 4 . Use [ conventional commits] ( ) when making changes
23- 5 . Submit a pull request
22+ 4 . Use [ conventional commits] ( https://www.conventionalcommits.org/ ) when making changes
23+ 5 . Make sure your changes follow the [ OpenZeppelin Docs Standards] ( STANDARDS.md )
24+ 6 . Submit a pull request
2425
2526### Pull Request Guidelines
2627
You can’t perform that action at this time.
0 commit comments