Skip to content
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

[core] Polish on the bug issue template #5525

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ body:
label: Steps to reproduce 🕹
description: |
Please provide a link to a live example and an unambiguous set of steps to reproduce this bug.

As a starting point, we recommend you browse our [documentation](https://mui.com/x/advanced-components/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case.

As a starting point, we recommend you [browse the documentation](https://mui.com/x/introduction/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apply Matt's feedback and fix 301

Or you can use a [basic template](https://mui.com/r/x-issue-template) to build your reproduction case.

Issues that we can't reproduce will be closed.
value: |
Link to live example:

Steps:
1.
2.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/support-stackoverflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration for support-requests - https://github.com/dessant/support-requests
name: 'Support StackOverflow'
name: 'Support Stack Overflow'

on:
issues:
Expand All @@ -16,7 +16,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Label used to mark issues as support requests
support-label: 'support: StackOverflow'
support-label: 'support: Stack Overflow'
# Comment to post on issues marked as support requests. Add a link
# to a support page, or set to `false` to disable
issue-comment: |
Expand All @@ -27,7 +27,7 @@ jobs:

For support, please check out https://mui.com/getting-started/support/. Thanks!

If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If you have a question on Stack Overflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
close-issue: true
lock-issue: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
- [core] Fix `yarn prettier` script (#3292) @oliviertassinari
- [core] Improve tests for Tree Data (#3366) @flaviendelangle
- [core] Never import directly from the `__modules__` folder in the `x-data-grid-generator` package (#3379) @flaviendelangle
- [core] Transition to a new StackOverflow tag (#3308) @oliviertassinari
- [core] Transition to a new Stack Overflow tag (#3308) @oliviertassinari
- [core] Update monorepo (#3370) @flaviendelangle
- [core] Use pre-processors for sorting and filtering (#3318) @flaviendelangle
- [test] Replace `useFakeTimers` (#3323) @m4theushw
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Find more details [in the docs](https://mui.com/x/introduction/licensing/).
## Questions

For _how-to_ questions and other non-issues,
please use [StackOverflow](https://stackoverflow.com/questions/tagged/mui) instead of GitHub issues.
There is a StackOverflow tag called "mui" that you can use to tag your questions.
please use [Stack Overflow](https://stackoverflow.com/questions/tagged/mui) instead of GitHub issues.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was simply wrong spelling.

There is a Stack Overflow tag called "mui" that you can use to tag your questions.

## Bugs or feature request

Expand Down
2 changes: 1 addition & 1 deletion docs/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/r/x-license-key-installation https://mui.com/x/introduction/licensing/#license-key-installation 302
/r/x-data-grid-no-dimensions https://mui.com/x/react-data-grid/layout/ 302
/r/x-technical-support https://mui.com/x/introduction/support/#technical-support 302
/r/x-issue-template https://codesandbox.io/s/mui-x-issue-template-uh3pm2 302
/r/x-issue-template https://codesandbox.io/s/mui-x-issue-template-qtf00h 302
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the console warning, and bring the codesandbox to the MUI org.


# Legacy redirection
# 2021
Expand Down