]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Instructions on documenting code style modifications (#2109)
authorFelix Hildén <felix.hilden@gmail.com>
Sun, 18 Apr 2021 21:18:39 +0000 (00:18 +0300)
committerGitHub <noreply@github.com>
Sun, 18 Apr 2021 21:18:39 +0000 (14:18 -0700)
CONTRIBUTING.md

index bd6ebfca1140c091fa8624c37c8b14894ee14d85..f2a4ee20c996c532aee9685c49aca80c0eb9cea0 100644 (file)
@@ -74,6 +74,12 @@ To workout X, please use
 is not perfect but saves a lot of release overhead as now the releaser does not need to
 go back and workout what to add to the `CHANGES.md` for each release.
 
+### Style Changes
+
+If a change would affect the advertised code style, please modify the documentation (The
+_Black_ code style) to reflect that change. Patches that fix unintended bugs in
+formatting don't need to be mentioned separately though.
+
 ### Docs Testing
 
 If you make changes to docs, you can test they still build locally too.