Contributions are welcome! If you find a bug or have a feature request, feel free to open an issue or submit a pull request.
- Fork the repository
- Clone your fork
git clone https://github.com/lezetho/discord-widget-github
cd discord-widget-github- Install dependencies
pip install -r requirements.txt- Copy
.env.exampleto.envand fill in your values
cp .env.example .env- Run the script
python main.py- 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
When opening an issue, please include:
- What you expected to happen
- What actually happened
- Any relevant error output
- Your Python version (
python --version)