diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..af0172a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Report an issue with an existing skill. +title: '[Bug] ' +labels: bug +assignees: '' +--- + +### Affected Skill + + +### Description + + +### Expected Behavior + + +### Actual Behavior + + +### Steps to Reproduce + + +### Suggested Fix + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e30f9e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: Suggest a new skill to fill a gap in the LLM's knowledge. +title: '[Feature] ' +labels: enhancement +assignees: '' +--- + +> [!NOTE] +> Feature requests are accepted only if the proposed skill fills a verified gap in state-of-the-art LLMs. To assess this, please test your use case against both a fast model (e.g., Gemini 3 Flash) and a reasoning/thinking model (e.g., Gemini 3.1 Pro). + +### What is the gap in the LLM's knowledge? + + +### Proposed Skill + + +### Additional Context +