Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.76 KB

Contributing to Neo4j Browser

Need to raise an issue?

Where you raise an issue depends largely on the nature of the problem.

Firstly, Enterprise customers might want to head straight over to our Customer Support Portal.

There are plenty of public channels available, too.

For getting started or questions about how to use a particular feature, create a post on the community forum, drop a line to the mailing list or ask a question in Slack.

If you think you might have hit a bug (it happens occasionally!) or you have specific feature request then use Github Issues. Check whether someone else may have already raised something similar, as it is incredibly helpful to have related information all together.

Want to contribute?

We're grateful for any thoughts you share, including in code form. To contribute a fix or a new feature we have a little bit of process you'll need to follow:

  • Do all your work in a personal fork of the original repository
  • Rebase, don't merge (we prefer to keep our history clean)
  • Create a branch (with a useful name) for your contribution
  • Include unit tests if appropriate (obviously not necessary for documentation changes)
  • Take a moment to read and sign our CLA.

We can't guarantee that we'll accept pull requests and may ask you to make some changes before they go in. Occasionally, we might also have logistical, commercial, or legal reasons why we can't accept your work but we'll try to find an alternative way for you to contribute in that case.