@daiyam/artifact-gh-issuehub 0.2.3 → 0.3.0
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.
|
@@ -46,15 +46,13 @@ We agree to restrict the following behaviors in our community. Instances, threat
|
|
|
46
46
|
|
|
47
47
|
Tensions can occur between community members even when they are trying their best to collaborate. Not every conflict represents a code of conduct violation, and this Code of Conduct reinforces encouraged behaviors and norms that can help avoid conflicts and minimize harm.
|
|
48
48
|
|
|
49
|
-
When an incident does occur, it is important to report it promptly. To report a possible violation,
|
|
49
|
+
When an incident does occur, it is important to report it promptly. To report a possible violation, please email the project maintainer [@daiyam](mailto:daiyam@zokugun.org).
|
|
50
50
|
|
|
51
51
|
Community Moderators take reports of violations seriously and will make every effort to respond in a timely manner. They will investigate all reports of code of conduct violations, reviewing messages, logs, and recordings, or interviewing witnesses and other participants. Community Moderators will keep investigation and enforcement actions as transparent as possible while prioritizing safety and confidentiality. In order to honor these values, enforcement actions are carried out in private with the involved parties, but communicating to the whole community may be part of a mutually agreed upon resolution.
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
## Addressing and Repairing Harm
|
|
55
55
|
|
|
56
|
-
**[NOTE: The remedies and repairs outlined below are suggestions based on best practices in code of conduct enforcement. If your community has its own established enforcement process, be sure to edit this section to describe your own policies.]**
|
|
57
|
-
|
|
58
56
|
If an investigation by the Community Moderators finds that this Code of Conduct has been violated, the following enforcement ladder may be used to determine how best to repair harm, based on the incident's impact on the individuals involved and the community as a whole. Depending on the severity of a violation, lower rungs on the ladder may be skipped.
|
|
59
57
|
|
|
60
58
|
1) Warning
|
package/configs/CONTRIBUTING.md
CHANGED
|
@@ -35,6 +35,16 @@ Any Discussion which clearly identifies a problem and can be confirmed or reprod
|
|
|
35
35
|
[Discussion]: https://github.com/REPOSITORY_SLUG/discussions
|
|
36
36
|
[discussions]: https://github.com/REPOSITORY_SLUG/discussions
|
|
37
37
|
|
|
38
|
+
## Use of AI
|
|
39
|
+
|
|
40
|
+
We welcome use of AI tools to help draft discussions, issues, or code, but please follow these rules:
|
|
41
|
+
|
|
42
|
+
- Use AI tools responsibly and disclose their use.
|
|
43
|
+
- Ensure all content passes a human review for authenticity and quality.
|
|
44
|
+
- Be concise. Do not write verbose discussions, issues or PR.
|
|
45
|
+
|
|
46
|
+
Discussions, issues or PR that consist solely of unvetted AI outputs may be closed at the maintainer's discretion.
|
|
47
|
+
|
|
38
48
|
## I have a bug! / Something isn't working
|
|
39
49
|
|
|
40
50
|
First, search the issue tracker and discussions for similar issues.<br />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daiyam/artifact-gh-issuehub",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
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": "27569be7b62dee76c9ddc5b8a563bd5dc5028ba4"
|
|
20
20
|
}
|