@daiyam/artifact-gh-issuehub 0.6.2 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.artifactrc.yml +1 -1
- package/configs/CONTRIBUTING.md +2 -1
- package/package.json +2 -2
package/.artifactrc.yml
CHANGED
package/configs/CONTRIBUTING.md
CHANGED
|
@@ -14,6 +14,7 @@ This document is intended for anyone considering opening an **issue**, **discuss
|
|
|
14
14
|
|
|
15
15
|
- [Code of Conduct](#code-of-conduct)
|
|
16
16
|
- [Users are not allowed to create Issues directly](#users-are-not-allowed-to-create-issues-directly)
|
|
17
|
+
- [Use of AI](#use-of-ai)
|
|
17
18
|
- [I have a bug! / Something isn't working](#i-have-a-bug--something-isnt-working)
|
|
18
19
|
- [I have an idea for a feature](#i-have-an-idea-for-a-feature)
|
|
19
20
|
- [I want to make changes](#i-want-to-make-changes)
|
|
@@ -48,7 +49,7 @@ Discussions, issues or PR that consist solely of unvetted AI outputs may be clos
|
|
|
48
49
|
## I have a bug! / Something isn't working
|
|
49
50
|
|
|
50
51
|
First, search the issue tracker and discussions for similar issues.<br />
|
|
51
|
-
Tip: also search for [closed issues] and [closed discussions]
|
|
52
|
+
Tip: also search for [closed issues] and [closed discussions]; your issue might have already been fixed!
|
|
52
53
|
|
|
53
54
|
> [!NOTE]
|
|
54
55
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daiyam/artifact-gh-issuehub",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Baptiste Augrain",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/daiyam/artifact-configs/issues"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [],
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "4d1c657e7cd39f5ba6e5f20054188f0804eb1339"
|
|
20
20
|
}
|