Skip to content

Commit c37a355

Browse files
authored
Merge branch 'foundry-rs:master' into 5-bug-release-workflow-failed
2 parents b68c7fc + 09b0a0c commit c37a355

File tree

375 files changed

+19845
-12002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+19845
-12002
lines changed

.config/nextest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[profile.default]
2-
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
2+
retries = { backoff = "exponential", count = 2, delay = "3s", jitter = true }
33
slow-timeout = { period = "1m", terminate-after = 3 }
44

55
[[profile.default.overrides]]

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
crates/cheatcodes/assets/*.json linguist-generated
22
testdata/cheats/Vm.sol linguist-generated
3+
4+
# See <https://git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header>
5+
*.rs diff=rust

.github/ISSUE_TEMPLATE/BUG-FORM.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ body:
3232
attributes:
3333
label: What version of Foundry are you on?
3434
placeholder: "Run forge --version and paste the output here"
35+
- type: input
36+
attributes:
37+
label: What version of Foundryup are you on?
38+
placeholder: "Run foundryup --version and paste the output here"
3539
- type: input
3640
attributes:
3741
label: What command(s) is the bug in?
@@ -51,4 +55,4 @@ body:
5155
label: Describe the bug
5256
description: Please include relevant Solidity snippets as well if relevant.
5357
validations:
54-
required: true
58+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ Thank you for your Pull Request. Please provide a description above and review
33
the requirements below.
44
55
Bug fixes and new features should include tests.
6+
7+
Contributors guide: https://github.com/foundry-rs/foundry/blob/master/CONTRIBUTING.md
8+
9+
The contributors guide includes instructions for running rustfmt and building the
10+
documentation.
611
-->
712

13+
<!-- ** Please select "Allow edits from maintainers" in the PR Options ** -->
14+
815
## Motivation
916

1017
<!--
@@ -19,3 +26,9 @@ thought of as being the motivation for your change.
1926
Summarize the solution and provide any necessary context needed to understand
2027
the code change.
2128
-->
29+
30+
## PR Checklist
31+
32+
- [ ] Added Tests
33+
- [ ] Added Documentation
34+
- [ ] Breaking changes

.github/assets/banner.png

546 KB
Loading
72.2 KB
Loading
71.6 KB
Loading
70.7 KB
Loading
70.4 KB
Loading

.github/assets/demo.gif

1.63 MB
Loading

0 commit comments

Comments
 (0)