mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 20:29:23 +01:00
1839eb203a
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>
369 B
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.