mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
* chore: remove solidity packages and conf re #282 * chore: update lockfile * ci: fix syntax typo * docs: rename workflow * chore: fix turbo configuration re #282 * chore: remove legacy packages re #282 * Update turbo.json Co-authored-by: sripwoud <me@sripwoud.xyz> * Update turbo.json Co-authored-by: sripwoud <me@sripwoud.xyz> * Update turbo.json Co-authored-by: sripwoud <me@sripwoud.xyz> * Update turbo.json Co-authored-by: sripwoud <me@sripwoud.xyz> * Update turbo.json Co-authored-by: sripwoud <me@sripwoud.xyz> * ci: use paths instead of changed-files action re #282 * chore: update turbo conf re #282 --------- Co-authored-by: sripwoud <me@sripwoud.xyz>
39 lines
1.7 KiB
Markdown
39 lines
1.7 KiB
Markdown
<!-- Please refer to our CONTRIBUTING documentation for any questions on submitting a pull request. -->
|
|
<!-- Provide a general summary of your changes in the Title above. -->
|
|
|
|
## Description
|
|
|
|
<!-- Describe your changes in detail. -->
|
|
<!-- You may want to answer some of the following questions: -->
|
|
<!-- What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) -->
|
|
<!-- What is the current behavior?** (You can also link to an open issue here) -->
|
|
<!-- What is the new behavior (if this is a feature change)? -->
|
|
<!-- Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) -->
|
|
|
|
## Related Issue(s)
|
|
|
|
<!-- This project accepts pull requests related to open issues. -->
|
|
<!-- If suggesting a new feature or change, please discuss it in an issue first. -->
|
|
<!-- If fixing a bug, there should be an issue describing it with steps to reproduce. -->
|
|
<!-- Please link to the issue(s) here -->
|
|
|
|
<!-- Closes # -->
|
|
<!-- Fixes # -->
|
|
|
|
## Other information
|
|
|
|
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
|
|
<!-- Feel free to remove this section if you will not use it. -->
|
|
|
|
## Checklist
|
|
|
|
<!-- Please check if the PR fulfills these requirements. -->
|
|
|
|
- [ ] My code follows the style guidelines of this project
|
|
- [ ] I have performed a self-review of my code
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] I have run `yarn style` without getting any errors
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] New and existing unit tests pass locally with my changes
|