Thanks for your interest in contributing to Fuel Wallet! This document outlines the process for installing dependencies and setting up Fuel Wallet for development, as well as some conventions to improve your contributions.
If you run into any difficulties getting started, you can always ask questions on our Discord Icon Link.
There are many ways in which you may contribute to the Fuel Wallet project, some of which involve coding knowledge and some which do not. A few examples include:
Reporting bugs
Adding new features or bug fixes for which there is already an open issue
If you are planning something big, for example, related to multiple components or changes current behaviors, make sure to open an issue Icon Link to discuss with us before starting on the implementation.
Pull requests should be linked to at least one issue in the same repo.
If the pull request resolves the relevant issues, and you want GitHub to close these issues automatically after it merged into the default branch, you can use the syntax (KEYWORD #ISSUE-NUMBER) like this:
close #123
If the pull request links an issue but does not close it, you can use the keyword ref like this:
ref #456
Multiple issues should use full syntax for each issue and separate by a comma, like: