We welcome contributions to the FlowStake project. To contribute, follow these steps:
-
Fork the repository
-
Create a new branch
git checkout -b feature-branch
-
Commit your changes
git commit -am 'Add new feature'
-
1Push to the branch
git push origin feature-branch
-
Create a new Pull Request
Please ensure your code follows security standards and includes tests where applicable