Skip to content

Commit 63af716

Browse files
Create CONTRIBUTING.md
Signed-off-by: Marijn van Wezel <[email protected]>
1 parent 0ee9784 commit 63af716

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing to php-cypher-dsl
2+
3+
Welcome! We look forward to your contributions. This document outlines the guidelines for contributing to php-cypher-dsl. Keep in mind that these are just suggestions, and shouldn't hold you back from making improvements to php-cypher-dsl. Don't be afraid to ignore the rules.
4+
5+
Below are some examples on how you can contribute:
6+
7+
* [Report a bug](https://github.com/neo4j-php/php-cypher-dsl/issues/new?template=bug_report.md)
8+
* [Propose a new feature](https://github.com/neo4j-php/php-cypher-dsl/issues/new?template=missing_feature_request.md)
9+
* [Send a pull request](https://github.com/neo4j-php/php-cypher-dsl/pulls)
10+
11+
## Code of conduct
12+
13+
This project has a [Contributor Code of Conduct](https://github.com/neo4j-php/php-cypher-dsl/blob/main/CODE_OF_CONDUCT.md). By contributing to or participating in this project, you agree to abide to its terms.
14+
15+
## Any contributions will be licensed under the GPL 2.0 or any later version
16+
17+
When submitting code or changes, your submissions will automatically be licensed under the [GNU General Public License](https://github.com/neo4j-php/php-cypher-dsl/blob/main/LICENSE) version 2.0 or later. By contributing to this project, you agree that your contributions will be licensed under its terms.
18+
19+
## Writing bug reports
20+
21+
In your bug report, you should provide the following:
22+
23+
* A short summary of the bug
24+
* What you expected would happen
25+
* What actually happens
26+
* Steps to reproduce
27+
** Be specific!
28+
** Give sample code if possible.
29+
** Include the version of PHP and php-cypher-dsl.
30+
31+
You should only report bugs for versions of php-cypher-dsl that [are supported](https://github.com/neo4j-php/php-cypher-dsl/blob/main/LIFECYCLE.md). Please only report bugs if you are using a php-cypher-dsl with a [compatible version of PHP](https://github.com/neo4j-php/php-cypher-dsl/blob/main/LIFECYCLE.md).
32+

0 commit comments

Comments
 (0)