Contribution Guidelines
Creating a Pull Request
A standard flow to set up a fork
cd reefswap-docs
git remote add upstream https://github.com/sponsian/reefswap-docs.git
git fetch upstream
git pull --rebase upstream main
git checkout -b "my-contribution"Contribution Requests
Last updated