Skip to content

Commit

Permalink
chore: update contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Sep 12, 2023
1 parent da81c74 commit 8b2f512
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,16 @@ To produce the community distribution just run
mvn clean install
```

this will produce two files `distribution/target/orientdb-community-(version).tar.gz` `distribution/target/orientdb-community-(version).zip`
this command will produce two files `distribution/target/orientdb-community-(version).tar.gz` `distribution/target/orientdb-community-(version).zip`

## Opening a issue

If you have problem you can just open a issue on [Github Issue Tracker](github.com/orientechnologies/orientdb/issues) following the issue template.

## Send a Pull Request

You can send a pull request for fixes or for features to the [Github Pull Requests](https://github.com/orientechnologies/orientdb/pulls) to be accepted the
PR should respect the PR template, and provide test cases for the issue fixed or new features, and should not include regressions on existing tests.



0 comments on commit 8b2f512

Please sign in to comment.