-
Notifications
You must be signed in to change notification settings - Fork 55
Fix release versioning issues #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| name: "🐞 Report a Bug" | ||
| description: Create an issue if something does not work as expected. | ||
| labels: ["Type/Bug"] | ||
| body: | ||
| - type: textarea | ||
| id: background | ||
| attributes: | ||
| label: Description | ||
| description: Please share a clear and concise description of the problem. | ||
| placeholder: Description | ||
| - type: textarea | ||
| id: steps | ||
| attributes: | ||
| label: Steps to Reproduce | ||
| description: List the steps you followed when you encountered the issue. | ||
| validations: | ||
| required: true | ||
| - type: dropdown | ||
| id: area | ||
| attributes: | ||
| label: Please select the area the issue is related to | ||
| options: | ||
| - '@oxygen-ui/react' | ||
| - '@oxygen-ui/react-icons' | ||
| - '@oxygen-ui/react-charts' | ||
| - '@oxygen-ui/eslint-plugin' | ||
| - '@oxygen-ui/esbuild-plugin-inline-css-fonts' | ||
| - '@oxygen-ui/vite-plugin' | ||
| - 'oxygen-ui-docs' | ||
| - 'samples' | ||
| - 'other' | ||
| default: 1 | ||
| multiple: true | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: version | ||
| attributes: | ||
| label: Version | ||
| description: Enter package version or commit hash. (Use `N/A` if not applicable) | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: environment | ||
| attributes: | ||
| label: Environment Details (with versions) | ||
| description: Mention the environment details (OS, Browser, React version, etc.) that the UI library is running on. | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: reporter-checklist | ||
| attributes: | ||
| label: Reporter Checklist | ||
| description: Please ensure the following before submitting the issue. | ||
| options: | ||
| - label: "I have searched the existing issues and this is not a duplicate." | ||
| required: true | ||
| - label: "I have provided all the necessary information." | ||
| required: true | ||
| - label: "I have tested the issue on the latest version of the package." | ||
| required: true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| name: "🚀 Improvement Request" | ||
| description: Suggest an improvement for Oxygen UI. | ||
| labels: ["Type/Improvement"] | ||
| body: | ||
| - type: textarea | ||
| id: limitation | ||
| attributes: | ||
| label: Current Limitation | ||
| description: Describe the current limitation. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: suggestion | ||
| attributes: | ||
| label: Suggested Improvement | ||
| description: Describe the improvement you suggest. | ||
| validations: | ||
| required: true | ||
| - type: dropdown | ||
| id: area | ||
| attributes: | ||
| label: Please select the package issue is related to | ||
| options: | ||
| - '@oxygen-ui/react' | ||
| - '@oxygen-ui/react-icons' | ||
| - '@oxygen-ui/react-charts' | ||
| - '@oxygen-ui/eslint-plugin' | ||
| - '@oxygen-ui/esbuild-plugin-inline-css-fonts' | ||
| - '@oxygen-ui/vite-plugin' | ||
| - 'oxygen-ui-docs' | ||
| - 'samples' | ||
| - 'other' | ||
| default: 1 | ||
| multiple: true | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: version | ||
| attributes: | ||
| label: Version | ||
| description: Enter package version or commit hash. (Use `N/A` if not applicable) | ||
| validations: | ||
| required: true | ||
| - type: checkboxes | ||
| id: reporter-checklist | ||
| attributes: | ||
| label: Reporter Checklist | ||
| description: Please review and confirm the following items before opening the improvement request. | ||
| options: | ||
| - label: "I have searched the existing issues and this is not a duplicate." | ||
| required: true | ||
| - label: "I have provided all the necessary information." | ||
| required: true | ||
| - label: "I have verified the improvement is not available in the latest version of the package." | ||
| required: true | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,62 @@ | ||||||
| name: "💡 New Feature Request" | ||||||
| description: Suggest new functionality and features for Oxygen UI. | ||||||
| labels: ["Type/NewFeature"] | ||||||
| body: | ||||||
| - type: textarea | ||||||
| id: problem | ||||||
| attributes: | ||||||
| label: Problem | ||||||
| description: What is the problem this feature will solve? | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: solution | ||||||
| attributes: | ||||||
| label: Proposed Solution | ||||||
| description: Describe the solution you'd like to have. | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: alternatives | ||||||
| attributes: | ||||||
| label: Alternatives | ||||||
| description: Describe any alternatives have you considered | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Grammar fix needed. The description has incorrect word order. Proposed fix- description: Describe any alternatives have you considered
+ description: Describe any alternatives you have considered📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| validations: | ||||||
| required: false | ||||||
| - type: dropdown | ||||||
| id: area | ||||||
| attributes: | ||||||
| label: Please select the package issue is related to | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor grammar fix for consistency. Same issue as in Proposed fix- label: Please select the package issue is related to
+ label: Please select the package the issue is related to📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| options: | ||||||
| - '@oxygen-ui/react' | ||||||
| - '@oxygen-ui/react-icons' | ||||||
| - '@oxygen-ui/react-charts' | ||||||
| - '@oxygen-ui/eslint-plugin' | ||||||
| - '@oxygen-ui/esbuild-plugin-inline-css-fonts' | ||||||
| - '@oxygen-ui/vite-plugin' | ||||||
| - 'oxygen-ui-docs' | ||||||
| - 'samples' | ||||||
| - 'other' | ||||||
| default: 1 | ||||||
| multiple: true | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: input | ||||||
| id: version | ||||||
| attributes: | ||||||
| label: Version | ||||||
| description: Enter package version or commit hash. (Use `N/A` if not applicable) | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: checkboxes | ||||||
| id: reporter-checklist | ||||||
| attributes: | ||||||
| label: Reporter Checklist | ||||||
| description: Please review and confirm the following items before opening the feature request. | ||||||
| options: | ||||||
| - label: "I have searched the existing issues and this is not a duplicate." | ||||||
| required: true | ||||||
| - label: "I have provided all the necessary information." | ||||||
| required: true | ||||||
| - label: "I have verified the feature on the latest version of the package." | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify the checklist item for new feature requests. The current wording "I have verified the feature on the latest version" doesn't make sense for a new feature request—the feature doesn't exist yet. The intent appears to be confirming the feature isn't already available. Proposed fix- - label: "I have verified the feature on the latest version of the package."
+ - label: "I have verified the feature is not available in the latest version of the package."📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| required: true | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,24 @@ | ||||||
| ### Purpose | ||||||
|
|
||||||
| <!-- Describe the problem, feature, improvement or the change introduced by the PR briefly. Add screenshots/GIFs if UI/UX changes are introduced. --> | ||||||
|
|
||||||
| ### Related Issues | ||||||
|
|
||||||
| - N/A | ||||||
|
|
||||||
| ### Related PRs | ||||||
|
|
||||||
| - N/A | ||||||
|
|
||||||
| ### Checklist | ||||||
|
|
||||||
| - [ ] Followed the [CONTRIBUTING](https://github.com/wso2/oxygen-ui/blob/main/CONTRIBUTING.md) guidelines. | ||||||
| - [ ] Manual test round performed and verified. | ||||||
| - [ ] Documentation provided. (Add links if there are any) | ||||||
| - [ ] Unit tests provided. (Add links if there are any) | ||||||
| - [ ] Storybook stories updated/added (if applicable) | ||||||
|
|
||||||
| ### Security checks | ||||||
|
|
||||||
| - [ ] Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines? | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix the bare URL and use HTTPS. The static analysis tool flagged a bare URL. Additionally:
Proposed fix-- [ ] Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines?
+- [ ] Followed secure coding standards in [WSO2 Secure Engineering Guidelines](https://wso2.com/technical-reports/wso2-secure-engineering-guidelines)📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.18.1)23-23: Bare URL used (MD034, no-bare-urls) 🤖 Prompt for AI Agents |
||||||
| - [ ] Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? | ||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor grammar fix for consistency.
The label is missing "the" before "issue". This should match the phrasing in
bug.yml("the issue is related to").Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents