-
-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding repository location to the addons tutorial #2304
base: main
Are you sure you want to change the base?
Conversation
Adding repository location to the addons tutorial Signed-off-by: Robert Rapplean <[email protected]>
✅ Thanks for your pull request to the openHAB documentation! The result can be previewed at the URL below (this comment and the preview will be updated if you add more commits).Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
## Make your own copy of the code base | ||
|
||
OpenHAB has [several repositories](https://github.com/openhab) on GitHub. You can find a list of them in the Developer Appendix of this | ||
documentation, in the [Contribuiting](https://www.openhab.org/docs/developer/contributing.html) section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type in Contribuiting and please don't use absolute links. Use the following instead.
[Contributing](contributing.html) section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look at my rephrasing suggestions.
@@ -76,6 +76,13 @@ We have prepared some step-by-step guides for the following IDEs: | |||
|
|||
Not sure what to choose?: openHAB maintainers use [Eclipse IDE](https://wiki.eclipse.org/Eclipse_Installer). | |||
|
|||
## Make your own copy of the code base | |||
|
|||
OpenHAB has [several repositories](https://github.com/openhab) on GitHub. You can find a list of them in the Developer Appendix of this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenHAB has [several repositories](https://github.com/openhab) on GitHub. You can find a list of them in the Developer Appendix of this | |
openHAB has [several repositories](https://github.com/openhab) on GitHub. | |
The most important ones are listed in the [Contribution section of the Developer Appendix](contributing.html#the-repositories). |
## Make your own copy of the code base | ||
|
||
OpenHAB has [several repositories](https://github.com/openhab) on GitHub. You can find a list of them in the Developer Appendix of this | ||
documentation, in the [Contribuiting](https://www.openhab.org/docs/developer/contributing.html) section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documentation, in the [Contribuiting](https://www.openhab.org/docs/developer/contributing.html) section. |
Remove this line, see comment above.
OpenHAB has [several repositories](https://github.com/openhab) on GitHub. You can find a list of them in the Developer Appendix of this | ||
documentation, in the [Contribuiting](https://www.openhab.org/docs/developer/contributing.html) section. | ||
|
||
For this tutorial, you'll want to clone the [OpenHAB-addons](https://github.com/openhab/openhab-addons) repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this tutorial, you'll want to clone the [OpenHAB-addons](https://github.com/openhab/openhab-addons) repository. | |
For this tutorial, you'll need to fork the [openhab-addons](https://github.com/openhab/openhab-addons) repository (press the fork button in GitHub) and then clone your fork. |
Adding repository location to the addons tutorial