diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ce2bb1d8..676086df 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,12 +4,10 @@ #### Manually checked properties - * [ ] No stringification macros * [ ] Output-parameter pointers in functions are on the left * [ ] Negative return values on failure of API functions (within restrictions of FO transform). -* [ ] `const` arguments are labeled as `const` * [ ] variable declarations at the beginning (except in `for (size_t i=...`) * Optional: * [ ] All integer types are of fixed size, using `stdint.h` types (including `uint8_t` instead of `unsigned char`)