Public Repo - https://github.com/distroinfinity/superflow
Thank you for your interest in contributing to our project! Contributions from the community are crucial to improving and expanding this project. This guide will help you get started.
We ask contributors to request to get an issue assigned to prevent several people from working on the same issue at the same time and getting frustrated.
Fork the Repository
Create a fork of the repository on your GitHub account.
Add the original repository as an upstream remote to keep your fork updated:
bash
CopyEdit
git remote add upstream <https://github.com/><original-owner>/superflow.git
Clone Your Fork
Clone your fork to your local machine:
bash
CopyEdit
git clone <https://github.com/><your-username>/superflow.git
Create a Topic Branch
Create a new branch for your changes and give it an appropriate name.
Tip: Prefix the branch name with the issue number for clarity (e.g., 2374-fix-liquidity-script):
bash
CopyEdit
git checkout -b <branch-name>
Make Your Changes
Write Meaningful Commit Messages
Test Your Changes Locally
Update Documentation
Push Your Changes
Push your branch to your forked repository:
bash
CopyEdit
git push origin <branch-name>
Create a Pull Request (PR)
[#2374] Fix liquidity script bug).Label Your PR
Link to Relevant Issues