-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
**Issue(s): Close #issue-number | ||
**Issue**: Close #issue-number | ||
|
||
### Description | ||
|
||
Please provide a brief description of the changes made in this pull request and how they address the related issue. | ||
<!-- Please provide a brief description of the changes made in this pull request and how they address the related issue. --> | ||
|
||
### Checklist | ||
<!-- Before submitting this PR, please make sure that you read our [Contributing Guidelines](https://github.com/NethermindEth/StarknetByExample/blob/main/CONTRIBUTING.md). Here are some things to check: | ||
- [ ] **CI Verifier:** Run `./scripts/cairo_programs_verifier.sh` successfully | ||
- [ ] **Contract Tests:** Added tests to cover the changes | ||
<!-- - [ ] **Deployed Contract (Optional):** If possible, include a Voyager link to a deployed contract on Goerli --> --> | ||
- **CI Verifier:** Run `./scripts/cairo_programs_verifier.sh` successfully | ||
- **Cairo programs**: All snippets should be added under `/listings` directory as a scarb project | ||
- **Markdown files**: All markdown files should be added under `/pages` directory | ||
- **New examples**: If you are adding a new example | ||
- make sure to add the link in the `routes.ts` file | ||
- check that the `Scarb.toml` file has the correct package name, version and only use workspace dependencies | ||
- **Contract Tests:** Added tests to cover the changes --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters