aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2021-01-20 12:00:13 +0000
committerAisha Tammy <gentoo@aisha.cc>2021-01-20 15:19:38 +0000
commit79404ceb084f6105e21a6ce7bde9ea67e7750495 (patch)
tree926141ea689b1fd1b8af5f38f4e23df84a65a163 /README.md
parentsci-visualization/fsleyes: fix postinst/postrm phases (diff)
downloadsci-79404ceb084f6105e21a6ce7bde9ea67e7750495.tar.gz
sci-79404ceb084f6105e21a6ce7bde9ea67e7750495.tar.bz2
sci-79404ceb084f6105e21a6ce7bde9ea67e7750495.zip
readme add links to contribute
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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)