-
Notifications
You must be signed in to change notification settings - Fork 2.9k
docs: setup github issues beta templates #22337
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 4 commits
0550a3e
020d96c
fe52132
180f4de
bbbacc3
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,129 @@ | ||
| name: 🐞 Bug Report | ||
| description: File a bug report | ||
| title: '[Bug]: ' | ||
| labels: ['Type: Bug 🐛', 'Needs: Triage 🔍'] | ||
| assignees: [] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to fill out this bug report! | ||
|
|
||
| - type: dropdown | ||
| id: lib-version | ||
| attributes: | ||
| label: Library | ||
| description: Which library is affected | ||
| options: | ||
| - React Northstart / v0 (@fluentui/react-northstart) | ||
| - React / v8 (@fluentui/react) | ||
| - React Components / vNext (@fluentui/react-components) | ||
Hotell marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Web Components (@fluentui/web-components) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: env-info | ||
| attributes: | ||
| label: System Info | ||
| description: Output of `npx envinfo --system --npmPackages '{@fluent/*}' --browsers` | ||
| render: shell | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: dropdown | ||
| id: a11y-bug | ||
| attributes: | ||
| label: Are you reporting Accessibility issue? | ||
| description: | | ||
| **PLEASE NOTE:** | ||
|
|
||
| 1. Do not link to, screenshot or reference a Microsoft product in this description. | ||
| 2. Our screen reader support is limited to Edge + Narrator. | ||
|
Member
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. I checked briefly with @jurokapsiar and it's not true for Northstar. I don't know exact requirements, but it's probably not true for v9, too (manual accessibility reviews include screen readers, for example #22345).
Contributor
Author
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. that's good to know! - I copied the wording from existing template and reduced it to have more succinct wording. Let's improve this as follow-up WDYT ?
Member
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. Makes sense to me 👍 |
||
| - Please check ARIA component examples to ensure it is not a screen reader or browser issue. | ||
| - Issues that do not reproduce in Edge + Narrator, and aren't caused by obvious invalid aria values, should be filed with the respective screen reading software, not the Fluent UI repo. | ||
| 3. There is documentation or best practice that supports your expected behavior (review [WAI-ARIA](https://www.w3.org/TR/wai-aria-1.1/) for accessibility guidance.) | ||
| options: | ||
| - 'yes' | ||
| - 'no' | ||
|
|
||
| - type: input | ||
| id: reproduction | ||
| attributes: | ||
| label: Reproduction | ||
| description: | | ||
| Please provide a link to one of following browser tools based on library version: | ||
| - React Northstart / v0 - https://codesandbox.io/ | ||
Hotell marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - React / v8 - https://aka.ms/fluentpen | ||
| - React Components / vNext - https://codesandbox.io/ | ||
Hotell marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Web Components - https://codesandbox.io/ | ||
|
|
||
| Or a link to a repo that can reproduce the problem you ran into. | ||
|
|
||
| **NOTE:** | ||
|
|
||
| A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required. | ||
| If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. | ||
|
|
||
| If no reproduction is provided after 3 days, it will be auto-closed. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Bug Description | ||
| value: | | ||
| ## Actual Behavior | ||
| fill this out | ||
|
|
||
| ## Expected Behavior | ||
| fill this out | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: logs | ||
| attributes: | ||
| label: Logs | ||
| description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
| render: shell | ||
|
|
||
| - type: dropdown | ||
| id: request-priority | ||
| attributes: | ||
| label: Requested priority | ||
| options: | ||
| - Blocking | ||
| - High | ||
| - Normal | ||
| - Low | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: products-affected | ||
| attributes: | ||
| label: Products/sites affected | ||
| placeholder: (provide if applicable) | ||
|
|
||
| - type: dropdown | ||
| id: requested-help | ||
| attributes: | ||
| label: Are you willing to submit a PR to fix? | ||
| options: | ||
| - 'yes' | ||
| - 'no' | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: checkboxes | ||
| id: checkboxes | ||
| attributes: | ||
| label: Validations | ||
| description: Before submitting the issue, please make sure you do the following | ||
| options: | ||
| - label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. | ||
| required: true | ||
| - label: The provided reproduction is a minimal reproducible example of the bug. | ||
| required: true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| name: Bug report | ||
| name: Bug report (Deprecated) | ||
| about: Found a bug in Fluent UI React? | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| blank_issues_enabled: true | ||
| contact_links: | ||
| - name: Questions & Discussions | ||
| url: https://github.com/microsoft/fluentui/discussions | ||
| about: Use GitHub discussions for message-board style questions and discussions. | ||
| - name: Questions via Stack Overflow | ||
| url: https://stackoverflow.com/questions/tagged/fluentui | ||
| about: Please use Stack Overflow for questions `#fluentui-react`, `#fluentui` |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| name: "\U0001F680 New feature proposal" | ||
| description: Propose a new feature to be added to Fluent UI | ||
| title: '[Feature]: ' | ||
| labels: ['Type: Feature', 'Needs: Triage 🔍'] | ||
| assignees: [] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for your interest in the project and taking the time to fill out this feature report! | ||
|
|
||
| - type: dropdown | ||
| id: lib-version | ||
| attributes: | ||
| label: Library | ||
| description: To which library would this be added to | ||
| options: | ||
| - React Northstart / v0 (@fluentui/react-northstart) | ||
Hotell marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - React / v8 (@fluentui/react) | ||
| - React Components / vNext (@fluentui/react-components) | ||
Hotell marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Web Components (@fluentui/web-components) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: feature-description | ||
| attributes: | ||
| label: Describe the feature that you would like added | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: feature-discussed-with | ||
| attributes: | ||
| label: Have you discussed this feature with our team | ||
| description: Please use particular person or team github handle | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: additional-context | ||
| attributes: | ||
| label: Additional context | ||
| description: Any other context or screenshots about the feature request here. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: checkboxes | ||
| id: checkboxes | ||
| attributes: | ||
| label: Validations | ||
| description: Before submitting the issue, please make sure you do the following | ||
| options: | ||
| - label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate. | ||
| required: true | ||
Uh oh!
There was an error while loading. Please reload this page.