Skip to content

Commit

Permalink
Release v-4.0.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB authored Aug 24, 2021
1 parent 97defbe commit 8153877
Show file tree
Hide file tree
Showing 74 changed files with 1,501 additions and 1,374 deletions.
57 changes: 0 additions & 57 deletions .circleci/config.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
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.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/query-or-discussion.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/query.yml
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
Loading

0 comments on commit 8153877

Please sign in to comment.