File: CONTRIBUTING.md

package info (click to toggle)
pyjokes 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 476 kB
  • sloc: python: 387; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 917 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

## Jokes

New jokes should be proposed in the [proposal issue](https://github.com/pyjokes/pyjokes/issues/10) or via pull request.

New languages are welcome and should follow the existing format.

New categories should be proposed in a [GitHub issue](https://github.com/pyjokes/pyjokes/issues).

### Joke policy

- Maximum joke length: 140 characters
- Gender neutrality (mix of he/she/they)
- No assumption of gender or sexuality
- No racism

## Technical Issues

Please report bugs and other issues as [GitHub issues](https://github.com/pyjokes/pyjokes/issues) ensuring to give as much detail about your problem as possible.

## Complaints

If you have a problem with the content of the jokes, please raise a [GitHub issue](https://github.com/pyjokes/pyjokes/issues) for us to discuss.

## Development Policy

- Python 2/3 compatibility
- PEP8-compliance (with exceptions)
- Tests should be passing