Skip to content

Add description of issue's life cycle in CONTRIBUTING.md

Julien Osman requested to merge update_contributing into develop

Summary

Improve the CONTRIBUTING.md by adding a description of an issue's life cycle. In particular, presentation of the treatment of bug, feature and usage issues.

Implementation Details

Documentation

Update the file CONTRIBUTING.md

Additional notes

As this MR is related to the contribution process, it requires the approval of at least two members of the PSC. @aloboa @radouxju @remicress @gpasero @jmichel

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from PSC, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit

Merge request reports