Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 957 Bytes

File metadata and controls

39 lines (32 loc) · 957 Bytes

Contributing

Contributions are welcome! If you find a bug or have a feature request, feel free to open an issue or submit a pull request.

Getting Started

  1. Fork the repository
  2. Clone your fork
git clone https://github.com/lezetho/discord-widget-github
cd discord-widget-github
  1. Install dependencies
pip install -r requirements.txt
  1. Copy .env.example to .env and fill in your values
cp .env.example .env
  1. Run the script
python main.py

Guidelines

  • Keep pull requests focused, one change per PR
  • If you're fixing a bug, include a description of what was wrong and how you fixed it
  • If you're adding a feature, open an issue first to discuss it before writing code
  • Follow the existing code style

Reporting Issues

When opening an issue, please include:

  • What you expected to happen
  • What actually happened
  • Any relevant error output
  • Your Python version (python --version)