From 0f2d85ed217a784d88accea0e2d9a9f92295f22a Mon Sep 17 00:00:00 2001 From: samz Date: Tue, 11 Jul 2023 20:46:19 +0200 Subject: [PATCH 1/3] feat: add pitch issue template (#698) --- .github/ISSUE_TEMPLATE/pitch.yml | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pitch.yml diff --git a/.github/ISSUE_TEMPLATE/pitch.yml b/.github/ISSUE_TEMPLATE/pitch.yml new file mode 100644 index 000000000..c58c9af17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pitch.yml @@ -0,0 +1,55 @@ +name: Pitch +description: 'Do you have an idea and a product enhancement? Time to pitch!' +title: '[PITCH]:' +labels: ['Pitch'] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this pitch! If you need some inspiration, you can check out these pitch examples: [Example 1](https://github.com/asyncapi/studio/issues/636) and [Example 2](https://github.com/asyncapi/studio/issues/703). + - type: textarea + id: problem + attributes: + label: Problem + description: "Please provide a detailed description of the problem that users are facing. Share the story or context that exposes the problem." + validations: + required: true + - type: textarea + id: solution + attributes: + label: Solution + description: "Describe your proposed solution to address the problem. You can include examples, mockups, or views to illustrate your solution." + validations: + required: true + - type: textarea + id: rabbit_holes + attributes: + label: Rabbit holes + description: "Identify potential technical, design, or other challenges that might arise during the implementation of the solution. Discuss any anticipated obstacles or complexities." + validations: + required: true + - type: textarea + id: scope + attributes: + label: Scope + description: "Outline a list of tasks or issues that need to be completed to bring the proposed solution to life. You don't need to provide an exhaustive list upfront." + placeholder: | + - [ ] Task 1 + - [ ] Task 2 + - [ ] Task 3 + validations: + required: true + - type: textarea + id: out-of-bounds + attributes: + label: Out of bounds + description: "Specify any elements or features that explicitly fall outside the scope of this pitch. Clarify what won't be included in the solution." + validations: + required: false + - type: textarea + id: success + attributes: + label: Success criteria + description: "Define the criteria that will determine the success of the proposed solution. Specify the specific outcomes or metrics that will indicate the effectiveness of the solution." + validations: + required: false From 80025be2ced76c08a8226f643b3bbf48569d33e6 Mon Sep 17 00:00:00 2001 From: samz Date: Thu, 13 Jul 2023 09:44:07 +0200 Subject: [PATCH 2/3] fix: adr linting (#736) --- .github/workflows/lint-pr-adr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-adr.yml b/.github/workflows/lint-pr-adr.yml index 66af4c5d8..2b883b364 100644 --- a/.github/workflows/lint-pr-adr.yml +++ b/.github/workflows/lint-pr-adr.yml @@ -25,7 +25,7 @@ jobs: const title = context.payload.pull_request.title; const labels = context.payload.pull_request.labels; const hasAdrLabel = labels.some(label => label.name === 'kind/adr'); - const re = /^(chore:\s*)?\[ADR-(\d{4})\]/; + const re = /^(?:chore:\s*)?\[ADR-(\d{4})\]/; const match = title.match(re) const startsWithAdr = (match !== null); if (hasAdrLabel && !startsWithAdr) { From 6cf27c8be74cc3f8dd83b9abf1c390007f0eb4f9 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 13 Jul 2023 09:49:00 +0200 Subject: [PATCH 3/3] chore: version packages (#735) --- .changeset/perfect-sloths-repeat.md | 5 ----- packages/ui/CHANGELOG.md | 7 +++++++ packages/ui/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/perfect-sloths-repeat.md create mode 100644 packages/ui/CHANGELOG.md diff --git a/.changeset/perfect-sloths-repeat.md b/.changeset/perfect-sloths-repeat.md deleted file mode 100644 index 4da9306c8..000000000 --- a/.changeset/perfect-sloths-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/studio-ui": minor ---- - -Add EditorSwitch component. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md new file mode 100644 index 000000000..e464e7cd3 --- /dev/null +++ b/packages/ui/CHANGELOG.md @@ -0,0 +1,7 @@ +# @asyncapi/studio-ui + +## 0.2.0 + +### Minor Changes + +- 90435db: Add EditorSwitch component. diff --git a/packages/ui/package.json b/packages/ui/package.json index 47c3ed173..f018c207d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/studio-ui", - "version": "0.1.0", + "version": "0.2.0", "private": true, "types": "./components/index.tsx", "sideEffects": [