-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
80 additions
and
51 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: 🐛 Bug report | ||
description: Create a report to help fix a problem in EqualsVerifier. | ||
title: '[Bug] ' | ||
body: | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps to reproduce | ||
description: Explain what you did to run into this issue. | ||
|
||
- type: textarea | ||
id: error-message | ||
attributes: | ||
label: Error message and version number | ||
description: The error message that EqualsVerifier produces. Include the version number, and if possible the stack trace too. | ||
|
||
- type: textarea | ||
id: code-equalsverifier | ||
attributes: | ||
label: "Code: EqualsVerifier invocation" | ||
description: The code that you used to call EqualsVerifier. | ||
|
||
- type: textarea | ||
id: code-class-under-test | ||
attributes: | ||
label: "Code: class under test" | ||
description: The class that you're testing. If you can't share the code due to confidentiality, please anonymize the code. | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Any other information you would like to share. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 📜 Error messages explained | ||
url: https://jqno.nl/equalsverifier/errormessages/ | ||
about: You can check here if your problem already has a solution. | ||
- name: 📚 Manual | ||
url: https://jqno.nl/equalsverifier/manual/ | ||
about: You can check here how certain features are supposed to work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: 💡 Feature request | ||
description: Suggest an idea to improve EqualsVerifier. | ||
title: '[Feature] ' | ||
body: | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature | ||
description: A clear and concise description of what the feature should do. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: Please tell me how you prefer to see this feature implemented. | ||
|
||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe alternatives | ||
description: Are there alternative solutions you have considered? | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Any other information you would like to share. |