Skip to content

Commit 39b79d6

Browse files
committed
chore(sdlc): enforce open source governance and editorconfig
1 parent 7bb5baa commit 39b79d6

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 4
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

CODE_OF_CONDUCT.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Code of Conduct
2+
3+
## Our Commitment
4+
5+
We are committed to a professional, inclusive, and harassment-free community for
6+
everyone, regardless of background, identity, experience, or ability.
7+
8+
## Expected Behavior
9+
10+
- Communicate respectfully and focus criticism on technical work.
11+
- Be clear about uncertainty, limitations, and conflicts of interest.
12+
- Protect private information, credentials, and security-sensitive details.
13+
- Accept constructive feedback and correct mistakes transparently.
14+
- Use AI-assisted contributions responsibly and review generated output.
15+
16+
## Unacceptable Behavior
17+
18+
- Harassment, threats, discrimination, or personal attacks.
19+
- Publishing another person's private information without permission.
20+
- Knowingly submitting malicious, deceptive, plagiarized, or unsafe content.
21+
- Using community channels to disclose exploitable security details.
22+
23+
## Enforcement
24+
25+
Report conduct concerns privately to `OgeonX@gmail.com`. Maintainers will review
26+
reports promptly, protect confidentiality where practical, and may remove content or
27+
restrict participation when necessary.
28+
29+
This policy applies in organization repositories, discussions, issues, pull requests,
30+
and other official community spaces.

0 commit comments

Comments
 (0)