From 162af6ca9b768e850eac10fe54a25b23c03ce32f Mon Sep 17 00:00:00 2001 From: "T. Jami" <72130172+Mr-Jami@users.noreply.github.com> Date: Fri, 25 Jul 2025 09:19:27 +0200 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++--------- .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++------ 2 files changed, 31 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5abad5c..dd84ea7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ ---- -name: Bug Report -about: Report something that isn't working -title: "[BUG] " -labels: bug +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' assignees: '' --- @@ -13,18 +13,26 @@ 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 +2. Click on '....' +3. Scroll down to '....' +4. See error **Expected behavior** -What should happen instead? +A clear and concise description of what you expected to happen. **Screenshots** -(If applicable) +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] -**Environment:** -- Angular Version: -- ng-openapi Version: +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] **Additional context** -Add logs, links, or other details here. +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f4b6a6e..bbcbbe7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,19 +1,20 @@ ---- -name: Feature Request -about: Suggest a new feature or improvement -title: "[FEATURE] " -labels: enhancement +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' 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..." +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** -What should be added, changed, or improved? +A clear and concise description of what you want to happen. **Describe alternatives you've considered** -Any workarounds or other features you've thought of? +A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context, links, diagrams, or mockups here. +Add any other context or screenshots about the feature request here. From c02e0595097e1981dca1d1cbe4002b005b51a866 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 25 Jul 2025 07:20:00 +0000 Subject: [PATCH 2/2] chore: release v0.0.33 --- 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 549f45c..3a60fb3 100644 --- a/packages/ng-openapi/package.json +++ b/packages/ng-openapi/package.json @@ -1,6 +1,6 @@ { "name": "ng-openapi", - "version": "0.0.32", + "version": "0.0.33", "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications", "keywords": [ "angular",