commit: 79404ceb084f6105e21a6ce7bde9ea67e7750495 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Wed Jan 20 12:00:13 2021 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Wed Jan 20 15:19:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=79404ceb
readme add links to contribute Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c414946c..e1353773f 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,20 @@ The downside of this approach is potentially higher instability, the advantage i ## Contributing <a name="contributing"></a> -*If you fork, we will merge!* +*If you fork, we will merge!* We welcome new contributors and are happy to include new packages. +### Areas to contribute + +- [Current open issues](https://github.com/gentoo/sci/issues) +- [Current open bugs](https://bugs.gentoo.org/buglist.cgi?no_redirect=1&quicksearch=[science+overlay]) +- EAPI 6 (or 5) ebuilds which need updating +``` +find . -type f -name "*.ebuild" ! \( -wholename "*.git*" -o -wholename "*profile*" -o -wholename "*metadata*" \) | while read ff; do grep -lRE "EAPI.*6" /dev/null $ff; done +``` + +### Resources + For a brief introduction please see our [contributing guide](CONTRIBUTING.md). Further helpful resources are: - Gentoo Developers Manual - https://devmanual.gentoo.org/ (taking precedence over any other information found here)
