Skip to content

Commit

Permalink
Merge pull request #1523 from Infineon/1491-github-edit-the-issues-de…
Browse files Browse the repository at this point in the history
…fault-description-template

Created custom templates for GitHub issues
  • Loading branch information
tishoyanchev authored Oct 22, 2024
2 parents 055586c + d7b01c5 commit 7c1f2cb
Show file tree
Hide file tree
Showing 12 changed files with 132 additions and 21 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Report a bug
description: Report a bug or an error
title: "Component-name: short summary"
labels:
- bug
- request
body:
- type: textarea
attributes:
label: Detailed description of how to reproduce the problem
description: A clear and concise description of what the bug is, and how to reproduce is
validations:
required: true
- type: textarea
attributes:
label: Upload a screenshot
description: Please provide a screenshot of the bug
validations:
required: true
- type: textarea
attributes:
label: Describe the development framework
description: Tech stack, environment, versions, and any other relevant information to help us reproduce the bug
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Free text
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/component_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: New component request
description: Request a new component
title: "New Component: component-name"
labels:
- enhancement
- request
body:
- type: textarea
attributes:
label: Detailed description of the component, its design and behavior
description: A clear and concise description of the component
validations:
required: true
- type: textarea
attributes:
label: Do you plan to use this component for web applications, mobile or both?
description: Free text
validations:
required: true
- type: textarea
attributes:
label: Upload a screenshot or reference an example if possible
description: If you are able to illustrate the component with an example, please provide a sample reference or a screenshot.
- type: textarea
attributes:
label: Why do you need this component?
description: Describe the context and use case.
validations:
required: true
- type: textarea
attributes:
label: Do you have a deadline?
description: Give us a sense of how urgent this component is.
validations:
required: true
- type: textarea
attributes:
label: What project is this component for?
description: Describe the technology stack and the project's purpose.
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Free text
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: New feature request
description: Request a new feature
title: "Component-name: short summary"
labels:
- enhancement
- request
body:
- type: textarea
attributes:
label: Detailed description of what you want to happen
description: A clear and concise description of what the feature does.
validations:
required: true
- type: textarea
attributes:
label: Upload a screenshot or reference an example if possible
description: If you are able to illustrate the feature request with an example, please provide a sample reference or a screenshot.
- type: textarea
attributes:
label: Why do you need this feature?
description: Describe the context and use case.
validations:
required: true
- type: textarea
attributes:
label: Do you have a deadline?
description: Give us a sense of how urgent this feature is.
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Free text
2 changes: 1 addition & 1 deletion examples/wrapper-components/react-vite-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:local": "run-p preview:link watch:library"
},
"dependencies": {
"@infineon/infineon-design-system-react": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"@infineon/infineon-design-system-react": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/wrapper-components/vue-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:local": "run-p preview:link watch:library"
},
"dependencies": {
"@infineon/infineon-design-system-vue": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"@infineon/infineon-design-system-vue": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"vite": "^5.0.12",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"version": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"command": {
"publish": {
"verifyAccess": false
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components-angular",
"version": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"version": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -26,7 +26,7 @@
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@infineon/infineon-design-system-angular": "^25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"@infineon/infineon-design-system-angular": "^25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"typescript": "~5.4.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-angular",
"version": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"version": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"description": "Infineon design system Stencil web components for Angular",
"author": "Verena Lechner",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@infineon/design-system-tokens": "3.3.3",
"@infineon/infineon-design-system-stencil": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0"
"@infineon/infineon-design-system-stencil": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-react",
"version": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"version": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"description": "Infineon design system Stencil web components for React",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@infineon/design-system-tokens": "3.3.3",
"@infineon/infineon-design-system-stencil": "^25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"@infineon/infineon-design-system-stencil": "^25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"@stencil/react-output-target": "^0.7.1"
},
"auto": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-vue",
"version": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"version": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"description": "Infineon design system Stencil web components for Vue",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@infineon/design-system-tokens": "3.3.3",
"@infineon/infineon-design-system-stencil": "^25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0"
"@infineon/infineon-design-system-stencil": "^25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0"
},
"auto": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-stencil",
"version": "25.12.0--canary.1503.ad49b651a076acc83c8b6857c553d2c0bb92cb49.0",
"version": "25.13.0--canary.1523.30648ebc4937a72da65de5a7d097fcc87c698c11.0",
"private": false,
"description": "Infineon design system Stencil web components",
"homepage": "https://infineon.github.io/infineon-design-system-stencil",
Expand Down

0 comments on commit 7c1f2cb

Please sign in to comment.