Testing again
Some checks are pending
Lain / linting (push) Waiting to run
Lain / rockspec (push) Waiting to run

This test is in lazygit within nvim, after running ssh-add
This commit is contained in:
Adam Cooper 2025-02-27 09:10:35 -05:00
parent 6720f0fbff
commit 3f23185a5c

View file

@ -28,7 +28,7 @@ If you want to create a pull request, make sure that:
- Your code fits with the general style of the module. In particular, you should use the same indentation pattern that the code uses, and also avoid adding space at the ends of lines.
- Your code its easy to understand, maintainable, and modularized. You should also avoid code duplication wherever possible by adding functions to or using lina.helpers_. If something is unclear, or you can not write it in such a way that it will be clear, explain it with a comment.
- Your code its easy to understand, maintainable, and modularized. You should also avoid code duplication wherever possible by adding functions to or using lain.helpers_. If something is unclear, or you can not write it in such a way that it will be clear, explain it with a comment.
- You test your changes before submitting to make sure that your code works and does not break other parts of the module.