thisisnic commented on a change in pull request #11942: URL: https://github.com/apache/arrow/pull/11942#discussion_r781190097
########## File path: docs/source/developers/guide/resources.rst ########## @@ -27,3 +27,51 @@ ************************************ Additional information and resources ************************************ + +On this page we are listing resources that may be relevant or useful for +contributors who want to learn more about different parts of Apache Arrow. + +.. Annotation Glossary +.. ------------------- +.. ARROW-15130 + +Additional information +---------------------- + +- GitHub Actions + + GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform. + Apache Arrow has a set of workflows that run via GitHub Actions to build and test + every pull request that is opened, merged, etc. + + - `Apache Arrow Actions on GitHub <https://github.com/apache/arrow/actions>`_ + - `Location of the workflows in Arrow: arrow/.github/workflows/ <https://github.com/apache/arrow/tree/master/.github/workflows>`_ + - `GitHub Documentation on GitHub Actions <https://docs.github.com/en/actions>`_ + .. ARROW-13841: [Doc] Document the different subcomponents that make up the CI and how they fit together: + .. https://github.com/apache/arrow/pull/11821 + +- Nightly builds + + R package has an option of installing the nightly builds which are daily development Review comment: ```suggestion The Arrow R package has an option of installing the nightly builds which are daily development ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
