Skip to content

Commit b20c81e

Browse files
committed
docs: add CONTRIBUTING.md and LICENSE files
1 parent fbd2ff7 commit b20c81e

File tree

5 files changed

+52
-18
lines changed

5 files changed

+52
-18
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.gitignore
22
.php-cs-fixer.dist.php
3+
CONTRIBUTING.md
4+
LICENSE
35
README.md
46
composer.json
57
docs/Api/SmsApi.md

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing
2+
3+
Welcome! This repository contains the **generated SDK** for the ubill.ge API.
4+
5+
⚠️ **Important:** This SDK is generated automatically
6+
from [ubill-ge/sdk-generator](https://github.com/ubill-ge/sdk-generator),
7+
which contains the OpenAPI specification, generator config, and templates.
8+
**Please do not make changes directly in this repository.**
9+
All manual updates must be made in the `sdk-generator` repo.
10+
11+
## How to Contribute
12+
13+
If you want to contribute:
14+
15+
1. **Open an issue here** to report bugs, suggest improvements, or ask questions.
16+
2. **Make changes in [`sdk-generator`](https://github.com/ubill-ge/sdk-generator):**
17+
- Update the OpenAPI spec (`openapi.yaml`)
18+
- Adjust templates or config files
19+
3. Open a pull request in `sdk-generator`.
20+
4. Once merged, the SDK will be regenerated and pushed to this repository.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025-present UBill
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ This PHP package is automatically generated by the [OpenAPI Generator](https://o
104104
- Generator version: `7.13.0`
105105
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
106106

107+
## Contributing
108+
109+
Please see the [CONTRIBUTING.md](./CONTRIBUTING.md) file for guidelines on how to contribute.
110+
107111
## Authors
108112

109113
- [Temuri Takalandze](https://www.abgeo.dev) - *Maintainer*
114+
115+
## License
116+
117+
Copyright (c) 2025-present UBill.
118+
Released under the [MIT](./LICENSE) License.

example/index.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)