@daiyam/artifact-gh-issuehub 0.4.0 → 0.4.1
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.
|
@@ -38,9 +38,11 @@ body:
|
|
|
38
38
|
required: true
|
|
39
39
|
- type: textarea
|
|
40
40
|
attributes:
|
|
41
|
-
label:
|
|
42
|
-
description: Paste the output
|
|
41
|
+
label: Environment
|
|
42
|
+
description: Paste the output of `npx envinfo --system --binaries` here.
|
|
43
43
|
render: text
|
|
44
|
+
placeholder: |-
|
|
45
|
+
System, Binaries
|
|
44
46
|
validations:
|
|
45
47
|
required: true
|
|
46
48
|
- type: markdown
|
|
@@ -51,7 +53,8 @@ body:
|
|
|
51
53
|
> Use these links to review the existing [Discussions](https://github.com/REPOSITORY_SLUG/discussions?discussions_q=) and [Issues](https://github.com/REPOSITORY_SLUG/issues?q=sort%3Areactions-desc).
|
|
52
54
|
- type: checkboxes
|
|
53
55
|
attributes:
|
|
54
|
-
label:
|
|
56
|
+
label: Validations
|
|
57
|
+
description: "Before submitting the issue, please make sure you acknowledge that:"
|
|
55
58
|
options:
|
|
56
59
|
- label: I have reviewed the FAQ and confirm that my issue is NOT among them.
|
|
57
60
|
required: true
|
|
@@ -59,3 +62,11 @@ body:
|
|
|
59
62
|
required: true
|
|
60
63
|
- label: I have checked the "Preview" tab on all text fields to ensure that everything looks right, and have wrapped all configuration and code in code blocks with a group of three backticks (` ``` `) on separate lines.
|
|
61
64
|
required: true
|
|
65
|
+
- type: checkboxes
|
|
66
|
+
attributes:
|
|
67
|
+
label: Contributions
|
|
68
|
+
description: |-
|
|
69
|
+
Please note that Open Source projects are maintained by volunteers, where your cases might not be always relevant to the others. It would make things move faster if you could help investigate and propose solutions.
|
|
70
|
+
options:
|
|
71
|
+
- label: I am willing to submit a PR to fix this issue
|
|
72
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daiyam/artifact-gh-issuehub",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
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": "87e81e40835a9965ef4b3bce2ae30449a1e9e8e9"
|
|
20
20
|
}
|