github.com/aretext/aretext@v1.3.0/.github/pull_request_template.md (about)

     1  <!--
     2  Thank you for contributing code to aretext!  Please fill out questions below.
     3  -->
     4  
     5  Description
     6  -----------
     7  
     8  <!--
     9  Please describe the changes in this PR and what problem you are trying to solve.
    10  -->
    11  
    12  
    13  Issue
    14  -----
    15  
    16  <!--
    17  Please link to any relevant GitHub issues.
    18  -->
    19  
    20  
    21  Checklist
    22  ---------
    23  
    24  - [ ] I have read the [Contribution Guidelines](https://github.com/aretext/aretext/blob/main/CONTRIBUTING.md)
    25  - [ ] I have added tests for new features or bug fixes in this PR.
    26  - [ ] I have updated any related documentation (markdown files in the "docs" directory).
    27  - [ ] I have run `make` and checked in any changes to generated code.
    28  - [ ] I have enabled [maintainer edits for this PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)
    29  - [ ] I have formatted all commit messages in the same style as [the other commits in the repository](https://github.com/aretext/aretext/commits/).
    30  - [ ] I have added a "Signed-off-by" trailer in all commit messages (`git commit -s`) to indicate my agreement with the [Developer Certificate of Origin](https://developercertificate.org/).