- Bumped version to 1.5.0 and updated project description for clarity. - Added build-system configuration for setuptools and wheel. - Specified authors and license information. - Updated Python version requirement to >=3.10. - Included project URLs for homepage and bug tracker. - Configured tools for code formatting (black) and linting (ruff). - Set pytest options for testing.
40 lines
No EOL
812 B
Markdown
40 lines
No EOL
812 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Bug Description
|
|
<!-- A clear and concise description of what the bug is -->
|
|
|
|
## Steps To Reproduce
|
|
1.
|
|
2.
|
|
3.
|
|
4.
|
|
|
|
## Expected Behavior
|
|
<!-- A clear and concise description of what you expected to happen -->
|
|
|
|
## Actual Behavior
|
|
<!-- What actually happened -->
|
|
|
|
## Screenshots
|
|
<!-- If applicable, add screenshots to help explain your problem -->
|
|
|
|
## Environment
|
|
- OS: [e.g. macOS 14.0, Windows 11, Ubuntu 22.04]
|
|
- Python Version: [e.g. 3.10.5]
|
|
- Claude Desktop Version: [e.g. 1.0.3]
|
|
- Telegram MCP Version: [e.g. 1.5.0]
|
|
|
|
## Additional Context
|
|
<!-- Add any other context about the problem here -->
|
|
|
|
## Error Logs
|
|
<!-- If you have error logs, please include them here -->
|
|
```
|
|
Paste your logs here
|
|
``` |