Skip to content

Commit 8153877

Browse files
authored
Release v-4.0.0 (#148)
1 parent 97defbe commit 8153877

File tree

74 files changed

+1501
-1374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1501
-1374
lines changed

.circleci/config.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: "🐛 Bug report"
2+
description: Report errors or unexpected behavior in coteafs-selenium framework.
3+
title: "[Bug]"
4+
labels:
5+
- "type: bug"
6+
body:
7+
- type: input
8+
attributes:
9+
label: Version?
10+
placeholder: 3.0.0
11+
description: The version of coteafs-selenium which caused the issue.
12+
validations:
13+
required: true
14+
15+
- type: dropdown
16+
attributes:
17+
label: Browser?
18+
description: Which Browser caused the issue?
19+
multiple: false
20+
options:
21+
- Chrome
22+
- Firefox
23+
- IE
24+
- Edge
25+
- Safari
26+
- Other
27+
- None
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
attributes:
33+
label: Steps to reproduce
34+
description: We highly suggest including a screenshots and a bug report log (GitHub Gist link).
35+
placeholder: Tell us the steps required to trigger your bug.
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
attributes:
41+
label: ✔️ Expected Behavior
42+
placeholder: What were you expecting?
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
attributes:
48+
label: ❌ Actual Behavior
49+
placeholder: What happened instead?
50+
validations:
51+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Suggestions, Ideas, Bugs, Queries
4-
url: https://github.com/WasiqB/coteafs-selenium/issues/new/choose
5-
about: Please raise a ticket.
3+
- name: Want to discuss anything else?
4+
url: https://github.com/WasiqB/coteafs-selenium/discussions/new
5+
about: Create a discussion about it.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: "⭐ Feature / enhancement request"
2+
description: Propose something new in coteafs-selenium framework.
3+
title: "[Feature]"
4+
labels:
5+
- "type: feature"
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Description of the new feature / enhancement
10+
placeholder: What is the expected behavior of the proposed feature?
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: Scenario when this would be used?
17+
placeholder: |
18+
What is the scenario this would be used? Why is this important to your workflow?
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
attributes:
24+
label: Supporting information
25+
placeholder: |
26+
Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful.
27+
This information provides context to the scenario that may otherwise be lost.
28+
validations:
29+
required: false
30+
31+
- type: markdown
32+
attributes:
33+
value: |
34+
Please limit one request per issue.

.github/ISSUE_TEMPLATE/query-or-discussion.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/query.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "❓ Query"
2+
description: Any query related to coteafs-selenium
3+
title: "[Query]"
4+
labels:
5+
- help
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Write your query here
10+
placeholder: What query you have?
11+
validations:
12+
required: true

0 commit comments

Comments
 (0)