Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

33 lines (26 loc) · 1.4 KB

Contributing to DobbyBot

Thank you for considering contributing to DobbyBot! We welcome contributions from everyone. Here are some guidelines to help you get started.

How to Contribute

Reporting Bugs

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include:
    • A descriptive title and summary.
    • Steps to reproduce the issue.
    • Any relevant logs or screenshots.

Suggesting Enhancements

  • Search the existing Issues to see if your idea has already been suggested.
  • If not, open a new issue and provide:
    • A clear and descriptive title.
    • A detailed description of the enhancement.
    • Any relevant examples or mockups.

Submitting Pull Requests

  • Fork the repository and create your branch from main.
  • Follow the coding style and conventions used in the project.
  • Ensure your code passes existing tests and add new tests for your changes.
  • Submit your pull request, and make sure to:
    • Describe the purpose of the PR.
    • Reference any related issues.
    • Include screenshots or examples if applicable.

Getting Help

If you need help or have questions, feel free to reach out by opening an issue or joining our community chat.

Thank you for contributing!