Skip to content

Commit 7fb0442

Browse files
committed
Update team name and CONTRIBUTING.md
1 parent 53dfad0 commit 7fb0442

File tree

661 files changed

+705
-684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

661 files changed

+705
-684
lines changed

.ci/after-failure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of the Zephir.
44
#
5-
# (c) Zephir Team <[email protected]>
5+
# (c) Phalcon Team <[email protected]>
66
#
77
# For the full copyright and license information, please view
88
# the LICENSE file that was distributed with this source code.

.ci/appveyor.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of the Zephir.
22
#
3-
# (c) Zephir Team <[email protected]>
3+
# (c) Phalcon Team <[email protected]>
44
#
55
# For the full copyright and license information, please view
66
# the LICENSE file that was distributed with this source code.

.ci/build-phar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of the Zephir.
44
#
5-
# (c) Zephir Team <[email protected]>
5+
# (c) Phalcon Team <[email protected]>
66
#
77
# For the full copyright and license information, please view
88
# the LICENSE file that was distributed with this source code.

.ci/install-prereqs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of the Zephir.
44
#
5-
# (c) Zephir Team <[email protected]>
5+
# (c) Phalcon Team <[email protected]>
66
#
77
# For the full copyright and license information, please view
88
# the LICENSE file that was distributed with this source code.

.ci/memcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of the Zephir.
44
#
5-
# (c) Zephir Team <[email protected]>
5+
# (c) Phalcon Team <[email protected]>
66
#
77
# For the full copyright and license information, please view
88
# the LICENSE file that was distributed with this source code.

.ci/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of the Zephir.
44
#
5-
# (c) Zephir Team <[email protected]>
5+
# (c) Phalcon Team <[email protected]>
66
#
77
# For the full copyright and license information, please view
88
# the LICENSE file that was distributed with this source code.

.ci/travis.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; This file is part of the Zephir.
22
;
3-
; (c) Zephir Team <[email protected]>
3+
; (c) Phalcon Team <[email protected]>
44
;
55
; For the full copyright and license information, please view
66
; the LICENSE file that was distributed with this source code.

.php_cs.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.
@@ -16,7 +16,7 @@ if (!file_exists(__DIR__.'/Library')) {
1616
$header = <<<'EOF'
1717
This file is part of the Zephir.
1818
19-
(c) Zephir Team <[email protected]>
19+
(c) Phalcon Team <[email protected]>
2020
2121
For the full copyright and license information, please view
2222
the LICENSE file that was distributed with this source code.

CONTRIBUTING.md

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,33 @@
1-
Zephir is an open source project and a volunteer effort.
2-
Contributions are welcome!
1+
# Contributing to Zephir
32

4-
## General
3+
Zephir is an open source project and a volunteer effort. Zephir welcomes
4+
contribution from everyone. The following summarizes the process for
5+
contributing changes. Please take a moment to review this document in order
6+
to make the contribution process easy and effective for everyone involved.
57

6-
*We only accept bug reports, new feature requests and pull requests in GitHub*.
8+
## Community
79

8-
If you are not familiar with markdown and also
9-
[GitHub markdown implementation](https://help.github.com/articles/github-flavored-markdown),
10-
then read this. This is important, because we write code, and all our questions are about the code.
11-
So lets respect each other and wrap code-blocks by specified tags.
10+
Zephir is maintained and supported by [Phalcon Team][team] and developed in
11+
collaboration with a productive community of contributors. Please use the
12+
[GitHub issues][issues] to raise discussion of development topics.
1213

13-
If you have a change or new feature in mind, please fill a New Feature Request (NFR).
14+
We use the GitHub issues for tracking bugs and feature requests and have
15+
limited bandwidth to address all of them. Thus we only accept bug reports,
16+
new feature requests and pull requests in GitHub. Our great community and
17+
contributors are happy to help you though! Please use these community
18+
resources for obtaining help.
19+
20+
_Please use the [Documentation][docs] before anything else. You can also use
21+
the search feature in our documents to find what you are looking for. If your
22+
question is still not answered, there are more options below._
23+
24+
## Contributions
25+
26+
Contributions to Zephir should be made in the form of GitHub pull requests.
27+
Each pull request will be reviewed by a core contributor (someone with
28+
permission to merge patches). Feedback can be provided and potentially changes
29+
requested or the pull request will be merged. All contributions should follow
30+
this format, even those from core contributors.
1431

1532
## Code style conventions
1633

@@ -23,9 +40,8 @@ Pull requests should be targeted at Zephir's `master` branch.
2340
Before pushing to your Github repo and issuing the pull request,
2441
please do two things:
2542

26-
1. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your
27-
local changes against the `master` branch. Resolve any conflicts
28-
that arise.
43+
1. [Rebase][git rebase] your local changes against the `master` branch.
44+
Resolve any conflicts that arise.
2945
2. Run the full Zephir test suite with the `./vendor/bin/phpunit` command.
3046
You're not off the hook even if you just stick to documentation; code
3147
examples in the docs are tested as well!
@@ -34,8 +50,7 @@ please do two things:
3450
and also yourself, do not make mistakes in the future.
3551

3652
Pull requests will be treated as "review requests", and we will give
37-
feedback we expect to see corrected on
38-
[coding style](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
53+
feedback we expect to see corrected on [coding style][psr-2]
3954
and substance before pulling. Changes contributed via pull request should
4055
focus on a single issue at a time, like any other. We will not accept
4156
pull-requests that try to "sneak" unrelated changes in.
@@ -60,4 +75,10 @@ When submitting bugs to the issue tracker make sure your issue includes:
6075
- Zephir version, if your version is outdated - try updating the latest version
6176

6277
Thanks! <br />
63-
Zephir Team
78+
Phalcon Team
79+
80+
[team]: https://phalcon.io/en-us/team
81+
[issues]: https://github.com/phalcon/zephir/issues
82+
[docs]: https://docs.zephir-lang.com
83+
[git rebase]: http://git-scm.com/book/en/Git-Branching-Rebasing
84+
[psr-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
MIT License
33

4-
Copyright (c) 2013-present Zephir Team
4+
Copyright (c) 2013-present Phalcon Team
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

Library/AliasManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/ArgInfoDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Backends/BackendFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Backends/ZendEngine2/Backend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Backends/ZendEngine3/Backend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Backends/ZendEngine3/FcallManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Backends/ZendEngine3/StringsManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/BaseBackend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Branch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/BranchGraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/BranchGraphNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/BranchManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/FunctionCallBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/LiteralBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Operators/AbstractOperatorBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Operators/BinaryOperatorBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Operators/CastOperatorBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Operators/NewInstanceOperatorBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Operators/TypeOfOperatorBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Operators/UnaryOperatorBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/ParameterBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/RawExpressionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Statements/AbstractStatementBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Statements/IfStatementBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Statements/LetStatementBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

Library/Builder/Statements/ReturnStatementBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Zephir.
55
*
6-
* (c) Zephir Team <[email protected]>
6+
* (c) Phalcon Team <[email protected]>
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

0 commit comments

Comments
 (0)