-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Update contributing guide #3202
docs: Update contributing guide #3202
Conversation
…nd fuel-core functionality
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@richardgreg is attempting to deploy a commit to the Fuel Labs Team on Vercel. A member of the Team first needs to authorize it. |
CodSpeed Performance ReportMerging #3202 will improve performances by ×3.4Comparing Summary
Benchmarks breakdown
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@richardgreg Absolutely great work as usual, couple comments, also we need to change the base branch from master
to next
. Thanks for the contribution, much appreciated.
Also when using the standard binaries again (via versions), I've experienced issues in the past where it uses the previously downloaded binaries. Maybe we could add something on this, saying that they can delete the downloaded repositories to resolve this.
Forc: internal/forc/sway-repo
Fuel-core: internal/fuel-core/fuel-core-repo
CONTRIBUTING.md
Outdated
```bash | ||
git:some/branch-name | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The blank space is there because I followed a Markdown linting rule 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well now I've learn't something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so you know, this is an example of what the contributing file will look like if I completely applied the linting rule. It follows a format where only the top-level header uses a single hash sign. Then, the subsequent subheadings use two hash signs. If a subheading has a child subheading, it uses three. You get the gist.
I can include the change if you like the style. But if you prefer the current style, I can leave it as it is.
• Added note on what files are created after intalling `forc` and `fuel-core` • Added a note that resolves the issue that arises when using standard binaries but it uses the previously downloaded binaries.
5b53fab
to
22264d2
Compare
Converting this to a draft until all resolved @richardgreg |
pnpm build | ||
``` | ||
|
||
The following directory will be updated or created: `internal/forc/sway-repo` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petertonysmith94 I added the note about the files created here. Would you prefer it to be a separate section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think adding it as a [!NOTE] would be enough. Maybe worth just adding something on what these directories contain :)
|
||
The following directory will be updated or created: `internal/fuel-core/fuel-core-repo` | ||
|
||
# Switching Back to Standard Binaries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the whole section on fixing the problem of the program using a previously downloaded binary
Hi @petertonysmith94, sorry about the delay, had to take care of a personal errand. I've added the note but noticed the |
Summary
Updated contributing guide on how to work with unreleased
forc
andfuel-core
functionality.Another goal is to document how to turn e2es for devnet on and off
Checklist