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
ALL commits must be signed to ensure the identity of the developer, any pull requests that are made with unsigned commits will be rejected as a matter of course.
9
+
ALL commits must be signed to ensure the identity of the developer, any pull
10
+
requests that are made with unsigned commits will be rejected as a matter of
11
+
course.
8
12
9
-
> This project has a [code of conduct](CODE_OF_CONDUCT.md). By interacting with this repository, organization, or community you agree to abide by its terms.
13
+
> This project has a [code of conduct](CODE_OF_CONDUCT.md). By interacting
14
+
with this repository, organization, or community you agree to abide by its terms.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/ask_question.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Ask a question
2
2
description: If you don't have a specific issue or bug to report you can still ask us questions and we will do our best to answer them
3
3
title: "[Question]: "
4
-
labels: [question, triage]
4
+
labels: ["type: question", "state: triage"]
5
5
assignees:
6
6
- tgwolf
7
7
body:
@@ -16,7 +16,7 @@ body:
16
16
id: terms
17
17
attributes:
18
18
label: Code of Conduct
19
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
19
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/DevelopersToolbox/ini-file-parser/blob/master/.github/CODE_OF_CONDUCT.md)
20
20
options:
21
21
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Report a bug
2
2
description: Found a bug? Let us knonw what the issue is and we will attempt to fix it
3
3
title: "[Bug]: "
4
-
labels: [bug, triage]
4
+
labels: ["type: bug", "state: triage"]
5
5
assignees:
6
6
- tgwolf
7
7
body:
@@ -52,7 +52,7 @@ body:
52
52
id: terms
53
53
attributes:
54
54
label: Code of Conduct
55
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
55
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/DevelopersToolbox/ini-file-parser/blob/master/.github/CODE_OF_CONDUCT.md)
56
56
options:
57
57
- 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-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Request a new feature
2
2
description: Got an idea for a new feature? Let us know what you want and we will see if we can add it
3
3
title: "[Feature Request]: "
4
-
labels: [enhancement, triage]
4
+
labels: ["type: feature", "state: triage"]
5
5
assignees:
6
6
- tgwolf
7
7
body:
@@ -37,7 +37,7 @@ body:
37
37
id: terms
38
38
attributes:
39
39
label: Code of Conduct
40
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
40
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/DevelopersToolbox/ini-file-parser/blob/master/.github/CODE_OF_CONDUCT.md)
41
41
options:
42
42
- label: I agree to follow this project's Code of Conduct
0 commit comments