-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated as described in doc/guides/maintaining-c-ares.md.
- Loading branch information
1 parent
2674087
commit d43580d
Showing
174 changed files
with
98,995 additions
and
919 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Contributing to c-ares | ||
====================== | ||
|
||
To contribute patches to c-ares, please generate a GitHub pull request | ||
and follow these guidelines: | ||
|
||
- Check that the Travis builds are green for your pull request. | ||
- Please update the test suite to add a test case for any new functionality. | ||
- Build the library with `./configure --enable-debug --enable-maintainer-mode` and | ||
ensure there are no new warnings. | ||
|
||
To improve the chances of the c-ares maintainers responding to your request: | ||
|
||
- Also send an email to the mailing list at `c-ares@lists.haxx.se` describing your change. | ||
- To follow any associated discussion, please subscribe to the [mailing list](http://lists.haxx.se/listinfo/c-ares). |
Oops, something went wrong.