Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

PULL_REQUEST_TEMPLATE.md 833 B

1234567891011121314
  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. - [ ] Your submissions are formatted according to the guidelines in the [contributing guide](CONTRIBUTING.md)
  4. - [ ] Your additions are ordered alphabetically
  5. - [ ] Your submission has a useful description
  6. - [ ] The description does not end with punctuation
  7. - [ ] Each table column should be padded with one space on either side
  8. - [ ] You have searched the repository for any relevant issues or pull requests
  9. - [ ] Any category you are creating has the minimum requirement of 3 items
  10. - [ ] All changes have been [squashed][squash-link] into a single commit
  11. [squash-link]: <https://github.com/todotxt/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit>