Skip to content

Commit 55ca373

Browse files
committed
Add basic contributing guidelines.
1 parent c8f7a10 commit 55ca373

File tree

4 files changed

+373
-340
lines changed

4 files changed

+373
-340
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PSR-2 compliant EditorConfig.
1+
# PSR-12 compliant EditorConfig.
22

33
root = true
44

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributing to the PHP AI Client package
2+
3+
Thank you for your interest in contributing to the PHP AI Client package! Here you find some information on how to get started. As this repository is in its very early stages, expect more detailed instructions to come soon.
4+
5+
## Coding standards
6+
7+
While this project is stewarded by [WordPress AI Team](https://make.wordpress.org/ai/) members and contributors, it is a WordPress agnostic PHP package that can benefit any project in the PHP ecosystem. As such, all code must follow the [PSR-12 Coding Standards](https://www.php-fig.org/psr/psr-12/).
8+
9+
## Guidelines
10+
11+
- As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/).
12+
- All WordPress projects are [licensed under the GPLv2+](/LICENSE.md), and all contributions to the PHP AI Client package will be released under the GPLv2+ license. You maintain copyright over any contribution you make, and by submitting a pull request, you are agreeing to release that contribution under the GPLv2+ license.

LICENSE

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

0 commit comments

Comments
 (0)