You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Contributing to the Neo4j Ecosystem
2
2
3
-
At [http://neo4j.com/](Neo Technology), we develop our software in the open at GitHub.
3
+
At [Neo Technology](http://neo4j.com/), we develop our software in the open at GitHub.
4
4
This provides transparency for you, our users, and allows you to fork the software to make your own additions and enhancements.
5
-
We also provide areas specifically for community contributions, in particular the [https://github.com/neo4j-contrib](neo4j-contrib) space.
5
+
We also provide areas specifically for community contributions, in particular the [neo4j-contrib](https://github.com/neo4j-contrib) space.
6
6
7
-
There's an active [https://groups.google.com/forum/#!forum/neo4j](mailing list) and [http://neo4j.com/slack](Slack channel) where we work directly with the community.
7
+
There's an active [mailing list](https://groups.google.com/forum/#!forum/neo4j) and [Slack channel](http://neo4j.com/slack) where we work directly with the community.
8
8
If you're not already a member, sign up!
9
9
10
10
We love our community and wouldn't be where we are without you.
@@ -14,14 +14,14 @@ We love our community and wouldn't be where we are without you.
14
14
15
15
Where you raise an issue depends largely on the nature of the problem.
16
16
17
-
Firstly, if you are an Enterprise customer, you might want to head over to our [http://support.neo4j.com/](Customer Support Portal).
17
+
Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](http://support.neo4j.com/).
18
18
19
19
There are plenty of public channels available too, though.
20
-
If you simply want to get started or have a question on how to use a particular feature, drop a line to the [https://groups.google.com/forum/#!forum/neo4j](mailing list), ask a question in [http://neo4j.com/slack](Slack), or [https://twitter.com/neo4j](tweet) us.
20
+
If you simply want to get started or have a question on how to use a particular feature, drop a line to the [mailing list](https://groups.google.com/forum/#!forum/neo4j), ask a question in [Slack](http://neo4j.com/slack), or [tweet](https://twitter.com/neo4j) us.
21
21
If you think you might have hit a bug in our software (it happens occasionally!) or you have specific feature request then use the issue feature on the relevant GitHub repository.
22
22
Check first though as someone else may have already raised something similar.
23
23
24
-
[http://stackoverflow.com/questions/tagged/neo4j](StackOverflow) also hosts a ton of questions and might already have a discussion around your problem.
24
+
[StackOverflow](http://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
25
25
Make sure you have a look there too.
26
26
27
27
Include as much information as you can in any request you make:
@@ -40,11 +40,11 @@ Include as much information as you can in any request you make:
40
40
If you want to contribute a pull request, we have a little bit of process you'll need to follow:
41
41
42
42
- Do all your work in a personal fork of the original repository
43
-
-[https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request](Rebase), don't merge (we prefer to keep our history clean)
43
+
-[Rebase](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request), don't merge (we prefer to keep our history clean)
44
44
- Create a branch (with a useful name) for your contribution
45
45
- Make sure you're familiar with the appropriate coding style (this varies by language so ask if you're in doubt)
46
46
- Include unit tests if appropriate (obviously not necessary for documentation changes)
47
-
- Take a moment to read and sign our [http://neo4j.com/developer/cla](CLA)
47
+
- Take a moment to read and sign our [CLA](http://neo4j.com/developer/cla)
48
48
49
49
We can't guarantee that we'll accept pull requests and may ask you to make some changes before they go in.
50
50
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.
@@ -61,6 +61,5 @@ And we'll do our best to help you promote and co-ordinate your Neo ecosystem pro
61
61
62
62
## Further reading
63
63
64
-
If you want to find out more about how you can contribute, head over to our website for [http://neo4j.com/developer/contributing-code/](more information).
65
-
64
+
If you want to find out more about how you can contribute, head over to our website for [more information](http://neo4j.com/developer/contributing-code/).
0 commit comments