From cd3325cc2e296efa6374ad7c7ce0a9044461e84f Mon Sep 17 00:00:00 2001 From: Tareq Jami Date: Fri, 25 Jul 2025 09:13:07 +0200 Subject: [PATCH 1/2] chore: add templates for bug reports, feature requests, and questions --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 20 +++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md 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. From 619fee76309edfdb0c237f097e8e6efb6eff60cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 25 Jul 2025 07:13:49 +0000 Subject: [PATCH 2/2] chore: release v0.0.32 --- packages/ng-openapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",