Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 505 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 505 Bytes

Contributing

We welcome contributions to the FlowStake project. To contribute, follow these steps:

  1. Fork the repository

  2. Create a new branch

    git checkout -b feature-branch
  3. Commit your changes

    git commit -am 'Add new feature'
  4. 1Push to the branch

    git push origin feature-branch
  5. Create a new Pull Request

Please ensure your code follows security standards and includes tests where applicable