-
-
Notifications
You must be signed in to change notification settings - Fork 5
Setup For Editing
To get the latest version of the documentation site, take a look at the following link: Latest Version.
-
Go to the repository and click the fork button at the top right of the page.
-
This will create a copy of the repository in your own GitHub account.
-
Navigate to the forked repository on your GitHub account.
-
Locate the Code button.
-
Click the Code button to open a panel with various download options:
- GitHub Desktop: An application for version control.
- Visual Studio Code: An IDE that allows you to explore the entire codebase.
- Download ZIP: Compresses the repository files into a ZIP file for download.
- Command Line (CMD): Use Git to clone the repository.
-
Download and install the following:
-
Restart your computer to apply the Git installation.
-
Open GitHub Desktop and sign in with your GitHub account.
-
Go to your forked repository, click Code, and select Open with GitHub Desktop.
-
Choose the repository name and the location where you want to clone it.
-
After cloning, you can begin development and commit changes through GitHub Desktop.
Note:
- After making changes, visit the browser version of your forked repository to sync it.
- Sync the repository before creating a pull request to the main repository. Unsynced pull requests will be denied.
-
Download and install Git
-
Open CMD from your desktop search bar.
-
Use the cd (change directory) command to navigate to your desired download location.
- For example:
C:\Users\Name\cd C:\Users\Name\Desktop\NewFolder
, (Defined the location of the Repository and where it is downloaded)
- For example:
-
Clone the repository using the following command:
or
- git clone [your-forked-repository-url]
- Reference your contribution in the Main repository as an Issue selecting
feature request
or reporting any mistakes from the list of templates given. - Go back to your forked repository, commit the changes, and create a pull request. Maintainers will review your pull request and may request further changes or approve it.
-
Download and install Visual Studio Code
-
Open Visual Studio Code, select File -> Open Folder, and locate the downloaded repository.
-
To enhance your development experience, install the following extensions:
- HTML & Css Support
- Python
- .NET Install Tool
Optional (To see the edited file with a preview):
- Live Preview
- Live Server
-
After setting up, you can begin contributing to the project.
Thank you for contributing to the Open Source Project! Your efforts are greatly appreciated.
Content Written By VerzatileDev, 2024