Skip to content

Commit 0edd5bc

Browse files
committed
some files
1 parent f9ed586 commit 0edd5bc

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
* text=auto eol=lf
2+
3+
*.bat text eol=crlf
4+
*.cmd text eol=crlf
5+
*.ps1 text eol=crlf
6+
*.sh text eol=lf
7+
8+
*.png binary
9+
*.jpg binary
10+
*.jpeg binary
11+
*.gif binary
12+
*.ico binary
13+
*.pdf binary
14+
*.gem binary
15+
*.ttf binary
16+
*.otf binary
17+
*.woff binary
18+
*.woff2 binary

CODE_OF_CONDUCT.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
We are committed to making ASRFacet-Rb a welcoming, respectful, and productive project for everyone. We expect all contributors, maintainers, and users to help create a safe environment for collaboration.
6+
7+
## Standards
8+
9+
Examples of behavior that supports this project:
10+
11+
- Being respectful and constructive in discussions, reviews, and issue reports
12+
- Focusing feedback on the code, design, and documentation, not the person
13+
- Being patient with questions and learning-focused contributions
14+
- Respecting boundaries around authorized testing and responsible use
15+
16+
Examples of behavior that is not acceptable:
17+
18+
- Harassment, threats, or demeaning language
19+
- Personal attacks, trolling, or deliberate disruption
20+
- Sharing private information without permission
21+
- Any conduct that makes collaboration unsafe or hostile
22+
23+
## Reporting
24+
25+
If you experience or witness behavior that violates this code of conduct, please report it to the project maintainer through the repository contact channels.
26+
27+
## Enforcement
28+
29+
Project maintainers may take any action they consider appropriate to protect the health of the project, including warnings, temporary restrictions, or permanent removal from project spaces.
30+
31+
## Scope
32+
33+
This code of conduct applies to all project spaces, including code reviews, issues, pull requests, documentation, discussions, and any project-related communication.

0 commit comments

Comments
 (0)