Skip to content

Commit dc7f086

Browse files
committed
2 parents e6e0b00 + 37a07e9 commit dc7f086

File tree

6 files changed

+290
-247
lines changed

6 files changed

+290
-247
lines changed
Lines changed: 45 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,45 @@
1-
---
2-
name: Bug report
3-
about: Create a bug report
4-
title: ''
5-
labels: bug
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36-
37-
**Additional context**
38-
Add any other context about the problem here.
1+
---
2+
name: General Bug report
3+
about: Create a bug report
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Console Log**
27+
If applicable, add console logs by enabling the `Debug` Option in `Options` -> `Advanced Mode`
28+
29+
**Desktop (please complete the following information):**
30+
- OS: [e.g. iOS]
31+
- Browser [e.g. chrome, safari]
32+
- Version [e.g. 22]
33+
34+
**Smartphone (please complete the following information):**
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser [e.g. stock browser, safari]
38+
- Version [e.g. 22]
39+
40+
**Additional context**
41+
Add any other context about the problem here.
42+
43+
- [ ] I make sure not to use an API override
44+
- [ ] I make sure not to use a shield override
45+
- [ ] I make sure not to use an updatecheck override
Lines changed: 51 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,51 @@
1-
---
2-
name: Bug report chrome
3-
about: Create a bug report for the chrome extension
4-
title: ''
5-
labels: bug, chrome
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser: Chrome
29-
- Version: [e.g. 87.0.4280.141]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser: Chrome
35-
- Version: [e.g. 87.0.4280.141]
36-
37-
38-
**Extension (please complete the following information):**
39-
- Version: [e.g. 1.0.0]
40-
- Packed? [Yes if downloaded from Store]
41-
42-
**Additional context**
43-
Add any other context about the problem here.
1+
---
2+
name: Google Chrome
3+
about: Create a bug report for the chrome extension
4+
title: ''
5+
labels: bug, chrome
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Console Log**
27+
If applicable, add console logs by enabling the `Debug` Option in `Options` -> `Advanced Mode`
28+
29+
**Desktop (please complete the following information):**
30+
- OS: [e.g. iOS]
31+
- Browser: Chrome
32+
- Version: [e.g. 87.0.4280.141]
33+
34+
**Smartphone (please complete the following information):**
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser: Chrome
38+
- Version: [e.g. 87.0.4280.141]
39+
40+
41+
**Extension (please complete the following information):**
42+
- Version: [e.g. 1.0.0]
43+
- Packed? [Yes if downloaded from Store]
44+
45+
**Additional context**
46+
Add any other context about the problem here.
47+
48+
49+
- [ ] I make sure not to use an API override
50+
- [ ] I make sure not to use a shield override
51+
- [ ] I make sure not to use an updatecheck override
Lines changed: 45 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,45 @@
1-
---
2-
name: Bug report edge
3-
about: Create a bug report for the edge extension
4-
title: ''
5-
labels: bug, edge
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information if applicable):**
27-
- OS: [e.g. iOS]
28-
- Browser: Edge
29-
- Version [e.g. 45.12.4.5121]
30-
31-
**Smartphone (please complete the following information if applicable):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser: Edge
35-
- Version [e.g. 45.12.4.5121]
36-
37-
**Additional context**
38-
Add any other context about the problem here.
1+
---
2+
name: Microsoft Edge
3+
about: Create a bug report for the edge extension
4+
title: ''
5+
labels: bug, edge
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Console Log**
27+
If applicable, add console logs by enabling the `Debug` Option in `Options` -> `Advanced Mode`
28+
29+
**Desktop (please complete the following information if applicable):**
30+
- OS: [e.g. iOS]
31+
- Browser: Edge
32+
- Version [e.g. 45.12.4.5121]
33+
34+
**Smartphone (please complete the following information if applicable):**
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser: Edge
38+
- Version [e.g. 45.12.4.5121]
39+
40+
**Additional context**
41+
Add any other context about the problem here.
42+
43+
- [ ] I make sure not to use an API override
44+
- [ ] I make sure not to use a shield override
45+
- [ ] I make sure not to use an updatecheck override
Lines changed: 49 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,49 @@
1-
---
2-
name: Bug report firefox
3-
about: Create a bug report for the firefox extension
4-
title: ''
5-
labels: bug, firefox
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser: Firefox
29-
- Version: [e.g. 84.0.2]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser: Firefox
35-
- Version: [e.g. 84.0.2]
36-
37-
**Extension (please complete the following information):**
38-
- Version: [e.g. 1.0.0]
39-
- Packed? [Yes if downloaded from Store]
40-
41-
**Additional context**
42-
Add any other context about the problem here.
1+
---
2+
name: Mozilla Firefox
3+
about: Create a bug report for the firefox extension
4+
title: ''
5+
labels: bug, firefox
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Console Log**
27+
If applicable, add console logs by enabling the `Debug` Option in `Options` -> `Advanced Mode`
28+
29+
**Desktop (please complete the following information):**
30+
- OS: [e.g. iOS]
31+
- Browser: Firefox
32+
- Version: [e.g. 84.0.2]
33+
34+
**Smartphone (please complete the following information):**
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser: Firefox
38+
- Version: [e.g. 84.0.2]
39+
40+
**Extension (please complete the following information):**
41+
- Version: [e.g. 1.0.0]
42+
- Packed? [Yes if downloaded from Store]
43+
44+
**Additional context**
45+
Add any other context about the problem here.
46+
47+
- [ ] I make sure not to use an API override
48+
- [ ] I make sure not to use a shield override
49+
- [ ] I make sure not to use an updatecheck override

0 commit comments

Comments
 (0)