This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push:
new 75c2bc88b Add accumulo-access and accumulo-classloaders to
Repositories table (#439)
75c2bc88b is described below
commit 75c2bc88bf15c4b9da20fc6d6215c91e6b7f3507
Author: Dom G. <[email protected]>
AuthorDate: Wed Aug 7 19:22:17 2024 -0400
Add accumulo-access and accumulo-classloaders to Repositories table (#439)
---
pages/how-to-contribute.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pages/how-to-contribute.md b/pages/how-to-contribute.md
index 547d2c1d4..84e8373f3 100644
--- a/pages/how-to-contribute.md
+++ b/pages/how-to-contribute.md
@@ -30,6 +30,8 @@ Any questions/ideas don't hesitate to [contact us][contact].
| [Wikisearch][s] | [Contribute][sc] [Issues][si] | Example application
that indexes and queries Wikipedia data |
| [Proxy][p] | [Issues][pi] | Apache Thrift service
that exposes Accumulo to other languages |
| [Maven plugin][m] | [Issues][mi] | Maven plugin that runs
Accumulo |
+| [Classloaders][c] | [Issues][ci] | Apache Accumulo
Classloader Extras |
+| [Access][aa] | [Issues][aai] | Apache Accumulo Access
Control Library |
## Example Contribution workflow
@@ -93,6 +95,10 @@ For more information, see the [contributor
guide](/contributors-guide/).
[pi]: https://github.com/apache/accumulo-proxy/issues
[m]: https://github.com/apache/accumulo-maven-plugin
[mi]: https://github.com/apache/accumulo-maven-plugin/issues
+[c]: https://github.com/apache/accumulo-classloaders
+[ci]: https://github.com/apache/accumulo-classloaders/issues
+[aa]: https://github.com/apache/accumulo-access
+[aai]: https://github.com/apache/accumulo-access/issues
[github-join]: https://github.com/join
[GitHub]: https://github.com/apache/accumulo/pulls
[Jenkins]: https://builds.apache.org/view/A/view/Accumulo