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
* 🎨 Correctly established directories.
* ♻️ Refactor ICEs array, deprecated 'set-output'.
Signed-off-by: Salvydas Lukosius <sall@w-ss.io>
Signed-off-by: William Cooper <60315017+wicoop@users.noreply.github.com>
Co-authored-by: William Cooper <60315017+wicoop@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/04_documentation.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
name: "📚 Documentation"
2
-
description: The issue request for changes indocumentation
2
+
description: The issue request for changes in documentation
3
3
title: "[docs]: "
4
4
labels: ["documentation 📝"]
5
-
assignees:
6
-
- ss-o
5
+
assignees: ["ss-o"]
7
6
body:
8
7
- type: markdown
9
8
attributes:
@@ -16,7 +15,7 @@ body:
16
15
17
16
If you followed the documentation but things don't work, take some time to consider if it's the documentation or the code that's wrong. In the latter, prefer using the "bug" template.
18
17
19
-
You may proceed directly to sending a pull request without filing this issue, and we can improve on your work.
18
+
You may proceed directly to sending a pull request without filing this issue, and we can improve your work.
20
19
If you think some of the requirements above are not met, or if you are not able to contribute yourself, the issue is still welcomed.
21
20
22
21
- type: textarea
@@ -53,7 +52,7 @@ body:
53
52
required: true
54
53
- type: checkboxes
55
54
attributes:
56
-
label: Are you familiar with Contributor Covenant Code of Conduct?
55
+
label: Are you familiar with the Contributor Covenant Code of Conduct?
57
56
options:
58
57
- label: I have read the [Contributor Covenant Code of Conduct](https://github.com/z-shell/zi/blob/main/docs/CODE_OF_CONDUCT.md).
0 commit comments