Skip to content

How to contribute to DNS STATS

Sara Dickinson edited this page Jun 15, 2017 · 1 revision

DNS-STATS Compactor is an open source project and welcomes contributions from users.

The preferred method of code contribution is:

  • Create an issue in the issue tracker with either type 'bug' (for bug fixes) or 'enhancement' (for features) describing the bug/feature
  • Fork the dns-stats/compactor GitHub repository
  • Create a feature branch based on develop with the name 'IssueTitle_#ID' using the title and ID from the issue created above
  • Create a pull request from the feature branch into the 'develop' branch
  • Wait for the pull request to be reviewed!

Alternatively patch files can be attached directly to issues, but reviewing code submitted this way may take a little longer.

Clone this wiki locally