0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00
nodejs/deps/cares/CONTRIBUTING.md
Node.js GitHub Bot 1839eb203a
deps: update c-ares to v1.30.0
PR-URL: https://github.com/nodejs/node/pull/53416
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2024-06-13 07:54:33 +00:00

369 B

Contributing to c-ares

To contribute patches to c-ares, please generate a GitHub pull request and follow these guidelines:

  • Check that the CI/CD builds are green for your pull request.
  • Please update the test suite to add a test case for any new functionality.
  • Build the library on your own machine and ensure there are no new warnings.