Contributions to this project are very welcome!
To avoid consuming your and our time unnecessarily, please note the following tips:
If you want to contribute check out the open issues to find something you are interested in.
If you find a typos or a description difficult to understand open a Pull Request (PR) with the fix.
Please open an issue and describe your improvement before you spent much time. Let's quickly discuss the topic and agree on a way to achieve your idea.
- Fork the DNS resolver repository to your own name space. For this, you need a GitHub account.
- For small changes you may use the GitHub web editor to directly fix a document. For larger changes you need to check out your fork of the DNS resolver repository.
- Make your changes locally and commit them. For commit messages try to use existing commit messages as a guide. If your commit fixes or addresses an existing issue, please reference the issue number in your commit message.
- Create a pull request (PR) to our main branch.
Example commit message:
Add .gitignore file
Add profiles for iOS/macOS, closes #14