github.com/sudo-bmitch/version-bump@v0.0.0-20240503123857-70b0e3f646dd/CONTRIBUTING.md (about)

     1  # Contributing
     2  
     3  ## Reporting security issues
     4  
     5  Please send security issues to <git@bmitch.net>.
     6  
     7  ## Reporting other issues
     8  
     9  Please search for similar issues and if none are seen, report an issue at [github.com/sudo-bmitch/version-bump/issues](https://github.com/sudo-bmitch/version-bump/issues)
    10  
    11  ## Pull requests
    12  
    13  PR's are welcome.
    14  For anything beyond a minor fix, opening an issue is suggested to discuss possible solutions.
    15  
    16  All changes must be signed (`git commit -s`) to indicate you agree to the [Developer Certificate or Origin](https://developercertificate.org/):
    17  
    18  ```text
    19  Developer Certificate of Origin
    20  Version 1.1
    21  
    22  Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
    23  
    24  Everyone is permitted to copy and distribute verbatim copies of this
    25  license document, but changing it is not allowed.
    26  
    27  
    28  Developer's Certificate of Origin 1.1
    29  
    30  By making a contribution to this project, I certify that:
    31  
    32  (a) The contribution was created in whole or in part by me and I
    33      have the right to submit it under the open source license
    34      indicated in the file; or
    35  
    36  (b) The contribution is based upon previous work that, to the best
    37      of my knowledge, is covered under an appropriate open source
    38      license and I have the right under that license to submit that
    39      work with modifications, whether created in whole or in part
    40      by me, under the same open source license (unless I am
    41      permitted to submit under a different license), as indicated
    42      in the file; or
    43  
    44  (c) The contribution was provided directly to me by some other
    45      person who certified (a), (b) or (c) and I have not modified
    46      it.
    47  
    48  (d) I understand and agree that this project and the contribution
    49      are public and that a record of the contribution (including all
    50      personal information I submit with it, including my sign-off) is
    51      maintained indefinitely and may be redistributed consistent with
    52      this project or the open source license(s) involved.
    53  ```
    54  
    55  The sign-off will include the following message in your commit:
    56  
    57  ```text
    58  Signed-off-by: Your Name <your-email@example.org>
    59  ```
    60  
    61  This needs to be your real name, no aliases please.