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 a5ef2d20848633be3b9d0577010e0afd42968b20
parent 4fa1abff66536b4e310cd2a6036a28d99920e558
Author: Brian Mayer <bleemayer@gmail.com>
Date:   Tue,  1 Feb 2022 16:06:12 -0300

Update CONTRIBUTING.md
Diffstat:
MCONTRIBUTING.md | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -18,8 +18,11 @@ 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. +After finding an issue to work on, fork the repo, make the desired changes. +Then use shellcheck to lint the code, please fix any warnings before submiting +your changes. + +Now you can submit the PR. I'll review it and if I'm happy with it, the PR will +be approved and merged. And that's it, you made a contribution.