-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/wagmi-dev/abitype into zod-…
…abi-fallback-inputs
- Loading branch information
Showing
112 changed files
with
10,399 additions
and
5,732 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
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
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
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,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Question | ||
url: https://github.com/wagmi-dev/abitype/discussions/new?category=q-a | ||
url: https://github.com/wevm/abitype/discussions/new?category=q-a | ||
about: Ask questions and discuss with other community members. | ||
- name: Feature Request | ||
url: https://github.com/wagmi-dev/abitype/discussions/new?category=ideas | ||
url: https://github.com/wevm/abitype/discussions/new?category=ideas | ||
about: Requests features or brainstorm ideas for new functionality. |
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
## Description | ||
<!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). What other alternatives have you explored? Are there any parts you think require more attention from reviewers? --> | ||
|
||
What changes are made in this PR? Is it a feature or a bug fix? | ||
<!---------------------------------------------------------------------- | ||
Before creating the pull request, please make sure you do the following: | ||
## Additional Information | ||
- Read the Contributing Guidelines at https://github.com/wevm/abitype/blob/main/.github/CONTRIBUTING.md | ||
- Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us review it. | ||
- Update the corresponding documentation if needed. | ||
- Include relevant tests that fail without this PR, but pass with it. | ||
Before submitting this issue, please make sure you do the following. | ||
|
||
- [ ] Read the [contributing guide](https://github.com/wagmi-dev/abitype/blob/main/.github/CONTRIBUTING.md) | ||
- [ ] Added documentation related to the changes made. | ||
- [ ] Added or updated tests (and snapshots) related to the changes made. | ||
Thank you for contributing to ABIType! | ||
-----------------------------------------------------------------------> |
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Issue Labeled | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
|
||
jobs: | ||
issue-labeled: | ||
if: ${{ github.repository_owner == 'wevm' }} | ||
uses: wevm/actions/.github/workflows/issue-labeled.yml@main | ||
with: | ||
needs-reproduction-body: | | ||
Hello @${{ github.event.issue.user.login }}. | ||
Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a [TypeScript Playground](https://www.typescriptlang.org/play) or a separate minimal GitHub repository. | ||
[Minimal reproductions are required](https://antfu.me/posts/why-reproductions-are-required) as they save us a lot of time reproducing your config/environment and issue, and allow us to help you faster. | ||
Once a minimal reproduction is added, a team member will confirm it works, then re-open the issue. |
Oops, something went wrong.