0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

updated readme contribution

Details are now in a separate file that is also linked when creating PRs
This commit is contained in:
TrianguloY 2022-08-23 12:08:46 +02:00 committed by GitHub
parent 75ace17937
commit b3f2191222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,12 +74,10 @@ facilitating link sharing, protecting against certain phishing techniques and ma
## Contribution
**All help is greatly welcomed!**
Feel free to **suggest changes**, create [**issues**](https://github.com/TrianguloY/UrlChecker/issues/new) or even [**pull request**](https://help.github.com/articles/about-pull-requests/). _(from a simple typo fix to a full new module or even more!)_
Feel free to **suggest changes**, create [**issues**](https://github.com/TrianguloY/UrlChecker/issues/new) or even [**pull request**](https://help.github.com/articles/about-pull-requests/). _(from a simple typo fix to a full new module or even more!)_
Translations are also greatly appreciated.
I don't have a coding style, but try to keep it similar to mine, with just a couple notes:
- Please **write comments**. No need to write full paragraphs for each line, but at least **a minor comment for functions** or non-obvious blocks of code really help.
- Try to make **small commits**, when possible. I'll need to review your changes manually, so help me understand them.
See [CONTRIBUTING.md](CONTRIBUTING.md) for code details and tips.
<!-- ---------- License ---------- -->