Thanks for opening the CONTRIBUTING file. Nenuphar is open source and will continue to be. If you want to make a suggestion, open an issue of propose a change, please read the following lines.
Before posting anything on this repository, please read the CODE_OF_CONDUCT.md
For any suggestion, issue or question, please fill an issue
https://github.com/PiotrFLEURY/nenuphar_cli/issues/new/choose
Please provide the more context as possible in order to plainly understand your purpose and being able to address it.
NOTICE
Any change must respect the conventional commits convention
To propose any change please use the following process :
Fork
this repository- Create a
new branch
Make
your changesCreate new tests
andupdate existing
ones if required- Update the
documentation
Commit
the changes on your branch- Propose a
pull request
to themain
branch and fill the description - Ensure
CI checks
are successful - update your changes following the CI indication if needed - Wait for a
code review
- When you got a
LGTM
your changes are ready to be merged 🎉