github.com/xml-comp/xml-comp@v0.0.42-0.20180719122048-292fe466b944/Contributing.md (about)

     1  # Contributing manual
     2  
     3  ### What this repository is
     4  This package is a command line tool that provides the capability of comparing two directories adding to files the differences between them, creating the possible files or folders that are missing and adding the missing tags on each file. For more information, read the README.md file.
     5  
     6  ### Simple steps for contributing
     7  Find an issue, if it is not yet opened, please do it before start contributing. For more information about the flow check the [github setting guidelines](https://help.github.com/articles/setting-guidelines-for-repository-contributors/).
     8  
     9  #### Coding Style
    10  Attention for following the coding style, follow the code that is already done. Try to explain the most in your PR.
    11  
    12  #### Formating and Testing
    13  Please also display formating and testing in your commits. 
    14