Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 790 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 790 Bytes

Contributing

Please, have a look to our DCO documentation.

Pull Request Process

  1. Fork the project and modify the fork with your fix/new feature.

  2. Create a Pull Request against ilcli project from your forked copy.

  3. Fill all the fields of the Pull Request template. Provide detailed information about your change so reviewers can have an accurate vision of the context.

  4. Your Pull Request will be tested on the CI.

  5. Increase the version number at ilcli.__init__ file. The versioning scheme we use is SemVer.

  6. Wait for your PR to be reviewed.

  7. You will receive feeback from somebody in the team about your change. Once approved, your Pull Request will be merged by one member of the reviewer team.