選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

PULL_REQUEST_TEMPLATE.md 889 B

12345678910111213
  1. <!-- Thank you for taking the time to work on a Pull Request for this project! -->
  2. <!-- To ensure your PR is dealt with swiftly please check the following: -->
  3. - [ ] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md)
  4. - [ ] My addition is ordered alphabetically
  5. - [ ] My submission has a useful description
  6. - [ ] The description does not have more than 100 characters
  7. - [ ] The description does not end with punctuation
  8. - [ ] Each table column is padded with one space on either side
  9. - [ ] I have searched the repository for any relevant issues or pull requests
  10. - [ ] Any category I am creating has the minimum requirement of 3 items
  11. - [ ] All changes have been [squashed][squash-link] into a single commit
  12. [squash-link]: <https://github.com/todotxt/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit>