You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 line
1.3 KiB

  1. ## ❤ Thank you for contributing to GitLens! ❤
  2. ### 🚨 IMPORTANT 🚨
  3. - Please create an issue _before_ creating a Pull Request
  4. - Please use the following Git commit message style
  5. - Use future tense ("Adds feature" not "Added feature")
  6. - Use a "Fixes #xxx -" or "Closes #xxx -" prefix to auto-close the issue that your PR addresses
  7. - Limit the first line to 72 characters or less
  8. - Reference issues and pull requests liberally after the first line
  9. ## ↑👆 DELETE above _before_ submitting 👆↑
  10. ---
  11. # Description
  12. <!--
  13. Please include a summary of the changes and which issue will be addressed. Please also include relevant motivation and context.
  14. -->
  15. # Checklist
  16. <!-- Please check off the following -->
  17. - [ ] I have followed the guidelines in the Contributing document
  18. - [ ] My changes follow the coding style of this project
  19. - [ ] My changes build without any errors or warnings
  20. - [ ] My changes have been formatted and linted
  21. - [ ] My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  22. - [ ] My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  23. - [ ] My changes have a descriptive commit message with a short title, including a `Fixes $XXX -` or `Closes #XXX -` prefix to auto-close the issue that your PR addresses