Skip to content

Commit 0bb9fca

Browse files
committed
chore: updated pr template and contributing doc
1 parent c2acb7a commit 0bb9fca

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Fixes #
1919
Relates 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 -->

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please follow this guide if you have something to contribute.
1010

1111
If 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)
1414
2. If not, create a new issue with a clear description
1515
3. 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:
1919
1. Fork the repository
2020
2. Create a new branch for your change
2121
3. 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

0 commit comments

Comments
 (0)