some tweaks to the CONTRIBUTING section

This commit is contained in:
Brian S. Stephan 2022-01-17 16:49:40 -06:00
parent 56289ab75d
commit e325831f70
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 5 additions and 5 deletions

View File

@ -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 Issues should be posted to my Gitea instance at
<https://git.incorporeal.org/bss/incorporeal-cms/issues>. I'm not too picky about format, but I <https://git.incorporeal.org/bss/incorporeal-cms/issues>. 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. prioritization.
## Providing Code ## Guidelines for Patches, etc.
Some guidelines:
* Code: * Code:
* Keep in mind that I strive for simplicity in the software. It serves files and renders * 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 * Follow something like [Chris Beams'](https://chris.beams.io/posts/git-commit/) post on
formatting a good commit message. 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 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 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 <bss@incorporeal.org>, to discuss Otherwise, contact me via any means you know to reach me at, or <bss@incorporeal.org>, to discuss
your change and to tell me how to pull your changes. 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 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 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. to approve the new license terms. Please note that the software is provided under GPLv2 or later.