1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00

update contribution guidelines

This commit is contained in:
Daniel Lowrey 2015-01-26 12:22:15 -05:00
parent ab89cb1595
commit dcfe12cad8
2 changed files with 13 additions and 18 deletions

13
CONTRIBUTING Normal file
View File

@ -0,0 +1,13 @@
#### Contribution licensing ...
Any contribution intentionally submitted for inclusion in the Amp project
shall be under the terms and conditions of the MIT License, without any
additional terms or conditions. Not withstanding the above, nothing herein
shall supersede or modify the terms of any separate license agreement you
may have executed with the Amp project (or its licensor Daniel Lowrey)
regarding such contributions.
#### Before you PR ...
Amp currently retains minimum compatibility with PHP 5.5. All source code
contributions must execute successfully in this environment.

View File

@ -1,18 +0,0 @@
#### Contribution licensing ...
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the Amp project shall be under the terms and
conditions of the MIT License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify the
terms of any separate license agreement you may have executed with the
Amp project (or its licensor Daniel Lowrey) regarding such contributions.
#### Before you PR ...
The Amp project strives to retain minimum compatibility with PHP 5.5. All
source code contributions must execute successfully in this environment.
Thank you in advance!
#### Contributors
- Daniel Lowrey