Initial commit

This commit is contained in:
2025-07-30 19:12:53 +03:00
commit 74cbe1e469
83 changed files with 12567 additions and 0 deletions

21
.github/contributing.md vendored Normal file
View File

@@ -0,0 +1,21 @@
# Contributing to gh-action-readme
Thank you for considering contributing!
## How to contribute
- Fork the repository and create your branch from `main`.
- If youve added code, write tests.
- Ensure the code builds and tests pass (`make test`).
- Follow the code style used in the repository.
- If youre adding new features or commands, update the documentation and add usage examples.
## Reporting issues
- Search existing issues before opening a new one.
- Provide a clear description and, if possible, a minimal reproducible example.
## Code of Conduct
This project follows an inclusive, respectful Code of Conduct. Please treat everyone with respect and kindness.