Skip to content

Latest commit

History

History
44 lines (30 loc) 路 1.79 KB

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) 路 1.79 KB

How to contribute to harpy

First off, thanks for taking the time to contribute! 馃挋


Do you have any question about harpy and development for harpy?


Do you have a feature / change request?

  • Do not open up a GitHub issue.
  • Make sure the request hadn't been made before by seaching in the issues and discussions.
  • If you can't find an existing issue or a discussion with your request, open up a new discussion.
    • A maintainer will then create a new issue if your idea is accepted.

Did you find a bug?

  • Open up a new issue using the "Bug report" template.
  • Please include the requested information in the issue.

Do you want to add localization / translations?

  • harpy is not yet ready to include community translations. Please come back at a later date!

Do you want to develop for harpy (implement a feature, fix a bug, etc.)

  • Be familiar with flutter
  • Setup the project for development
  • Check out the issues to find one that you might be interested in.
  • If you need help during the development, feel free to ask for advice at any point.
  • Once you are happy with your patch just open up a PR and we can go from there!

Thanks! 馃挋

Roberto