File: CONTRIBUTING

package info (click to toggle)
libattean-perl 0.035-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,876 kB
  • sloc: perl: 24,595; sh: 32; makefile: 8
file content (20 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# How to contribute

## Reporting Issues

* [Create an issue](https://github.com/kasei/attean/issues), assuming one does not already exist.
  * Add relevant labels

## Submitting Changes

* Try to follow the existing whitespace and brace style
  * [1TBS](https://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS)
  * Tabs used for indentation and aligning of comments (with a tabstop width of 4-characters)
* Ensure the test suite passes (`perl Makefile.PL && make && prove -l t xt`)
  * Consider using the [pre-push hook](https://gist.github.com/kasei/0819f25cee79b3597576) to prevent pushing if the test suite is failing
* Submit a Pull Request

## Getting Help

* [IRC in the #perlrdf channel on irc.perl.org](irc://irc.perl.org/perlrdf)
* [@kasei](http://twitter.com/kasei/) or [@perlrdf](http://twitter.com/perlrdf/) on Twitter