Skip to content

Commit 85a4b21

Browse files
Add files via upload
1 parent 2c629f4 commit 85a4b21

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Code of Conduct
2+
3+
Contributors and maintainers are expected to adhere to the [ Contributor Covenant ](https://www.contributor-covenant.com/) guidelines.

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Contributing
2+
3+
Contributions are welcome! Please read the guidelines below.
4+
5+
### Pull Request Guidelines
6+
1. Fork the repository.
7+
2. Create your feature branch (`git checkout -b feature/your-feature`).
8+
3. Commit changes (`git commit -m 'Add some feature'`).
9+
4. Push to the branch (`git push origin feature/your-feature`).
10+
5. Open a Pull Request against the `main` branch.

SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Security
2+
3+
See `docs/security.md` for security information.

doc_2026-05-31_19-17-16.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bin/
2+
docs/
3+
src/
4+
*.exe
5+
.DS_Store

0 commit comments

Comments
 (0)