astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit a53923305cb3053fd6881c2f593845ba78deb628
parent 7044fa74a70756b1950b20940893226c51a834f0
Author: Brian Mayer <bleemayer@gmail.com>
Date:   Tue, 14 Dec 2021 18:39:24 -0300

Create CONTRIBUTING.md
Diffstat:
ACONTRIBUTING.md | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -0,0 +1,25 @@ +# How to contribute + +First of all, thanks for dedicating your time on this project, your +contributions are very welcome. + + +## First steps + +Feel free to navigate on the code, run code analisys tools etc, to spot +bugs or vulnerabilities. + + +## Issues + +You can check the issues to find something already mapped out, if you +find a new issue you can add it, suggestions are welcome too! + + +## Submitting changes + +After finding an issue to work on, fork the repo, commit and then +submit the PR. I'll review it and if I'm happy with it, the PR will +be approved. + +And that's it, you made a contribution.