-
-
Notifications
You must be signed in to change notification settings - Fork 4
Setup For Editing
To get the latest version of the documentation site take a look at the following link> Latest Version.
Once in the Repository click fork
top right of the repository
And make a contribution copy of the Repository within your own github account.
Once on the Repository, locate a section referenced as <Code>
On the section when clicked it opens up a new panel with the information on downloading the material in a set of designated ways such as:
- Github Desktop (An Application used for Version control)
- Visual Studio (An IDE - Integrated Development Environment, which opens the entire code base for you to investigate).
- Download Zip (Compresses the material available on the repository and downloads and places it to your designated location).
- Through CMD - Command Prompt, you have an option to use the specified links given.
Downloading through github Desktop
you will first need to download the following:
Using Github Desktop:
- When both of them are downloaded, please restart the computer for
git
version control to take an effect. - Returning, you are required to sing in within
github desktop
. - Once
signed in
, go back to theforked repository
and selectcode
->open with github desktop
on which you are prompted with the repository with aname
you forked and alocation
on where you wish to place it. - When the repository is placed you can begin the development and bring new changes to the forked repository which can be committed through
github desktop
.
Please Note:
- Upon making changes you can locate to the
browser version of the forked repository
, which shows either tosync
the repository or open apull request
. - It is mandatory to first sync up the fork before opening a pull request to the main repository, otherwise the request will be denied.
To download through CMD
it is required that you download version control called git
, which is available Here
- Once
git
is downloaded, openCMD
on your desktop search bar. - use
cd
- change directory to locate a location you wish to place the repository you wish to clone (Download) - As an example
C:\Users\Name\cd C:\Users\Name\Desktop\NewFolder
, (Defined the location of the Repository and where it is downloaded) - In the selected location use
git clone https://github.com/VerzatileDevOrg/Programming_HandBook.git
or the specified URL from your forked repository aftergit clone
. - The Setup should now proceed and you can go to the location selected to open the files.
To contribute reference it in the main repository Main repository as an Issue selecting feature request
or if you have spotted a mistake anywhere in the code feel free to report it
from the list of templates given.
Once the reference has been posted return back to the forked repository
available on your github repositories
commit the followed up changes and add a pull-request
, which will be looked by one of our maintainers upon which you are requested to make further changes, it is pushed or the following will be rejected.
The following project utilizes " Visual Studio Code " to edit and modify the features of the website.
To get started with the following:
-
Download Visual Studio Code
-
Open VSC and on top right choose
file
->Open folder
-> and locate the repository you downloaded and open it. -
Now you should see the project in full with all the available files, though you are now required to download extension to maximize and make changes to the project by seeing the changes.
-
You Require:
- HTML & Css Support
- Python
- .NET Install Tool
Optional (To see the edited file with a preview):
- Live Preview
- Live Server
-
Once these have been enabled you can begin your journey to contribute to the Open Source.
Thank you for taking the time to contribute and take an interest in the Open Source Project!
Content Written By VerzatileDev, 2024