File: CONTRIBUTING.md

package info (click to toggle)
zonemaster-cli 8.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: perl: 3,288; makefile: 17
file content (30 lines) | stat: -rw-r--r-- 1,488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Contributing to Zonemaster::CLI

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-cli/issues
[create issue]:                       https://github.com/zonemaster/zonemaster-cli/issues/new
[pull requests]:                      https://github.com/zonemaster/zonemaster-cli/pulls
[create pull request]:                https://github.com/zonemaster/zonemaster-cli/compare
[Zonemaster/Zonemaster README]:       https://github.com/zonemaster/zonemaster#readme