File: CONTRIBUTING.md

package info (click to toggle)
perlbrew 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: perl: 9,387; makefile: 7; sh: 1
file content (24 lines) | stat: -rw-r--r-- 1,091 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
Hi Hackers,

perlbrew is open for anyone who are willing to contribute. Here's what you do to
get your work released:

- Fork the repository on github
- Modify `lib/App/perlbrew.pm` or `script/perlbrew` if necessary.
- Add tests so others do not break your feature.
- If it seems pulsable, update `Changes` too. Put a gist of the change in the beginning of the file.
- Send a pull request to @gugod and make an offer that he cannot reject (optional :-)

Notice that the "master" branch is a stable branch, while the "develop" branch is the default target
for pull requests. The master branch should only be moved forward on CPAN releases and there
should also be a corresponding git tag for each release, which is the part only @gugod has to worry
about. It is suggested, but not required, that you create your own topic branch first and work on
the feature, this way it makes it a little bit easier when there are conflicts.

Last, DO NOT edit the `./perlbrew` file directly, it is a standalone executable
built with `dev-bin/build.sh`.

Happy hacking!

Sincerely,
Kang-min Liu, aka @gugod