Skip to content

Commit

Permalink
ci: Improve wording for reproduction missing workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Jul 25, 2023
1 parent 988ed38 commit 4a8f1f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ body:
- type: markdown
attributes:
value: |
Please note:
**Creating a good bug report takes time.**
To help us resolve the issue quickly, please simplify the reproduction as much as possible by removing any unnecessary code, files, and dependencies that are not directly related to the problem. The easier it is for us to see the issue, the faster we can help you.
**Please note:**
1. Bug reports without a reproduction may be closed immediately.
2. General usage questions are not bug reports. Please [submit usage questions on Stack Overflow](https://stackoverflow.com/questions/ask) instead.
**Creating a good bug report takes time.** To help us resolve the issue quickly, please simplify the reproduction as much as possible by removing any unnecessary code, files, and dependencies that are not directly related to the problem. The easier it is for us to see the issue, the faster we can help you.
- type: textarea
attributes:
label: Description
Expand All @@ -25,7 +27,9 @@ body:
attributes:
label: Mandatory reproduction URL (CodeSandbox or GitHub repository)
description: |
Templates: [CodeSandbox (`app` directory)](https://codesandbox.io/p/sandbox/next-intl-bug-template-forked-yow8ep), [CodeSandbox (`pages` directory)](https://codesandbox.io/p/sandbox/next-intl-bug-template-pages-krm37f)
**Templates:**
- [CodeSandbox (`app` directory)](https://codesandbox.io/p/sandbox/next-intl-bug-template-forked-yow8ep),
- [CodeSandbox (`pages` directory)](https://codesandbox.io/p/sandbox/next-intl-bug-template-pages-krm37f)
validations:
required: true
- type: textarea
Expand Down
17 changes: 16 additions & 1 deletion .github/workflows/issue-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- [CodeSandbox (`app` directory)](https://codesandbox.io/p/sandbox/next-intl-bug-template-forked-yow8ep)
- [CodeSandbox (`pages` directory)](https://codesandbox.io/p/sandbox/next-intl-bug-template-pages-krm37f)
**Creating a good bug report takes time.** To help us resolve the issue quickly, please simplify the reproduction as much as possible by removing any unnecessary code, files, and dependencies that are not directly related to the problem. The easier it is for us to see the issue, the faster we can help you.
**Creating a good bug report takes time.**
To help us resolve the issue quickly, please simplify the reproduction as much as possible by removing any unnecessary code, files, and dependencies that are not directly related to the problem. The easier it is for us to see the issue, the faster we can help you.
Apart from the reproduction, make sure to include the precise steps on how to reproduce the issue, e.g.:
Expand All @@ -31,3 +33,16 @@ jobs:
3. See error: …
Thank you for your understanding!
<details>
<summary>FAQ</summary>
**I've included a reproduction, what is missing?**
This comment might have been added because your reproduction doesn't point to either a CodeSandbox or a public GitHub repository where the issue can be reproduced.
Please make sure:
1. If you've linked to a CodeSandbox, make sure to save the latest changes.
2. If you've linked to a GitHub repository, make sure that you've committed and pushed the latest changes.
3. Linking to other resources, e.g. to the docs, unfortunately doesn't help to reproduce your issue.
</details>

3 comments on commit 4a8f1f9

@vercel
Copy link

@vercel vercel bot commented on 4a8f1f9 Jul 25, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

example-next-13-next-auth – ./examples/example-next-13-next-auth

example-next-13-next-auth-git-main-next-intl.vercel.app
example-next-13-next-auth-next-intl.vercel.app
example-next-13-next-auth.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4a8f1f9 Jul 25, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

next-intl-example-next-13 – ./examples/example-next-13

next-intl-example-next-13-git-main-next-intl.vercel.app
next-intl-example-next-13-next-intl.vercel.app
next-intl-example-next-13.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4a8f1f9 Jul 25, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

next-intl-docs – ./docs

next-intl-docs.vercel.app
next-intl-docs-next-intl.vercel.app
next-intl-docs-git-main-next-intl.vercel.app

Please sign in to comment.