Skip to content

Commit cd5f961

Browse files
Merge pull request #80 from OpenZeppelin/chore/update-readme
chore: updated readme
2 parents 586f5b7 + 0bb9fca commit cd5f961

3 files changed

Lines changed: 14 additions & 6 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

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![cover](public/social.png)
44

5-
Welcome to the OpenZeppelin Docs repo! Before opening an issue or creating a PR please consult our [contribution guide](CONTRIBUTING.md)
5+
Welcome to the OpenZeppelin Docs repo! Before opening an issue or creating a PR please consult our [contribution guide](CONTRIBUTING.md) as well as the [OpenZeppelin Documentation Standards](STANDARDS.md)
66

77
## Development
88

@@ -30,6 +30,13 @@ pnpm install
3030
pnpm dev
3131
```
3232

33+
**4. Run `build` and `lint`**
34+
35+
```bash
36+
pnpm run build
37+
pnpm run check
38+
```
39+
3340
## Project Structure
3441

3542
### Content Organization

0 commit comments

Comments
 (0)