Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 3.82 KB

CONTRIBUTING.md

File metadata and controls

69 lines (45 loc) · 3.82 KB

Contributing to G'MIC

First off, thank you for considering contributing to G'MIC! Your help is highly appreciated. Here are some guidelines to help you get started.

Table of Contents

How Can I Contribute?

Reporting Bugs

If you find a bug in the G'MIC project, please file a bug report using Github Issues. Before submitting a report, please check if the issue has already been reported. Here are the different links you can use, depending on the type of bug to be reported. Using the right link will optimize the chance of resolution, but if you don't know which one to use, just use the first one:

If you don't have a github account, you may also consider reporting a bug on the G'MIC official discussion forum.

Bug Report Guidelines

  • Title: Please provide a clear and descriptive title.
  • Description: Explain the problem and preferably include steps to reproduce the bug. If we can reproduce the bug on our side, we'll probably already have done most of the work to resolve it.
  • Environment: Include details about your environment (e.g., OS, G'MIC version).
  • Screenshots: If applicable, add screenshots or videos to help explain your problem.
  • Logs/Output: Include any relevant logs or output (e.g. by running G'MIC in the 'Debug' mode).

Suggesting Enhancements

Enhancement suggestions are managed preferably through the G'MIC official discussion forum.

Please provide a detailed explanation of the enhancement and its potential benefits.

Contributing Code

Contributing new code to G'MIC is preferably done by submitting new scripts, written in the G'MIC language. For this, please fill a Pull Request in the gmic-community repository.

In case you want to contribute to other aspects of the G'MIC framework (interpreter, native image processing functions, ...), please submit a PR for the corresponding repository:

Please note that we will not consider including native (C++) contributions in the CImg library if it can be written as a G'MIC script instead.

We're more interested in optimizing the interpreter than in new language features, unless they're essential for executing new G'MIC scripts of major importance (which wouldn't be able to do the same thing without these new features).

Please always open Pull Requests for the develop branch of these repositories, when it exists.

Getting General Help

If you need general help, feel free to ask questions on the G'MIC discussion forums. This is where you're most likely to get a precise, detailed answer.

Thank you for your interest in contributing to G'MIC! Your efforts help make the project better for everyone.