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
|