diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7a31af1..d0b6875 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,9 @@ --- name: Bug Report about: Report something that isn't working -title: "[BUG] " +title: "[BUG]" labels: bug -assignees: '' +assignees: Mr-Jami --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 267719c..b937247 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,10 @@ --- name: Feature Request about: Suggest a new feature or improvement -title: "[FEATURE] " +title: "[FEATURE]" labels: enhancement -assignees: '' +assignees: Mr-Jami + --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 4c382b7..dcf1c44 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,9 +1,10 @@ ---- +--- name: Question about: Ask a question or request clarification -title: "[QUESTION] " +title: "[QUESTION]" labels: question -assignees: '' +assignees: Mr-Jami + --- **What’s your question?** diff --git a/packages/ng-openapi/package.json b/packages/ng-openapi/package.json index 1774704..46b9d93 100644 --- a/packages/ng-openapi/package.json +++ b/packages/ng-openapi/package.json @@ -1,6 +1,6 @@ { "name": "ng-openapi", - "version": "0.0.34", + "version": "0.0.35", "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications", "keywords": [ "angular",