Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.22 KB

Contributing to Poteto

I appreciate your consideration to contribute to this project! This document is a guide to help make your contribution easier and more effective. Thank you :)

Getting Started

Prerequisites

  • Docker or go1.21.8

Build

  • You can use devcontainer
  • Test
./run_test.sh

How to Contribute

Reporting Issues

If you find a bug or have a feature request, please open an issue on GitHub.

  1. Check the Issue Tracker for existing issues.
  2. When requesting a new issue or feature, please use the templates and provide as much detail as possible.

Development

  1. Check the Issue Tracker, make sure if there is anything relevant to the problem you are trying to solve. Or create New Issue.
  2. Fork repo
  3. Create a new branch.
git checkout -b your-account/feature
  1. Make changes to the code and run tests to make sure everything is working properly.
  2. Write a clear commit message.
  3. Pull request

Thank you :)