summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2022-11-21 23:24:28 +0100
committerÉtienne Mollier <emollier@debian.org>2022-11-21 23:24:28 +0100
commit157b992967e6520b6bbceb6f1ee0060016f2d6f1 (patch)
tree082c83bdcca4293e229624c10387bc85df9d6661 /CONTRIBUTING.md
Import original source of Zonemaster-LDNS 2.2.2
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..250f573
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,30 @@
+# Contributing to Zonemaster::LDNS
+
+Contribution to this repository is welcome. Contribution can be either an issue
+report or a code or a documentation update. Also see the information in the
+[main README][Zonemaster/Zonemaster README] in the main Zonemaster respository.
+
+## Issue
+
+First search for a similar issue in the [issues list]. If a relevant issue is
+found, add your information as a comment. If no relevant issue is found, create
+[a new issue][create issue]. Give as many details as you have and describe, if
+possible, how the issue can be reproduced.
+
+## Pull request
+
+If you would like to contribute an update, first please look for issues and open
+[pull requests] that are about the same thing. If nothing relevant is found or
+you have a different solution, create [a new pull request][create pull request].
+Creating a pull request assumes that you have your proposal in a fork repository.
+
+When you create a pull request, please always start with the `develop` branch
+and create the pull request against the same branch.
+
+
+[issues list]: https://github.com/zonemaster/zonemaster-ldns/issues
+[create issue]: https://github.com/zonemaster/zonemaster-ldns/issues/new
+[pull requests]: https://github.com/zonemaster/zonemaster-ldns/pulls
+[create pull request]: https://github.com/zonemaster/zonemaster-ldns/compare
+[Zonemaster/Zonemaster README]: https://github.com/zonemaster/zonemaster#readme
+