From 3f23185a5cf7e421567d4c7e65c4c8b3fff17cd5 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Thu, 27 Feb 2025 09:10:35 -0500 Subject: [PATCH] Testing again This test is in lazygit within nvim, after running ssh-add --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9cccc62..422b786 100644 --- a/README.rst +++ b/README.rst @@ -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.