Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 690 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 690 Bytes

Contributing to DNSimple API Examples

If you would like to contribute to these examples please submit a pull request.

  1. Fork this repository.
  2. Clone the forked repository to your development machine.
  3. Create a new branch off the master branch.
  4. Make changes and commit them.
  5. Push that new branch to your forked repository.
  6. Create a Pull Request on this (not your forked) repository.

Security Note

Please do not include any private tokens, user details or other credentials in any commits for this repository. Tokens and credentials should always be expected to be provided by environment variables or in configuration files that are not committed into the repository.