Skip to content

How to contribute

Remi Martin edited this page May 31, 2023 · 4 revisions

Piwigo is built by an active community of users and developers, working together in order to create a great photo manager. There are numerous ways to contribute, depending on your skills and the time you would like to spend on the project.

Issues

Here on Github, if you have any feature to request, or bug to report, feel free to create an issue on this repository. Before adding an issue, see if there is any other that fit your request.

Fork

If you know how to code (with Flutter), you can also fork this repository. A fork is a new repository that shares code and visibility settings with the original “upstream” repository. Forks are often used to iterate on ideas or changes before they are proposed back to the upstream repository, such as in open source projects or when a user does not have write access to the upstream repository.

  • From this repository, in the top-right corner of the page, click Fork.
  • Select the owner of the forked repository.
  • Then, click Create Fork.

Now you have your repository, you need to clone it :

git clone [email protected]:YOUR_OWNER/piwigo-flutter-app.git

Once you finished developing, you can send a request to pull your fork into this repository by submitting a pull request.

For more information, see Github fork guide.