Skip to content

Commit

Permalink
chore: changed decimals from 10 to 2 in the NFT example, minor edit t…
Browse files Browse the repository at this point in the history
…o contributing guide
  • Loading branch information
Chris Kim (Hyunggun) committed Oct 15, 2024
1 parent d72a351 commit bee2780
Show file tree
Hide file tree
Showing 6 changed files with 4,765 additions and 4,229 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Changes must be done via a Pull Request (PR).
Ensure the following acceptance criteria are met before submitting a PR:

- Ensure there are no typos in the content
- Ensure `algokit project run audit` passes
- Ensure `algokit project run lint` passes
- Ensure `algokit project run build` passes
- Ensure `algokit project run audit` passes
- Ensure `algokit project run audit-teal` passes
- Ensure `algokit project run test` passes. Make sure to have the localnet running with `algokit localnet start`

Expand Down
Loading

0 comments on commit bee2780

Please sign in to comment.