Skip to content

Commit 071b0a3

Browse files
docs: more clearly document reproduction link requirements (#11226)
Co-authored-by: Thang Vu <[email protected]>
1 parent 4e9d2a2 commit 071b0a3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/1_bug_framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
1212
### Important :exclamation:
1313
14-
_Providing incorrect/insufficient information or skipping steps to reproduce the issue may result in closing the issue or converting to a discussion without further explanation._
14+
_Providing incorrect/insufficient information or skipping steps to reproduce the issue *will* result in closing the issue or converting to a discussion without further explanation._
1515
1616
If you have a generic question specific to your project, it is best asked in Discussions under the [Questions category](https://github.com/nextauthjs/next-auth/discussions/new?category=Questions)
1717
# Let's wait with this until adoption in other frameworks.
@@ -41,7 +41,7 @@ body:
4141
- type: input
4242
attributes:
4343
label: Reproduction URL
44-
description: A URL to a repository/code that clearly reproduces your issue. You can use our [`next-auth-example`](https://github.com/nextauthjs/next-auth-example) template repository to get started more easily, or link to your project if it's public
44+
description: A URL to a public github.com repository outside the next-auth org that clearly reproduces your issue. You can use our [`next-auth-example`](https://github.com/nextauthjs/next-auth-example) template repository to get started more easily
4545
validations:
4646
required: true
4747
- type: textarea

.github/ISSUE_TEMPLATE/2_bug_provider.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
1212
### Important :exclamation:
1313
14-
_Providing incorrect/insufficient information or skipping steps to reproduce the issue may result in closing the issue or converting to a discussion without further explanation._
14+
_Providing incorrect/insufficient information or skipping steps to reproduce the issue *will* result in closing the issue or converting to a discussion without further explanation._
1515
1616
If you have a generic question specific to your project, it is best asked in Discussions under the [Questions category](https://github.com/nextauthjs/next-auth/discussions/new?category=Questions)
1717
- type: dropdown
@@ -110,7 +110,7 @@ body:
110110
- type: input
111111
attributes:
112112
label: Reproduction URL
113-
description: A URL to a repository/code that clearly reproduces your issue. You can use our [`next-auth-example`](https://github.com/nextauthjs/next-auth-example) template repository to get started more easily, or link to your project if it's public
113+
description: A URL to a public github.com repository outside the next-auth org that clearly reproduces your issue. You can use our [`next-auth-example`](https://github.com/nextauthjs/next-auth-example) template repository to get started more easily
114114
validations:
115115
required: true
116116
- type: textarea

.github/ISSUE_TEMPLATE/3_bug_adapter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
1212
### Important :exclamation:
1313
14-
_Providing incorrect/insufficient information or skipping steps to reproduce the issue may result in closing the issue or converting to a discussion without further explanation._
14+
_Providing incorrect/insufficient information or skipping steps to reproduce the issue *will* result in closing the issue or converting to a discussion without further explanation._
1515
1616
If you have a generic question specific to your project, it is best asked in Discussions under the [Questions category](https://github.com/nextauthjs/next-auth/discussions/new?category=Questions)
1717
- type: dropdown
@@ -64,7 +64,7 @@ body:
6464
- type: input
6565
attributes:
6666
label: Reproduction URL
67-
description: A URL to a repository/code that clearly reproduces your issue. You can use our [`next-auth-example`](https://github.com/nextauthjs/next-auth-example) template repository to get started more easily, or link to your project if it's public
67+
description: A URL to a public github.com repository outside the next-auth org that clearly reproduces your issue. You can use our [`next-auth-example`](https://github.com/nextauthjs/next-auth-example) template repository to get started more easily
6868
validations:
6969
required: true
7070
- type: textarea

.github/invalid-reproduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ To be able to investigate, we need access to a reproduction to identify what tri
66

77
The bug template that you filled out has a section called "Reproduction URL", which is where you should provide the link to the reproduction.
88

9-
- If you did not provide a link or the link you provided is not valid, we will close the issue.
9+
- If you did not provide a link or the link you provided is not hosted on github.com outside of the next-auth organization, we will close the issue.
1010
- If you provide a link to a private repository, we will close the issue.
1111
- If you provide a link to a repository but not in the correct section, we will close the issue.
1212

1313
### What should I do?
1414

1515
Depending on the reason the issue was closed, you can do the following:
1616

17-
- If you did not provide a link, please open a new issue with a link to a reproduction.
17+
- If you did not provide a link hosted on github.com outside of the next-auth organization, please open a new issue with a link to such a reproduction.
1818
- If you provided a link to a private repository, please open a new issue with a link to a public repository.
1919
- If you provided a link to a repository but not in the correct section, please open a new issue with a link to a reproduction in the correct section.
2020

0 commit comments

Comments
 (0)