feat: add issue and PR templates

Add structured issue templates for bug reports and feature requests,
with dropdown menus for channel, LLM provider, Python version, and OS.
Redirect questions to Discussions. Add PR template with checklist.

Ref: https://github.com/HKUDS/nanobot/discussions/3284
This commit is contained in:
chengyongru
2026-04-19 01:46:14 +08:00
committed by Xubin Ren
parent 5818569e8f
commit 8f383655b5
4 changed files with 219 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
## Summary
<!-- Brief description of what this PR does -->
## Related Issue
<!-- Link to the issue this PR addresses, e.g., Fixes #123 -->
## Changes
<!-- List the key changes -->
-
## Checklist
- [ ] I have read the [Contributing Guide](../CONTRIBUTING.md)
- [ ] My changes follow the existing code style
- [ ] I have tested my changes locally
- [ ] I have updated documentation if applicable
## Screenshots / Logs (if applicable)
<!-- Add any relevant screenshots or log output -->