|
1 | 1 | # Contributing |
2 | 2 |
|
3 | | -We welcome bug fixes and patches from 3rd party contributors. Please |
4 | | -see the [Contributor Agreement](https://www.arangodb.com/community#contribute) |
5 | | -for details. |
| 3 | +We welcome bug fixes and patches from 3rd party contributors. |
| 4 | +Please see the applicable agreement for details: |
6 | 5 |
|
7 | | -Please follow these guidelines if you want to contribute to ArangoDB: |
| 6 | +- [Individual Contributor License Agreement](https://arango.ai/contributor-license) |
| 7 | +- [Corporate Contributor License Agreement](https://arango.ai/corporate-cla) |
| 8 | + |
| 9 | +Please follow below guidelines if you want to contribute to ArangoDB. |
8 | 10 |
|
9 | 11 | # Reporting Bugs |
10 | 12 |
|
|
39 | 41 | the appropriate branches there. This will most likely be **devel**. |
40 | 42 |
|
41 | 43 | - You must use the Apache License for your changes and have signed our |
42 | | - [CLA](https://arangodb.com/community/#contribute). We cannot accept pull requests |
| 44 | + [CLA](#contributing). We cannot accept pull requests |
43 | 45 | from contributors who didn't sign the CLA. |
44 | 46 |
|
45 | 47 | - Please let us know if you plan to work on a ticket. This way we can make sure |
@@ -557,7 +559,7 @@ SIGABRT. SIGKILL signals, which the operating system can send to a process in ca |
557 | 559 |
|
558 | 560 | In case the crash handler receives one of the mentioned interceptable signals, it will |
559 | 561 | write basic crash information to the logfile and a backtrace of the call site. |
560 | | -The backtrace can be provided to the ArangoDB support for further inspection. Note that |
| 562 | +The backtrace can be provided to the Arango support for further inspection. Note that |
561 | 563 | backtraces are only usable if debug symbols for ArangoDB have been installed as well. |
562 | 564 |
|
563 | 565 | After logging the crash information, the crash handler will execute the default action for |
@@ -1337,10 +1339,10 @@ arangodb directory. |
1337 | 1339 |
|
1338 | 1340 | # Additional Resources |
1339 | 1341 |
|
1340 | | -- [ArangoDB website](https://www.arangodb.com/) |
| 1342 | +- [Arango website](https://arango.ai/) |
1341 | 1343 |
|
1342 | | -- [ArangoDB on Twitter](https://twitter.com/arangodb) |
| 1344 | +- [Arango on X](https://x.com/arangoai) |
1343 | 1345 |
|
1344 | 1346 | - [General GitHub documentation](https://help.github.com/) |
1345 | 1347 |
|
1346 | | -- [GitHub pull request documentation](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork/) |
| 1348 | +- [GitHub pull request documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) |
0 commit comments