diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5abad5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Report something that isn't working +title: "[BUG] " +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '...' +3. See error + +**Expected behavior** +What should happen instead? + +**Screenshots** +(If applicable) + +**Environment:** +- Angular Version: +- ng-openapi Version: + +**Additional context** +Add logs, links, or other details here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f4b6a6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: Suggest a new feature or improvement +title: "[FEATURE] " +labels: enhancement +assignees: '' +--- + +**Is your feature request related to a problem? Please describe.** +Explain what problem this feature would solve. For example: "I'm always frustrated when..." + +**Describe the solution you'd like** +What should be added, changed, or improved? + +**Describe alternatives you've considered** +Any workarounds or other features you've thought of? + +**Additional context** +Add any other context, links, diagrams, or mockups here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..4c382b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,20 @@ +--- +name: Question +about: Ask a question or request clarification +title: "[QUESTION] " +labels: question +assignees: '' +--- + +**What’s your question?** +Explain what you're trying to understand or do. + +**What have you tried so far?** +Describe any attempts you've made, including code, docs, or searches. + +**Environment (if relevant)** +- Angular Version: +- ng-openapi Version: + +**Additional context** +Screenshots, links, or anything else that helps explain your question. diff --git a/packages/ng-openapi/package.json b/packages/ng-openapi/package.json index 6dcaf5e..549f45c 100644 --- a/packages/ng-openapi/package.json +++ b/packages/ng-openapi/package.json @@ -1,6 +1,6 @@ { "name": "ng-openapi", - "version": "0.0.31", + "version": "0.0.32", "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications", "keywords": [ "angular",