github.com/hyperledger/aries-framework-go@v0.3.2/CONTRIBUTING.md (about)

     1  ## Contributing
     2  
     3  We welcome contributions to this repository!
     4  
     5  Please commit your changes with proper sign-off. This means that your commit
     6  log message must contain a line that looks like the following one,
     7  with your actual name and email address:
     8  
     9          Signed-off-by: John Doe <john.doe@example.com>
    10  
    11  Adding the `-s` flag to your `git commit` command will add that line
    12  automatically. You can also add it manually as part of your commit
    13  log message or add it afterwards with `git commit --amend -s`.
    14  
    15  ## Code of Conduct Guidelines <a name="conduct"></a>
    16  
    17  See our [Code of Conduct Guidelines](./CODE_OF_CONDUCT.md).
    18  
    19  ## Maintainers <a name="maintainers"></a>
    20  
    21  Should you have any questions or concerns, please reach out to one of the [Maintainers](./MAINTAINERS.md).
    22  
    23  <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.