PULL_REQUEST_TEMPLATE.md (874B)
1 <!-- Thank you for considering a contribution to `libjxl`! --> 2 3 ### Description 4 5 <!-- Please provide a brief description of the changes in this PR and any additional context (e.g., why these changes were made, related issues, etc.). --> 6 7 ### Pull Request Checklist 8 9 - [ ] **CLA Signed**: Have you signed the [Contributor License Agreement](https://code.google.com/legal/individual-cla-v1.0.html) (individual or corporate, as appropriate)? Only contributions from signed contributors can be accepted. 10 - [ ] **Authors**: Have you considered adding your name to the [AUTHORS](AUTHORS) file? 11 - [ ] **Code Style**: Have you ensured your code adheres to the project's coding style guidelines? You can use `./ci.sh lint` for automatic code formatting. 12 13 14 Please review the full [contributing guidelines](https://github.com/libjxl/libjxl/blob/main/CONTRIBUTING.md) for more details.