Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 1.4 KB

Contributing to the Repository

Before submitting a pull request, kindly refer to the following documents and comply with the guidelines stated therein:

  • Coding Standard - Discusses the coding conventions and practices of the team, as well as the allowed language features
  • Repository Guidelines - Contains an overview of the repository, including rules and actions related to code security
  • Integration Procedure - Covers the usage of multiple branches and the procedure for the submission of pull requests

The minimum criteria for a pull request to be accepted and merged are as follows:

  • The code changes should be inspected by a developer.
  • It should not result in merge conflicts (per the test run by Github).
  • It should not involve the disclosure of sensitive information (per the test run by GitGuardian).
  • It should pass all the automated unit tests set in place by the developers.

In the event of a pull request failing the third criterion, the steps to be taken are outlined in Part 4 of the Repository Guidelines.