You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
name: Bug Report
2
2
description: File a bug report
3
3
title: "[Bug]: "
4
-
labels: ["bug", "triage"]
5
-
assignees: ["nixrajput"]
4
+
labels: ["bug", "triage"]
5
+
assignees: ["nixrajput"]
6
6
body:
7
7
- type: input
8
8
id: contact
@@ -25,7 +25,7 @@ body:
25
25
attributes:
26
26
label: Version
27
27
description: What version of our app are you running?
28
-
placeholder: 2.0.1
28
+
placeholder: ^0.0.1
29
29
validations:
30
30
required: true
31
31
- type: dropdown
@@ -59,7 +59,7 @@ body:
59
59
id: terms
60
60
attributes:
61
61
label: Code of Conduct
62
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/nixrajput/flutter_carousel_widget/CODE_OF_CONDUCT.md).
62
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/nixrajput/flutter_carousel_widget/blob/master/CODE_OF_CONDUCT.md).
63
63
options:
64
64
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Feature request
2
2
description: Suggest an idea for this project
3
3
title: "[Feature Request]: "
4
-
labels: ["enhancement"]
4
+
labels: ["enhancement"]
5
5
assignees:
6
6
- nixrajput
7
7
body:
@@ -47,7 +47,7 @@ body:
47
47
id: terms
48
48
attributes:
49
49
label: Code of Conduct
50
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/nixrajput/flutter_carousel_widget/CODE_OF_CONDUCT.md).
50
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/nixrajput/flutter_carousel_widget/blob/master/CODE_OF_CONDUCT.md).
51
51
options:
52
52
- label: I agree to follow this project's Code of Conduct
0 commit comments