-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
74 changed files
with
1,501 additions
and
1,374 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,51 @@ | ||
name: "🐛 Bug report" | ||
description: Report errors or unexpected behavior in coteafs-selenium framework. | ||
title: "[Bug]" | ||
labels: | ||
- "type: bug" | ||
body: | ||
- type: input | ||
attributes: | ||
label: Version? | ||
placeholder: 3.0.0 | ||
description: The version of coteafs-selenium which caused the issue. | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Browser? | ||
description: Which Browser caused the issue? | ||
multiple: false | ||
options: | ||
- Chrome | ||
- Firefox | ||
- IE | ||
- Edge | ||
- Safari | ||
- Other | ||
- None | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: We highly suggest including a screenshots and a bug report log (GitHub Gist link). | ||
placeholder: Tell us the steps required to trigger your bug. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: ✔️ Expected Behavior | ||
placeholder: What were you expecting? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: ❌ Actual Behavior | ||
placeholder: What happened instead? | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Suggestions, Ideas, Bugs, Queries | ||
url: https://github.com/WasiqB/coteafs-selenium/issues/new/choose | ||
about: Please raise a ticket. | ||
- name: Want to discuss anything else? | ||
url: https://github.com/WasiqB/coteafs-selenium/discussions/new | ||
about: Create a discussion about it. |
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,34 @@ | ||
name: "⭐ Feature / enhancement request" | ||
description: Propose something new in coteafs-selenium framework. | ||
title: "[Feature]" | ||
labels: | ||
- "type: feature" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description of the new feature / enhancement | ||
placeholder: What is the expected behavior of the proposed feature? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Scenario when this would be used? | ||
placeholder: | | ||
What is the scenario this would be used? Why is this important to your workflow? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Supporting information | ||
placeholder: | | ||
Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful. | ||
This information provides context to the scenario that may otherwise be lost. | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Please limit one request per issue. |
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,12 @@ | ||
name: "❓ Query" | ||
description: Any query related to coteafs-selenium | ||
title: "[Query]" | ||
labels: | ||
- help | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Write your query here | ||
placeholder: What query you have? | ||
validations: | ||
required: true |
Oops, something went wrong.