From e325831f702523df7317266e07e553f4618ee032 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 17 Jan 2022 16:49:40 -0600 Subject: [PATCH] some tweaks to the CONTRIBUTING section --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a776a10..44593d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,12 +7,10 @@ commonly be called a "CMS". I appreciate any help in making incorporeal-cms bett Issues should be posted to my Gitea instance at . I'm not too picky about format, but I -recommend starting the title with "Improvement:" or "Bug:" so I can do a high level of +recommend starting the title with "Improvement:", "Bug:", or similar, so I can do a high level of prioritization. -## Providing Code - -Some guidelines: +## Guidelines for Patches, etc. * Code: * Keep in mind that I strive for simplicity in the software. It serves files and renders @@ -32,7 +30,7 @@ Some guidelines: * Follow something like [Chris Beams'](https://chris.beams.io/posts/git-commit/) post on formatting a good commit message. -### Contributing +## Contributions I don't expect contributors to sign up for my personal Gitea in order to send contributions, but it of course makes it easier. If you wish to go this route, please sign up at @@ -42,6 +40,8 @@ contributing often are also welcome to request access to the project directly. Otherwise, contact me via any means you know to reach me at, or , to discuss your change and to tell me how to pull your changes. +### Copyright of Contributions + Accepted changes remain the copyright of the original author, but please include appropriate contact methods in the event I choose to provide the project under a new license and need to contact you to approve the new license terms. Please note that the software is provided under GPLv2 or later.