Skip to content

Commit 248eb76

Browse files
committed
chore: one more update/add placeholder file/todo
1 parent 217a90d commit 248eb76

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

+8
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ body:
5757
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
5858
validations:
5959
required: false
60+
- type: checkboxes
61+
id: terms
62+
attributes:
63+
label: Code of Conduct
64+
description: By submitting this issue, you agree to follow our [Code of Conduct](/CODE_OF_CONDUCT.md)
65+
options:
66+
- label: I agree to follow this project's Code of Conduct
67+
required: true

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ body:
6565
id: terms
6666
attributes:
6767
label: Code of Conduct
68-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
68+
description: By submitting this issue, you agree to follow our [Code of Conduct](/CODE_OF_CONDUCT.md)
6969
options:
7070
- label: I agree to follow this project's Code of Conduct
7171
required: true

CODE_OF_CONDUCT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Allo Code of Conduct
2+
3+
<!-- ToDo: -->

0 commit comments

Comments
 (0)