Skip to content

Commit c392dd0

Browse files
authored
Update CONTRIBUTING.md
1 parent 3484e57 commit c392dd0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pyArango contributor guidelines
22
===============================
33

4-
Thank you for your interest in pyArango, is now a community project and everybody is welcome to join in and contribute.
5-
We do not a have specific schedule for releases and pyArango's releases tend be in synch with ArangoDB releases.
4+
Thank you for your interest, pyArango is now a community project and everybody is welcome to join in and contribute.
5+
We do not a have specific schedule for releases and pyArango releases tend be in synch with ArangoDB releases.
66

77
Our guidelines are simple:
88

@@ -11,6 +11,6 @@ Our guidelines are simple:
1111
* Send all non-critical pull requests to the dev branch.
1212
* If you add a new feature please provide a test for it. Otherwise your pull request might be rejected.
1313
* Any pull request that improves code coverage is highly appreciated.
14-
* Function names are arguments follow the naming used in ArangoDB's API documentation (hence the camel case).
15-
* Update the CHANGELOG.rst. We use a very simple nomenclature. Bug fixes descriptions are prefixed with *bugfix:*, new features with *new:*, removed features with *removed:*.
14+
* Function names and arguments follow the naming used in ArangoDB's API documentation (hence the camel case).
15+
* Update the CHANGELOG.rst. We use a very simple nomenclature. A bullet point for each item. Bug fixes descriptions are prefixed with *bugfix:*, new features with *new:*, removed features with *removed:*. Anything else is not prefixed.
1616

0 commit comments

Comments
 (0)