pkg.re/essentialkaos/ek.10@v12.41.0+incompatible/.github/CONTRIBUTING.md (about)

     1  # Contributing Guidelines
     2  
     3  **IMPORTANT! Contribute your code only if you have an excellent understanding of project idea and all existing code base. Otherwise, a nicely formatted issue will be more helpful to us.**
     4  
     5  ### Issues
     6  
     7  1. Provide product version where the problem was found;
     8  2. Provide info about your environment;
     9  3. Provide detailed info about your problem;
    10  4. Provide steps to reproduce the problem;
    11  5. Provide actual and expected results.
    12  
    13  ### Code
    14  
    15  1. Check your code **before** creating pull request;
    16  2. If tests are present in a project, add tests for your code;
    17  3. Add inline documentation for your code;
    18  4. Apply code style used throughout the project;
    19  5. Create your pull request to `develop` branch (_pull requests to other branches are not allowed_).