Skip to content
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

doc: Added link to the video instructions on beginning development page #14865

Merged
merged 1 commit into from
May 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion config/jsoref-spellchecker/whitelist.words
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ apos
applet
appveyor
APRV
Aqj
archunit
arget
arity
Expand Down Expand Up @@ -481,6 +482,7 @@ Fwhitespace
Fx
gav
gcp
Gdrox
generalform
genericwhitespace
Getenv
Expand Down Expand Up @@ -553,6 +555,7 @@ http
httpcomponents
hurz
hyperlinks
hz
iae
ico
icu
Expand Down Expand Up @@ -970,6 +973,7 @@ openstreetmap
operatorwrap
optgroup
optimisation
OQ
orderedproperties
orderingandspacing
orekit
Expand Down Expand Up @@ -1040,6 +1044,7 @@ pkga
pkghtml
pkginfo
pkx
PLHM
plugin
PMB
pmd
Expand Down Expand Up @@ -1506,7 +1511,7 @@ yamllint
Yaroslavtsev
yml
youtrack
Youtube
youtube
Yoyodyne
yyyy
Yzz
Expand Down
6 changes: 6 additions & 0 deletions src/xdocs/beginning_development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
<a href="idea.html">IntelliJ IDEA IDE</a><br/>
</p>

<p>
Community video walk throughs of these instructions are available in SteLeo1602's
<a href="https://www.youtube.com/playlist?list=PLHM9s_lN4X0hzOQ0sUmGdroxW0HfREAqj">
playlist on YouTube.</a>
</p>

<p>
Follow these instructions of Git usage and creating a Pull Request:<br/>
1) Configure remotes by pointing to the official checkstyle repository,<br/>
Expand Down