Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.58 KB

CONTRIBUTING.md

File metadata and controls

59 lines (37 loc) · 2.58 KB

Contributing to DiscordGloom

Thank you for considering contributing to DiscordGloom! We appreciate your interest in helping to improve our project. By contributing, you help make DiscordGloom better for everyone.

Before you start contributing, please take a moment to read through this document to understand how you can contribute effectively.

How to Contribute

Reporting Bugs

If you encounter a bug while using DiscordGloom, please ensure the bug hasn't already been reported by checking the issue tracker. If the bug hasn't been reported yet, please open a new issue and include the following information:

  • A clear and descriptive title
  • Steps to reproduce the bug
  • Expected behavior
  • Actual behavior
  • Any relevant screenshots or error messages

Suggesting Enhancements

If you have an idea for an enhancement or new feature for DiscordGloom, we'd love to hear it! You can suggest enhancements by opening a new issue in the issue tracker and providing a detailed description of your suggestion.

Pull Requests

We welcome contributions from the community! If you'd like to contribute code to DiscordGloom, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your changes and commit them.
  5. Push your changes to your fork.
  6. Create a pull request on GitHub.

When creating a pull request, please ensure the following:

  • Provide a clear and descriptive title for your pull request.
  • Describe the changes you've made and why they're necessary.
  • Reference any related issues in your pull request.

Code Style and Guidelines

When contributing code to DiscordGloom, please adhere to the following guidelines:

  • Follow PEP 8 guidelines for Python code.
  • Use meaningful variable and function names.
  • Write clear and concise comments where necessary.
  • Test your changes thoroughly before submitting a pull request.

Code of Conduct

Please note that by contributing to DiscordGloom, you agree to abide by the code of conduct. We expect all contributors to behave respectfully and professionally when participating in our community.

Questions

If you have any questions about contributing to DiscordGloom, please feel free to reach out to us by opening an issue in the issue tracker.

Thank you for your contributions!

Back to README