feat: Add GitHub PR and issue templates (#105)

* feat: Add GitHub PR and issue templates for better contributor experience

* simplify: Make templates more concise and user-friendly
This commit is contained in:
Andy Lee
2025-09-19 13:51:36 -07:00
committed by GitHub
parent e93c0dec6f
commit ad0d2faabc
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
name: Feature Request
description: Suggest a new feature for LEANN
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: What problem does this solve?
description: Describe the problem or need
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How would you like this to work?
validations:
required: true
- type: textarea
id: example
attributes:
label: Example usage
description: Show how the API might look
render: python