|
1 | | -# Contributing to Data Hub in a Box |
| 1 | +# Contributing to MarkLogic Data Hub |
2 | 2 |
|
3 | | -Data Hub in a Box welcomes new contributors. This document will guide you |
| 3 | +MarkLogic Data Hub welcomes new contributors. This document will guide you |
4 | 4 | through the process. |
5 | 5 |
|
6 | 6 | - [Issues and Bugs](#issue) |
@@ -35,15 +35,15 @@ chances of your issue being dealt with quickly: |
35 | 35 |
|
36 | 36 | ### Submitting a Pull Request |
37 | 37 |
|
38 | | -#### Fork Data Hub in a Box |
| 38 | +#### Fork marklogic-data-hub |
39 | 39 |
|
40 | | -Fork the project [on GitHub](https://github.com/marklogic/data-hub-in-a-box/fork) and clone |
| 40 | +Fork the project [on GitHub](https://github.com/marklogic/marklogic-data-hub/fork) and clone |
41 | 41 | your copy. |
42 | 42 |
|
43 | 43 | ```sh |
44 | | -$ git clone [email protected]:username/data-hub -in-a-box.git |
45 | | -$ cd data-hub-in-a-box |
46 | | -$ git remote add upstream git://github.com/marklogic/data-hub-in-a-box.git |
| 44 | +$ git clone [email protected]:username/ marklogic-data-hub.git |
| 45 | +$ cd marklogic-data-hub |
| 46 | +$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git |
47 | 47 | ``` |
48 | 48 |
|
49 | 49 | All bug fixes and new features go into the dev branch. |
@@ -133,7 +133,7 @@ $ git push origin my-feature-branch |
133 | 133 |
|
134 | 134 | #### Submit the pull request |
135 | 135 |
|
136 | | -Go to https://github.com/username/data-hub-in-a-box and select your feature branch. Click |
| 136 | +Go to https://github.com/username/marklogic-data-hub and select your feature branch. Click |
137 | 137 | the 'Pull Request' button and fill out the form. |
138 | 138 |
|
139 | 139 | Pull requests are usually reviewed within a few days. If you get comments |
@@ -173,5 +173,5 @@ from the main (upstream) repository: |
173 | 173 | git pull --ff upstream dev |
174 | 174 | ``` |
175 | 175 |
|
176 | | -[issue tracker]: https://github.com/marklogic/data-hub-in-a-box/issues |
| 176 | +[issue tracker]: https://github.com/marklogic/marklogic-data-hub/issues |
177 | 177 | [.editorconfig]: http://editorconfig.org/ |
0 commit comments