Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.06 KB

CONTRIBUTING.md

File metadata and controls

38 lines (29 loc) · 2.06 KB

Contributing to Pybooru

✨ Welcome, and thank you for your interest in contributing! ✨

Resources

Code of Conduct

Respect each other and be happy! ❤️

How Can I Contribute?

Reporting Bugs

Before reporting a bug, 🔍 check if it has already been reported. Bugs are tracked as GitHub issues, so create an issue using Bug report template.

  • Use a descriptive title
  • What behavior was expected?
  • What is the current behavior?
  • Steps to Reproduce (including code)
  • Environment details

Feature Request

Before request a new feature, 🔍 check if it has already been requested. To request a new feature create a GitHub issue using Feature request template.

  • Write a descriptive title
  • Detailed Description of the feature
  • Why is this change important to you? How would you use it? How can it benefit other users?

Pull Requests

Steps to make a pull request:

  1. Complete the pull request template.
  2. Follow Styleguide.

Styleguide

We follow PEP-8 (not in a strict way) and Google Python Docstrings. Use Pylint.