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.

34 rivejä
1.5 KiB

  1. ## Thank you for taking the time to contribute to GitLens! ♥
  2. ### 🚨 IMPORTANT 🚨
  3. - Please create an issue _before_ creating a Pull Request
  4. - Please ensure to use the `develop` branch as the base for all PRs
  5. - Please use the following Git commit message style
  6. - Use the future tense ("Adds feature" not "Added feature")
  7. - Use a "Fixes #xxx -" or "Closes #xxx -" prefix to auto-close the issue that your PR addresses
  8. - Limit the first line to 72 characters or less
  9. - Reference issues and pull requests liberally after the first line
  10. <!-- You can erase any parts of this template not applicable to your Pull Request. -->
  11. <!-- Delete everything above here before submitting -->
  12. # Description
  13. <!--
  14. Please include a summary of the changes and which issue will be addressed. Please also include relevant motivation and context.
  15. -->
  16. # Checklist
  17. <!-- Please check off the following -->
  18. - [ ] I have followed the guidelines in the Contributing document
  19. - [ ] My changes are based off of the `develop` branch
  20. - [ ] My changes follow the coding style of this project
  21. - [ ] My changes build without any errors or warnings
  22. - [ ] My changes have been formatted and linted
  23. - [ ] My changes include any required corresponding changes to the documentation
  24. - [ ] My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  25. - [ ] 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