diff --git a/en/Community-Engagement-Guides/Download_And_Installation.md b/en/Community-Engagement-Guides/Download_And_Installation.md new file mode 100644 index 0000000000000000000000000000000000000000..7ce1ba8c4ebc947339e872ce700bf35e82029e81 --- /dev/null +++ b/en/Community-Engagement-Guides/Download_And_Installation.md @@ -0,0 +1,298 @@ +--- +title: openKylin download address and installation method +description. +published: true +date: 2022-08-01T02:46:12.687Z +tags. +editor: markdown +dateCreated: 2022-05-17T07:44:04.711Z +--- + +This article describes in detail the two platforms (Windows, Linux) boot disk production methods and three (full installation, dual system, virtual machine) openKylin open source operating system installation tutorial, please read according to their needs selectively. + +The first step to install and use openKylin open source operating system is to get the openKylin open source operating system image file, which we can download directly from the openKylin official website. + +Download link: https://www.openKylin.top/downloads + +# I. Make a boot disk + +In the process of reinstalling or installing a system, we all go through the process of making a boot disk, and I'm sure we've read a lot of information to learn. Then by me to give you a summary of the boot disk production several methods. Welcome to take notes. + +Boot disk creation tools, of which the common ones are Ventoy and Micro PE Toolbox, are similar in what they do. + +First of all, they can both be used to create a boot disk, the main function is the same, but Micro PE Toolbox can also create a system CD, Ventoy can not do, in addition, Micro PE Toolbox can also set PE personalized icons, wallpapers and other personalized content. + +Ventoy's function is relatively simple, it is mainly used to create system disks, no complicated functions, so its size is also relatively small, if you want to carry around, Ventoy will be more suitable. + +In constant experimentation, I got Ventoy to implement all the features of the microPE toolkit! So let's install openkylin with the boot disk creation tool fixed to Ventoy! + +First download the boot disk creation tool - ventoy. ventoy is different from other boot disk creation tools, we do not need to repeatedly format the U disk, just copy the image file to the U disk to boot normally, and can allow multiple image files to exist at the same time. ventoy will display a menu for us to choose when booting, very convenient and fast. + + + + + +Download link: https://www.lanzoui.com/b01bd54gb or https://www.ventoy.net/cn/download.html + +## 1. Windows system usage details +Insert the U disk and wait for the download to finish, after the download is done, unzip it, go to the unzip directory, double click to run Ventoy2Disk.exe. + + + +The run screen is shown as follows: + + +① is the information of the inserted USB stick; +② is the version information of this Ventoy; +③ is the Ventoy version information in the USB stick (empty if Ventoy is not installed) +④ is the installation option, click Install to install Ventoy into the corresponding USB flash drive; + +If the internal version is lower than the installation package version, we can click the "Upgrade" option below to upgrade. + + + +Note: The upgrade operation is safe and will not lose the existing image files in the USB drive. + +After Ventoy is successfully installed, just copy the image file of the openKylin system into the USB drive. + +## 2. Linux system usage details + +Download the Linux version zip package, unzip it, and open a terminal in the directory where the installation package was unzipped; + +Execute: `sudo sh VentoyWeb.sh` + +After entering the user password, you will be prompted that the service has been started, open a browser, and visit http://127.0.0.1:24680 directly + +Note: On most systems you can press the ctrl key while clicking on the link with the mouse, no need to open the browser manually anymore. + + + + + +The browser page is displayed as follows: + + + + + +After that, the usage is the same as Windows mode, please refer to Windows usage. + +# II. Full disk installation of openKylin open source OS + +Insert the created USB boot disk, reboot the computer, and press "F2" to enter the BIOS system at boot; + + + +Next, enter the "Boot" screen with the left and right arrow keys, press the up and down arrow keys to select the "Boot Option #1" tab, enter. Select "Boot from USB" as the boot method, i.e. select your USB stick and enter. + +Enter. + + + + +Afterward, use the left and right arrow keys to enter the "Save & Exit" screen, select "Save Changes and Exit", and enter. In the pop-up selection box, select "Yes" and enter. + +Enter. + + + +Now the computer starts to reboot and you will see the preparation screen for the openKylin open source OS installation: + + + +After a short wait you will enter the new version of the system installation screen, as follows: + + + +We select "Install openKylin" on the desktop to jump to the installation interface, the system will let us do the language, time zone and configure the user information interface. The following image shows: + + + + + + + +After configuring this information we select the installation method screen and choose "Custom installation", as follows: + + + +Since we are doing a full installation, we will delete the existing partitions, and add partitions after the deletion, first add the root partition, the size I have allocated here is 100G, you can allocate it according to your needs, as follows: + + + +After that we add the efi partition, the efi partition is a boot partition, so 256M is sufficient. + + + +After that we add the data partition and backup partition as data partition and backup restore partition, just allocate about 20G to 30G. + + + + + +Click "Next" after all allocations are done to start the installation of openKylin OS. + + + + +Wait for the installation to complete and click Reboot Now. + + + +After reboot, you can use openKylin open source OS normally. + + + + +# III. Install Windows 10 and openKylin dual system + +First, you need to create a blank disk partition on Win10, select "This PC" - right click "Manage". + +Right click on "Manage". + + + +Go to the "Computer Management" page, click on "Storage > Disk Management", select the disk space you want to partition, right-click on the disk, and select "Compress Volume". + +Right-click on the disk and select "Compressed Volume". + + + +The compression window will pop up, enter the amount of space to be compressed, about 135G will be allocated here (it is recommended to allocate at least 30G, if the size is not enough, you can reallocate the disk space to make sure the partition has enough free space and the original partition is big enough). After confirming the amount of space to be compressed, click "Compress". + + + +When the compression is finished, there will be one more free space and the disk partition will be finished. + + + +Insert the created USB boot disk, restart the computer and press "F2" at boot to enter the BIOS system; + + + +Next, enter the "Boot" screen with the left and right arrow keys, press the up and down arrow keys to select the "Boot Option #1" tab, enter. Select the boot method to boot from USB, i.e. select your own USB stick, enter. + +Enter. + + + + +Afterwards, use the left and right arrow keys to enter the "Save & Exit" screen, select "Save Changes and Exit", and enter. In the pop-up selection box, select "Yes" and enter. + +Enter. + + + + +Now the computer starts to reboot and you will see the preparation screen for the openKylin open source OS installation: + + + +Wait a bit and enter the new version of openKylin installation screen, double-click "Install openKylin". The following figure shows: + + + +Next, enter the installation configuration page - select the language, time zone and set the user information, you can set it according to your situation. + + + + + + + +Wait until the Select installation method screen appears and select "Custom installation". + + + +After that, go to the partition page, as follows: + + + +As you can see, there is already a Windows system on the system, and "free" corresponds to the free partition we just compressed. Since we are installing a dual system, the next thing we need to do is to install the openKylin system in this free partition. + +Select the "free" partition - click the "Add" button on the far right to enter the New partition page. + +First add the root partition, the size allocated here is 80G, you can allocate it according to your needs, but make sure there is enough space available afterwards, as follows: + + + +Since the Windows system already has an EFI boot partition, we again do not need to add an EFI boot partition. +After that, add the data and backup partitions as data partition and backup restore partition, and allocate 20G each here. + + + + + +Click "Next" after all allocations are done to start installing openKylin open source OS. + + + +Wait for the installation to complete and click "Reboot Now". + + + +After rebooting, the Select System screen will appear, as follows: + + + +Select the system we want to enter by using the up and down keys and enter. At this point, the dual system has been installed. + +# IV. Install openKylin open source operating system on a virtual machine (VMware) + +First, open VMware Workstation and click Create New Virtual Machine. + + + + +Once you enter the virtual machine boot screen, select the "Typical" option and click Next; + + + +Select "Install the operating system later" and click Next; + + + +Select "Linux" for the client operating system and Ubuntu 64-bit for the version, and click Next; + + + +Enter the name of the virtual machine and choose the path to install it, and click Next; + + + +Set the default disk size allocated to the virtual machine to 50G, 50G is perfectly sufficient under normal circumstances, you can also adjust it appropriately according to your situation. Select "Split the virtual disk into multiple files" and click Next; + + + +Then click on "Customize hardware" to enter the hardware configuration interface; + + + +We select our image file at "New CD/DVD (SATA)". + + + +Then you can make a series of settings for memory, processor, etc. in the hardware configuration interface, click the Close button in the lower right corner after the settings are complete, and click Finish after returning to the New Virtual Machine orientation. At this point, you will automatically jump to the boot screen of the virtual machine, click "Open this virtual machine" to start the system installation. + +Select the language setting "Chinese (Simplified)" and click Next; + + + +Select "Shanghai" as the time zone and click Next; + + + +When the user information is set, click Next; + + + +Select Full installation for the installation method and click Next; + + + + +check the box Format all disks and click Install Now; + + + +Wait for the installation to complete, click "Reboot Now", and you can use openKylin open source OS on your virtual machine. \ No newline at end of file diff --git a/en/Community-Engagement-Guides/Installation_Guide.md b/en/Community-Engagement-Guides/Installation_Guide.md new file mode 100644 index 0000000000000000000000000000000000000000..14b8f26c22baf454253e29160d5686d63e24bafe --- /dev/null +++ b/en/Community-Engagement-Guides/Installation_Guide.md @@ -0,0 +1,66 @@ +--- +title: Installation Guide +description: +published: true +date: 2022-07-18T09:21:33.933Z +tags: +editor: markdown +dateCreated: 2022-03-11T03:16:53.878Z +--- + +# Installation Guide (For MacOS) + +This article is for Mac notebooks with Intel and Apple Silicon chips, and details the installation tutorial for installing openKylin open source operating system in macOS via virtual machine. (For Windows and Linux installation tutorials, please move to https://docs.openkylin.top/zh/社区参与) Guide/openKylin download address and installation method ) + +# Preparation +The first step to install and use openKylin open source operating system is to get the openKylin open source operating system image file, we can directly download it from the openKylin official website. + +Download link: https://www.openKylin.top/downloads Select the appropriate version (64-bit x86 architecture as an example) + + +# I. Installing VMware Fusion + +VMware Fusion provides the best way to run Windows, Linux, and other operating systems on Apple Macs without rebooting. + +Fusion 13 supports Intel and Apple Silicon Macs running macOS 12 and later and offers features for developers, IT administrators and everyday users. + +Use the following link to get started with a free, fully functional 30-day trial (no registration required) + +Download link: https://www.vmware.com/cn/products/fusion/fusion-evaluation.html + + + +# II. Install the openKylin open source operating system + +Open the virtual machine software VMware Fusion and click on New in the File menu. + +! [%E6%96%B0%E5%BB%BA%E8%99%9A%E6%8B%9F%E6%9C%BA.png] (./assets/installation-guide/%E6%96%B0%E5%BB%BA%E8%99%9A%E6%8B%9F%E6%9C%BA.png) + +Create the virtual machine by dragging the downloaded ISO file from the preparation into the window. + + + +Once you enter the virtual machine boot screen, follow the default options and click Continue. + +Select "Install the operating system later" and click Next. + +Select "Linux" for the client operating system and Ubuntu 64-bit for the version, and click Next. + +Enter the name of the virtual machine and choose the path to install it, click Next. + +Then you can make a series of settings for memory, processor, etc. in the hardware configuration interface, click the Close button at the bottom right corner after the settings are completed, go back to the New Virtual Machine guide and click Finish. At this point, you will automatically jump to the boot screen of the virtual machine, click "Open this virtual machine" to start the system installation. + +Click "Open this virtual machine" to start the system installation. + + + +Select the language setting "Chinese (Simplified)" and click Next. + + +Select "Shanghai" as the time zone, click next. + + +After the user information is set, click Next. + + +Wait for the installation to finish, click the "Reboot Now" button, and you can use openKylin open source OS on the virtual machine. diff --git a/en/Community-Engagement-Guides/Participation_Guide.md b/en/Community-Engagement-Guides/Participation_Guide.md new file mode 100644 index 0000000000000000000000000000000000000000..66e4244b37f09ed8aadf50cb9859dffd06382493 --- /dev/null +++ b/en/Community-Engagement-Guides/Participation_Guide.md @@ -0,0 +1,295 @@ +## openKylin Community Participation Guide + +On June 24, 2022, with the theme of "Create the momentum of open source and enjoy a borderless future", the launch of openKylin, China's first root community for desktop operating systems, was successfully held online, and the openKylin open source community was officially released. The conference attracted countless developers, and was once again featured in CCTV news and top searches on many social media platforms. During the period after the release of openKylin, we have received a lot of questions from our partners, among which the most concerned are how to participate in the openKylin community correctly and how to submit personal contributions in the community correctly. + +### 1. Sign the CLA + +The full name of CLA is `Contributor License Agreement`, which translates to Contributor License Agreement. In order to avoid some unnecessary troubles or disputes, no matter you are an enterprise, employee or individual developer, you need to sign the CLA with the corresponding identity before adding bricks to the openKylin community. openKylin community CLA signing The address is [https://cla.openkylin.top](https://cla.openkylin.top), the following is a brief introduction to the three forms of CLA signing for the openKylin community and the corresponding signing process. + +#### 1.1 Enterprise CLA Signing + +The process of enterprise signing is more complicated, and the enterprise CLA signers who pass the openKylin community audit can join the community membership system. + +- Apply for candidacy to the Council, enjoy guidance on community development direction, development planning and implementation guidance; +- Apply for [create](https://www.openkylin.top/join/application-cn.html) SIG group, and can assign SIG group Owner to run for the technical committee; +- Apply to [join](https://www.openkylin.top/join/application-cn.html) existing [SIG groups](https://www.openkylin.top/join/sig-cn.html) and participate in technical code and other development discussions and contributions; +- Apply to run for the Eco Committee to participate in community operation activities, co-branding promotion, gift exchange and other rights and interests. + +The process for companies to sign the CLA is shown in the following diagram + + + + + +1. First, submit the basic information for enterprise signing in the [enterprise signing](https://cla.openkylin.top/cla/sign/corporation_cla/openKylin-f46f289e01bc11edb8990242ac110005) page, where `enterprise`, ` contact person`, `position`, `email` and `validation code` are required fields, other information can be left out; +2. after clicking the sign button, you will receive an email in the email address you filled in the previous step, which includes the basic information filled in the previous step and three attached files, follow the instructions in the email to complete the subsequent steps; +3. openKylin community administrator will review the information filled in after receiving the mailed items, and after the review is approved, the attachments will be uploaded on the CLA platform and the enterprise administrator account of your enterprise will be automatically added, which will be sent to the email address filled in the first step; +4. log in to the enterprise administrator account on the CLA platform and change the password, at this point the signing process of enterprise CLA is completed (this step is not required, but it is recommended to complete this step in order to prevent forgetting or deleting the enterprise administrator email by mistake); + +> **TIPS!** +> +> After finishing enterprise signing, the account received in enterprise mailbox is enterprise administrator account, which is used to review the signing information of associated enterprise employees. If the enterprise administrator also needs to submit contributions on gitee, he/she also needs to sign the employee CLA using the mailbox suffix that matches the enterprise to bind the gitee id, so as to pass the CI's CLA signing check! + +#### 1.2 Employee CLA Signing + +After your enterprise has finished signing the enterprise CLA, you can use the mailbox that matches your enterprise mailbox suffix to sign the employee CLA. The process of employee signing is shown below. + +The process of employee signing is shown below. + + + + +1. Open the [Employee Signing](https://cla.openkylin.top/cla/sign/employee_cla/openKylin-f46f289e01bc11edb8990242ac110005) page, fill in the basic information, click the Send Captcha button, and enter the email verification code into the verification code box, check the box **I have read the agreement and agree to sign**, click the sign button, a pop-up prompt employee sign has been submitted; +2. contact the enterprise administrator, who will activate the employee signing request submitted by you on the employee management page; +3. after the enterprise administrator activates your signing request, the email you applied for will receive an alert email that the CLA signing is complete, supporting that the employee CLA signing is all complete; + +#### 1.3 Personal CLA Signing + +If you are an individual developer or your company does not have an enterprise CLA, you can submit your contribution to the openKylin community by signing a personal CLA, the personal CLA signing process is similar to the employee CLA signing process, as shown in the figure below. + + + + + +1. Open the [Personal Signing](https://cla.openkylin.top/cla/sign/person_cla/openKylin-f46f289e01bc11edb8990242ac110005) page, fill in your basic personal information, click the Send Captcha button, put the verification code from your email address Enter the verification code into the verification code box, check **I have read the agreement and agree to sign**, click the sign button, and a pop-up will appear to indicate successful signing; +2. open the personal signing mailbox, you can receive a personal CLA signing audit approval email; + +> **TIPS!** +> - Each mailbox can only be signed once. +> - Each mailbox can only sign CLA once +> - The `gitee id` in the employee signing and personal signing should be filled in correctly, if it is filled in incorrectly, then the PR submitted on gitee will not pass the CI's CLA check, and your submitted PR will be tagged with `openkylin-cla/no`. + +#### 1.4 Differences between the three types of signatures + +Speaking of which, some of you may ask, "Why do we need to make these three forms of CLA signature? Don't worry, let me see the following picture + + + + + +Employee signing is mandatory for enterprises. If the enterprise where the developer works signs the enterprise CLA, then all employees of that enterprise can sign the employee CLA belonging to that enterprise, so **contributions submitted by employees in the openKylin community (including but not limited to PR, ISSUE, etc.) are attributed to the enterprise's contribution to the openKylin community**. + +If an individual developer or a developer's company does not sign a corporate CLA, then they can sign a CLA in the form of individual signing. Therefore, contributions submitted by developers** in the openKylin community through individual CLA signing form belong to the individual developer**. +### 2. Submitting Contributions + +After the first step of CLA signing, you can start to submit your contributions to the openKylin community. Here is a simple repository to demonstrate how to submit your `PR contributions`. + +openKylin uses the industry's popular `git workflow`, so we need to have a little basic understanding of `git` before contributing. + +#### 2.1 git environment configuration + +As the old saying goes, if you want to do a good job, you need to do a good job. Before we can formally introduce how to commit our own contributions, we need to configure our local ``git environment'' now. + +``bash +# debian +apt install git +# arch Linux +pacman -S git +``` + +After the installation is complete, type `git version` in the terminal. If the output corresponds (similar to the image below), the installation was successful. + + + + + +After confirming that the git installation is complete, we can enter commands in the terminal to configure our personal information, we just need to configure the simplest user information. + +```bash +git config --global user.email "zhangsan@gmail.com" # Configure the commit email +git config --global user.name "zhangsan" # Configure the committer username +``` + +> **TIPS!** +> +> It is recommended that the `email, name` configuration information match your gitee account `binding email` and `user ID` so that you can see your contribution history heat map in your profile! + +#### 2.2 Submitting a PR + +In the previous section, we completed the `git` environment locally, the next is the code contribution process, before that we need to go to `gitee` to create an account, if you do not have a `gitee` account, you can click this link to create https://gitee.com/signup, after creating a gitee account, you can submit your personal contributions to the openKylin community on gitee. The submission process is shown below, and the following is an example of how to submit PR to the openKylin community on gitee through the openKylin/ukui-menu repository + + + +1. Fork a copy of the repository you are interested in to your personal account on gitee (this article uses ukui-menu as an example), as follows, click the fork button to copy the repository to your personal account + + + + + +2. After forking the repository to your personal account, you can modify the code in our local environment by cloning the code locally with the following command + + ```bash + cd /home/test/data/work/openkylin/code # Find a path you like + git clone https://gitee.com/jiangwei124/ukui-menu # Clone the ukui-menu code locally + ``` + +3. With the second step, we have cloned the `ukui-menu` repository code under our own account to local, next find an IDE you are comfortable with to open the `ukui-menu` project or operate directly from the command line (if you feel more familiar with it), here is the simplest demonstration, add the `README-zh.md` description document, if you are not a If you are not a techie, it is generally recommended to start submitting your community contributions from ``documentation``, as this is the easiest and easiest way to pass the community review. + + ```bash + cd /home/test/data/work/openkylin/code/ukui-menu + touch README-zh.md # New + vim README-zh.md # Enter the contents + ``` + + After translating the `README.md` file and saving the translated content to the `README-zh.md` file, you can commit our new content to our personal `gitee repository` via `git`, and you can see the following image on gitee to indicate that the push was successful. + + ```bash + cd /home/test/data/work/openkylin/code/ukui-menu + git add README-zh.md # Add the file to the staging area + git commit -m "add README-zh.md file" # Commit the changes + git push # Push the changes to the remote repository + git push + +  + + + +4. After pushing our changes, you can commit your PR on gitee by clicking on the `Pull Requests` option in the image above, then click on `New Pull Request` on the right side to create a new `Pull Request`, fill in the corresponding information on the page, click on Create Pull Request, and you You have successfully submitted your first PR. + + +  + + + > **TIPS!** + > + > 1. be careful not to choose the wrong branch for your personal repository when choosing a branch, and choose the `openkylin/yangtze` branch for the openKylin community target repository; + > 2. If you have an associated issue, you can associate this Pull Request to the issue, so that when the PR is accepted and merged, the associated issue will be automatically set to the completed status! + +5. At this point, your first openKylin community contribution is basically complete, and then you will wait for CI to automatically compile your submitted code, and if the CI process is successful, it will automatically merge your submitted PRs, and if it fails, the repository administrator will step in to review your PRs! + +#### 2.3 Checking PR status + +After the PR submission is completed, there will be a record of the submission information on the personal homepage by clicking on it to jump to the PR details page, where you can see the information shown below + + + + + +Clicking on the link in the green box in the image above will both jump to the build log and view detailed build information! In short, everything you care about PR can be seen on the details page of your PR submission. + +If you want to check whether your submitted PR has been applied to the latest ISO distribution, you can go to [openKylin ISO download page](https://www.openkylin.top/downloads/) to download the latest ISO to check. + +#### 2.4 Submitting Issues + +In addition to the PR contribution method, issue is also a contribution method. For example, if you stumble upon a bug while using the `openKylin system`, you can submit a bug issue in the `openKylin` organization. + +- If it is a system-level bug, then you can submit a `bug issue` under the [openKylin/community](https://gitee.com/openkylin/community/issues) repository. +- If it is an application-level bug, you can submit `bug issues` under the corresponding repository in the openKylin community. For example, if you find a bug that sometimes flickers when you use kylin video, you can submit `bug issues` under [openKylin/kylin-video](https://gitee.com/) openkylin/kylin-video/issues) repository; + + + + + +> **TIPS!** +> +> When submitting a bug issue, describe the bug as clearly as possible, and if you have a log file also click the Upload Attachment button to upload the log file to the issue! + +### 3. Join SIGs + +SIG is called Special Interest Group, if you want to participate deeply in the openKylin community, you can apply to join the SIG of the direction you are more interested in, the current `openKylin` community SIG list can go to https://www.openkylin.top/join The current list of `openKylin` community SIGs can be viewed at /sig-cn.html, and the process for developers to join SIGs is as follows. + + + + + +Next, let's demonstrate how to join the SIG by a chestnut, if I want to join the `HTML5` SIG + +1. fork `openKylin/community` repository to my personal gitee account, refer to section 2.2; + +2. clone the community repository under your personal account to local, and modify `community/sig/html5/sig.yaml` and `community/sig/html5/README.md`, the files are modified as follows + + **sig.yaml** + + ```yaml + name: html5 + description: html5 team + owner. + - pierre4long + - insomnia_kylin + maintainers. + - name: oatoam + - name: tylwj + - name: wonschange + - name: jiangwei124 # add + packages. + - gecko_b2g + - gaia_homescreen + - manifests + - gaia_system + - gaia-buildinkeyborad + ``` + + **README.md** + + ```mariadb + ### Maintainers + - Tao Mao (maotao@kylinos.cn) + - Wenjie Li(liwenjie@yhkylin.cn) + - Changqi Wang(wanghcangqi@kylinos.cn) + - Jiang Wei(jiangwei1@kylinos.cn) # Add + ```` + +3. After the modification is done, submit the modified content to your personal gitee repository, then submit PR to `openKylin/community` repository according to part 2.2. Next is to wait patiently for SIG owner to review, after the review is passed, the CI process will automatically merge your application into the main repository! + +> **TIPS!** +> +> - The new information in the name field in the sig.yaml file is your personal `gitee id`, you must `make sure the gitee id really exists`, otherwise, even if the SIG owner passes the audit, the CI process will fail, and thus your application cannot be merged into the `openKylin/community` repository correctly! . +> - Signing CLA is the a priori condition for applying SIG, you must sign CLA before applying to join SIG + +### 4. Apply for Single Package Maintainer + +Because the community's SIG member privileges are too high, if you want to join the SIG in the openKylin community, you need to have certain contributions in the community before the technical committee may pass your application to join the SIG, so for general developers, it is recommended to apply for single package maintainer at the beginning, the process of single package maintainer is shown in the figure below, the specific instructions for single package maintainer can be viewed in [this link document](https://gitee.com/openkylin/community/blob/master/packages/README.md) + + + + + +#### 4.1 Applying to become a new single package maintainer + +Suppose you want to become a single package maintainer for `ukui-menu`, but there is no information about the package in the `community/packages` directory, you can apply to become a new single package maintainer by following the procedure below + +1. First fork the community repository to your personal gitee account, and then clone it locally + + ```bash + cd /home/test/openkylin/community # Find a path you like + git clone https://gitee.com/jiangwei124/community.git + ``` + +2. Add a new `ukui-menu.yaml` file to the `community/packages` path, and enter the following as you see fit + + ```yaml + name: ukui-menu + path: ukui-menu + maintainers. + - name: zhangsan # gitee id + openkylinid. + displayname: Zhang San + email: zhangsan@gmail.com + ``` + + > **TIPS!** + > + > Note that the `path` field can be omitted if the repository path name is the same as the package name. Considering that the package name does not necessarily match the gitee repository naming convention, to avoid repository creation failure, you can specify another path! + +3. Submit the above changes to your personal gitee repository, and then submit PR to the community repository of the openKylin community both, and wait for the administrator to review and approve, you have `ukui-menu` repository permissions, application for a new single package maintainer has been completed! + +#### 4.2 Apply for an existing single package maintainer + +Similar to the previous section on becoming a new single package maintainer, applying to become an existing single package maintainer is even simpler, first you need to fork the `openKylin/community` repository to your gitee account, then you just need to modify the corresponding package yaml file. packages/ukui-menu.yaml` file with the following content + +```yaml +name: ukui-menu +path: ukui-menu +maintainers. +- name: zhangsan + openkylinid. + displayname: Zhang San + email: zhangsan@gmail.com +# Add your personal information +- name: lisi # gitee id + openkylinid. + displayname: 李四 + email: lisi@gmail.com +``` + +This is the end of the openKylin community participation guide, if there are other questions, you are welcome to submit issues, or join the developer exchange WeChat group! \ No newline at end of file diff --git a/en/Community-Engagement-Guides/assets/.keep b/en/Community-Engagement-Guides/assets/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Engagement-Guides/assets/download-guide/.keep b/en/Community-Engagement-Guides/assets/download-guide/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Engagement-Guides/assets/installation-guide/.keep b/en/Community-Engagement-Guides/assets/installation-guide/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Engagement-Guides/assets/installation-guide/VMware-Fusion-download.png b/en/Community-Engagement-Guides/assets/installation-guide/VMware-Fusion-download.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d3dc13b74803c910752a62fa465991281d3dd4 Binary files /dev/null and b/en/Community-Engagement-Guides/assets/installation-guide/VMware-Fusion-download.png differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/apt\345\256\211\350\243\205\346\210\220\345\212\237\346\210\252\345\233\276.png" "b/en/Community-Engagement-Guides/assets/installation-guide/apt\345\256\211\350\243\205\346\210\220\345\212\237\346\210\252\345\233\276.png" new file mode 100644 index 0000000000000000000000000000000000000000..6f4921b2d006ea22c903f154d973945aab189e26 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/apt\345\256\211\350\243\205\346\210\220\345\212\237\346\210\252\345\233\276.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/bios\351\200\200\345\207\272\345\271\266\344\277\235\345\255\230.png" "b/en/Community-Engagement-Guides/assets/installation-guide/bios\351\200\200\345\207\272\345\271\266\344\277\235\345\255\230.png" new file mode 100644 index 0000000000000000000000000000000000000000..26607e36c606d691c1f7169bc9d0e52bbb66d157 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/bios\351\200\200\345\207\272\345\271\266\344\277\235\345\255\230.png" differ diff --git a/en/Community-Engagement-Guides/assets/installation-guide/download-x86.png b/en/Community-Engagement-Guides/assets/installation-guide/download-x86.png new file mode 100644 index 0000000000000000000000000000000000000000..bb5c6668babe77fa87613af37cd331bc941825e3 Binary files /dev/null and b/en/Community-Engagement-Guides/assets/installation-guide/download-x86.png differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\345\256\214\346\210\220.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\345\256\214\346\210\220.png" new file mode 100644 index 0000000000000000000000000000000000000000..f8d3929ed8a4741a128580afa50c5a17df127f36 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\345\256\214\346\210\220.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\346\226\271\345\274\217\351\200\211\346\213\251.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\346\226\271\345\274\217\351\200\211\346\213\251.png" new file mode 100644 index 0000000000000000000000000000000000000000..e16aad2a2780532191852ef4e45fb97f38c5604e Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\346\226\271\345\274\217\351\200\211\346\213\251.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\350\277\233\345\272\246\347\225\214\351\235\242.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\350\277\233\345\272\246\347\225\214\351\235\242.png" new file mode 100644 index 0000000000000000000000000000000000000000..c972afc2234b033deb836cd48425fe90252c9ba7 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\350\277\233\345\272\246\347\225\214\351\235\242.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\351\241\265\351\235\242.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\351\241\265\351\235\242.png" new file mode 100644 index 0000000000000000000000000000000000000000..3fbca72cecb973657f42c54ee8fc5bdb59ce1325 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\256\211\350\243\205\351\241\265\351\235\242.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\274\200\346\234\272\351\241\265\351\235\242.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\274\200\346\234\272\351\241\265\351\235\242.png" new file mode 100644 index 0000000000000000000000000000000000000000..5830036f9c0223fb6fa598a456dd31e2db298ebf Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\345\274\200\346\234\272\351\241\265\351\235\242.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272backup\345\210\206\345\214\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272backup\345\210\206\345\214\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..e3a62f8d1f2009f21f52474ff398c650eda4e7a4 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272backup\345\210\206\345\214\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272data\345\210\206\345\214\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272data\345\210\206\345\214\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..bed7dd408884e8b9021909b5f83647094a172fa7 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272data\345\210\206\345\214\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272\345\274\225\345\257\274\345\210\206\345\214\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272\345\274\225\345\257\274\345\210\206\345\214\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..5af26448871df9ea5987ba6517e345d77a5a71c0 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272\345\274\225\345\257\274\345\210\206\345\214\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272\346\240\271\345\210\206\345\214\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272\346\240\271\345\210\206\345\214\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..c44b8bcc8ee74ab7b9c065bbf9aed73ff035fcc0 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\226\260\345\273\272\346\240\271\345\210\206\345\214\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\227\266\345\214\272\351\200\211\346\213\251.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\227\266\345\214\272\351\200\211\346\213\251.png" new file mode 100644 index 0000000000000000000000000000000000000000..e1ac8671840f34addc57a2520bb4e4f6032105b8 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\346\227\266\345\214\272\351\200\211\346\213\251.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\347\224\250\346\210\267\345\210\233\345\273\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\347\224\250\346\210\267\345\210\233\345\273\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..4673672fb8aca813ce15838e4a5f63e2061d686c Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\347\224\250\346\210\267\345\210\233\345\273\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\347\224\250\346\210\267\347\231\273\345\275\225\351\241\265\351\235\242.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\347\224\250\346\210\267\347\231\273\345\275\225\351\241\265\351\235\242.png" new file mode 100644 index 0000000000000000000000000000000000000000..7c5d1994b7de8cffc1b50e3c7db63c71e46291e9 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\347\224\250\346\210\267\347\231\273\345\275\225\351\241\265\351\235\242.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205.png" new file mode 100644 index 0000000000000000000000000000000000000000..01636548e7587acf116dcba7556ff476e2bc4f23 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\345\210\206\345\214\272\347\225\214\351\235\242.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\345\210\206\345\214\272\347\225\214\351\235\242.png" new file mode 100644 index 0000000000000000000000000000000000000000..c458a4b2f513bbc14c9bbfd4110497c0daef4cf3 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\345\210\206\345\214\272\347\225\214\351\235\242.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\346\240\271\345\210\206\345\214\272\345\210\206\351\205\215.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\346\240\271\345\210\206\345\214\272\345\210\206\351\205\215.png" new file mode 100644 index 0000000000000000000000000000000000000000..8bbef15c203fea8c49191f581d7fc4ad715c16eb Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\346\240\271\345\210\206\345\214\272\345\210\206\351\205\215.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\346\240\271\345\210\206\345\214\272\345\210\206\351\205\21580g.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\346\240\271\345\210\206\345\214\272\345\210\206\351\205\21580g.png" new file mode 100644 index 0000000000000000000000000000000000000000..8bbef15c203fea8c49191f581d7fc4ad715c16eb Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\207\252\345\256\232\344\271\211\345\256\211\350\243\205\346\240\271\345\210\206\345\214\272\345\210\206\351\205\21580g.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\257\255\350\250\200\351\200\211\346\213\251.png" "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\257\255\350\250\200\351\200\211\346\213\251.png" new file mode 100644 index 0000000000000000000000000000000000000000..cc569d0ac713881baea2ec2fca3ee935caa1ac2f Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/openkylin\350\257\255\350\250\200\351\200\211\346\213\251.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/ventoy\345\215\207\347\272\247\347\225\214\351\235\242.png" "b/en/Community-Engagement-Guides/assets/installation-guide/ventoy\345\215\207\347\272\247\347\225\214\351\235\242.png" new file mode 100644 index 0000000000000000000000000000000000000000..ca69d0047b9ae47708b9e34319cbb59201f0df30 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/ventoy\345\215\207\347\272\247\347\225\214\351\235\242.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/ventoy\350\277\220\350\241\214\347\225\214\351\235\242 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/ventoy\350\277\220\350\241\214\347\225\214\351\235\242 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..e504fafb556d85b29a2dd121c7f3c479766144c5 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/ventoy\350\277\220\350\241\214\347\225\214\351\235\242 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/ventoy\350\277\220\350\241\214\347\225\214\351\235\242.png" "b/en/Community-Engagement-Guides/assets/installation-guide/ventoy\350\277\220\350\241\214\347\225\214\351\235\242.png" new file mode 100644 index 0000000000000000000000000000000000000000..e504fafb556d85b29a2dd121c7f3c479766144c5 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/ventoy\350\277\220\350\241\214\347\225\214\351\235\242.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\344\270\213\350\275\275\345\220\257\345\212\250\347\233\230 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\344\270\213\350\275\275\345\220\257\345\212\250\347\233\230 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..b253610b5ccd72c1e01f2bd5475e9671ef8ec436 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\344\270\213\350\275\275\345\220\257\345\212\250\347\233\230 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\344\270\213\350\275\275\345\220\257\345\212\250\347\233\230.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\344\270\213\350\275\275\345\220\257\345\212\250\347\233\230.png" new file mode 100644 index 0000000000000000000000000000000000000000..b253610b5ccd72c1e01f2bd5475e9671ef8ec436 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\344\270\213\350\275\275\345\220\257\345\212\250\347\233\230.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\345\210\233\345\273\272\350\231\232\346\213\237\346\234\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\345\210\233\345\273\272\350\231\232\346\213\237\346\234\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..c5e30a659e25801997c697b043fe3542b69be6fe Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\345\210\233\345\273\272\350\231\232\346\213\237\346\234\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\345\216\213\347\274\251\345\210\206\345\214\272\345\244\247\345\260\217.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\345\216\213\347\274\251\345\210\206\345\214\272\345\244\247\345\260\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..3b29251f2248fb3d26eacf610b478d4c07769891 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\345\216\213\347\274\251\345\210\206\345\214\272\345\244\247\345\260\217.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\345\216\213\347\274\251\345\215\267.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\345\216\213\347\274\251\345\215\267.png" new file mode 100644 index 0000000000000000000000000000000000000000..01624bae14c9154803c3f4ff913457654b2d56c0 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\345\216\213\347\274\251\345\215\267.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\345\256\211\350\243\205vmw.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\345\256\211\350\243\205vmw.png" new file mode 100644 index 0000000000000000000000000000000000000000..c60c3ba721de1f62bb98d8c3e8af451d9a7bbb80 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\345\256\211\350\243\205vmw.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\345\256\211\350\243\205\350\231\232\346\213\237\346\234\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\345\256\211\350\243\205\350\231\232\346\213\237\346\234\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..da8df8a96f39066e539c4ae54f7d016b657e3e00 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\345\256\211\350\243\205\350\231\232\346\213\237\346\234\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\345\256\214\346\210\220\350\231\232\346\213\237\346\234\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\345\256\214\346\210\220\350\231\232\346\213\237\346\234\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..8c2f46a78e8ca110072d1e971706a11a6998a4d1 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\345\256\214\346\210\220\350\231\232\346\213\237\346\234\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\346\226\260\345\273\272\350\231\232\346\213\237\346\234\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\346\226\260\345\273\272\350\231\232\346\213\237\346\234\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..c05ab82ce5082846878a629bc47494d35ed0fb54 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\346\226\260\345\273\272\350\231\232\346\213\237\346\234\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\346\255\244\347\224\265\350\204\221\347\256\241\347\220\206.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\346\255\244\347\224\265\350\204\221\347\256\241\347\220\206.png" new file mode 100644 index 0000000000000000000000000000000000000000..71c7917be2d2ad0402ea7bb60242e07bbcbc7cfd Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\346\255\244\347\224\265\350\204\221\347\256\241\347\220\206.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\350\256\277\351\227\256 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\350\256\277\351\227\256 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..645c144d6ce0713efb7e755649137fdea175b13e Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\350\256\277\351\227\256 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\350\256\277\351\227\256.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\350\256\277\351\227\256.png" new file mode 100644 index 0000000000000000000000000000000000000000..645c144d6ce0713efb7e755649137fdea175b13e Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\350\256\277\351\227\256.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\351\241\265\351\235\242\345\261\225\347\244\272 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\351\241\265\351\235\242\345\261\225\347\244\272 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..d25b189026a855c88d14a4e01717d5496d735f69 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\351\241\265\351\235\242\345\261\225\347\244\272 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\351\241\265\351\235\242\345\261\225\347\244\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\351\241\265\351\235\242\345\261\225\347\244\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..d25b189026a855c88d14a4e01717d5496d735f69 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\346\265\217\350\247\210\345\231\250\351\241\265\351\235\242\345\261\225\347\244\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\347\243\201\347\233\230\345\210\206\345\214\272\347\273\223\346\235\237 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\347\243\201\347\233\230\345\210\206\345\214\272\347\273\223\346\235\237 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..d4d5bb62edcce7cf7f5c6c89013c0f4ea670f151 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\347\243\201\347\233\230\345\210\206\345\214\272\347\273\223\346\235\237 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\347\243\201\347\233\230\345\210\206\345\214\272\347\273\223\346\235\237.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\347\243\201\347\233\230\345\210\206\345\214\272\347\273\223\346\235\237.png" new file mode 100644 index 0000000000000000000000000000000000000000..d4d5bb62edcce7cf7f5c6c89013c0f4ea670f151 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\347\243\201\347\233\230\345\210\206\345\214\272\347\273\223\346\235\237.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..1ff362bfe5e94969e1a58293f9ca791cc44a8f42 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin.png" new file mode 100644 index 0000000000000000000000000000000000000000..1ff362bfe5e94969e1a58293f9ca791cc44a8f42 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin\344\273\213\347\273\215 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin\344\273\213\347\273\215 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..c09d1366119d31e1fb8ffdbc52c640b0a78ab22a Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin\344\273\213\347\273\215 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin\344\273\213\347\273\215.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin\344\273\213\347\273\215.png" new file mode 100644 index 0000000000000000000000000000000000000000..c09d1366119d31e1fb8ffdbc52c640b0a78ab22a Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\250\347\233\230\345\256\211\350\243\205openkylin\344\273\213\347\273\215.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\270\345\236\213\351\200\211\351\241\271 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\270\345\236\213\351\200\211\351\241\271 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..dafe51e0304cb0f962ff4df635cf4642204862f0 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\270\345\236\213\351\200\211\351\241\271 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\270\345\236\213\351\200\211\351\241\271.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\270\345\236\213\351\200\211\351\241\271.png" new file mode 100644 index 0000000000000000000000000000000000000000..dafe51e0304cb0f962ff4df635cf4642204862f0 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\205\270\345\236\213\351\200\211\351\241\271.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\210\233\345\273\272openkylin\347\224\250\346\210\267 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\210\233\345\273\272openkylin\347\224\250\346\210\267 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..8baa2094f674f7cbfea56e23a8e513625ee4a75d Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\210\233\345\273\272openkylin\347\224\250\346\210\267 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\210\233\345\273\272openkylin\347\224\250\346\210\267.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\210\233\345\273\272openkylin\347\224\250\346\210\267.png" new file mode 100644 index 0000000000000000000000000000000000000000..8baa2094f674f7cbfea56e23a8e513625ee4a75d Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\345\210\233\345\273\272openkylin\347\224\250\346\210\267.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\243\201\347\233\230\345\244\247\345\260\217 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\243\201\347\233\230\345\244\247\345\260\217 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..8d8e14ce63febdd6860e40a0cbd25774d1c6d915 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\243\201\347\233\230\345\244\247\345\260\217 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\243\201\347\233\230\345\244\247\345\260\217.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\243\201\347\233\230\345\244\247\345\260\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..8d8e14ce63febdd6860e40a0cbd25774d1c6d915 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\243\201\347\233\230\345\244\247\345\260\217.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\250\215\345\220\216\345\256\211\350\243\205\351\200\211\351\241\271.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\250\215\345\220\216\345\256\211\350\243\205\351\200\211\351\241\271.png" new file mode 100644 index 0000000000000000000000000000000000000000..1375942587ce24ca4650fff910c3e3bf1f34b1d3 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\347\250\215\345\220\216\345\256\211\350\243\205\351\200\211\351\241\271.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\350\207\252\345\256\232\344\271\211\347\241\254\344\273\266.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\350\207\252\345\256\232\344\271\211\347\241\254\344\273\266.png" new file mode 100644 index 0000000000000000000000000000000000000000..7ea4d9935b6d81d80cbd532c0dabc81221b61619 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\350\207\252\345\256\232\344\271\211\347\241\254\344\273\266.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251openkylin\346\227\266\345\214\272.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251openkylin\346\227\266\345\214\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..f8d63741e40588460643be14c6c7137c69e3f0ba Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251openkylin\346\227\266\345\214\272.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251openkylin\350\257\255\350\250\200.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251openkylin\350\257\255\350\250\200.png" new file mode 100644 index 0000000000000000000000000000000000000000..c338554ea35513942fda767ed94e72804f51c7f6 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251openkylin\350\257\255\350\250\200.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251ubuntu64.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251ubuntu64.png" new file mode 100644 index 0000000000000000000000000000000000000000..2af348b58d3c785f9e0d388d49f9b96128481cce Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251ubuntu64.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251\351\225\234\345\203\217\346\226\207\344\273\266.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251\351\225\234\345\203\217\346\226\207\344\273\266.png" new file mode 100644 index 0000000000000000000000000000000000000000..5951131de1812c17927a8564e2f401a11a53edd3 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\231\232\346\213\237\346\234\272\351\200\211\346\213\251\351\225\234\345\203\217\346\226\207\344\273\266.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption (1) - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption (1) - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..db116c72257e518783d0202ceaafe72dc345e98b Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption (1) - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption (1).png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption (1).png" new file mode 100644 index 0000000000000000000000000000000000000000..db116c72257e518783d0202ceaafe72dc345e98b Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption (1).png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..db116c72257e518783d0202ceaafe72dc345e98b Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption.png" new file mode 100644 index 0000000000000000000000000000000000000000..db116c72257e518783d0202ceaafe72dc345e98b Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\256\276\347\275\256bootoption.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\277\220\350\241\214ventoy-wim.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\277\220\350\241\214ventoy-wim.png" new file mode 100644 index 0000000000000000000000000000000000000000..f36e7856169ed387a9cd64c5b935f8661568e789 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\277\220\350\241\214ventoy-wim.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\277\233\345\205\245bios\347\263\273\347\273\237 - \345\211\257\346\234\254.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\277\233\345\205\245bios\347\263\273\347\273\237 - \345\211\257\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..95d88aaacd7636454ee6026900296867cabc0675 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\277\233\345\205\245bios\347\263\273\347\273\237 - \345\211\257\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\350\277\233\345\205\245bios\347\263\273\347\273\237.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\350\277\233\345\205\245bios\347\263\273\347\273\237.png" new file mode 100644 index 0000000000000000000000000000000000000000..95d88aaacd7636454ee6026900296867cabc0675 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\350\277\233\345\205\245bios\347\263\273\347\273\237.png" differ diff --git "a/en/Community-Engagement-Guides/assets/installation-guide/\351\200\211\346\213\251\350\231\232\346\213\237\346\234\272\345\256\211\350\243\205\347\233\256\345\275\225.png" "b/en/Community-Engagement-Guides/assets/installation-guide/\351\200\211\346\213\251\350\231\232\346\213\237\346\234\272\345\256\211\350\243\205\347\233\256\345\275\225.png" new file mode 100644 index 0000000000000000000000000000000000000000..487b6d4bfb73693d5ff3024b1cd1eb64cdd72ffc Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/installation-guide/\351\200\211\346\213\251\350\231\232\346\213\237\346\234\272\345\256\211\350\243\205\347\233\256\345\275\225.png" differ diff --git a/en/Community-Engagement-Guides/assets/participation-guide/.keep b/en/Community-Engagement-Guides/assets/participation-guide/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/PR\346\265\201\347\250\213.png" "b/en/Community-Engagement-Guides/assets/participation-guide/PR\346\265\201\347\250\213.png" new file mode 100644 index 0000000000000000000000000000000000000000..02bacd06e6c15608111cddf99bc8b676c61bfde5 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/PR\346\265\201\347\250\213.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/fork\347\244\272\344\276\213.png" "b/en/Community-Engagement-Guides/assets/participation-guide/fork\347\244\272\344\276\213.png" new file mode 100644 index 0000000000000000000000000000000000000000..1ed8e510ad57758cb1a6f85003e35df6ce3ff7ca Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/fork\347\244\272\344\276\213.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/gitee\346\217\220\344\272\244PR.png" "b/en/Community-Engagement-Guides/assets/participation-guide/gitee\346\217\220\344\272\244PR.png" new file mode 100644 index 0000000000000000000000000000000000000000..56d4525aedee2cea4bda3c322125f1faf32ac828 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/gitee\346\217\220\344\272\244PR.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/git\347\211\210\346\234\254.png" "b/en/Community-Engagement-Guides/assets/participation-guide/git\347\211\210\346\234\254.png" new file mode 100644 index 0000000000000000000000000000000000000000..473ed591fe5679a9f45d03c822647ab8199ddf01 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/git\347\211\210\346\234\254.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\344\270\211\347\247\215CLA\347\255\276\347\275\262\345\275\242\345\274\217\345\214\272\345\210\253.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\344\270\211\347\247\215CLA\347\255\276\347\275\262\345\275\242\345\274\217\345\214\272\345\210\253.png" new file mode 100644 index 0000000000000000000000000000000000000000..1b358155ac3e8cefd29bd378d5c66f332957584c Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\344\270\211\347\247\215CLA\347\255\276\347\275\262\345\275\242\345\274\217\345\214\272\345\210\253.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\344\270\252\344\272\272\347\255\276\347\275\262CLA\346\265\201\347\250\213.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\344\270\252\344\272\272\347\255\276\347\275\262CLA\346\265\201\347\250\213.png" new file mode 100644 index 0000000000000000000000000000000000000000..5495e85d5ed0ddcb9023d601af0366f319c4205e Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\344\270\252\344\272\272\347\255\276\347\275\262CLA\346\265\201\347\250\213.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\344\274\201\344\270\232CLA\347\255\276\347\275\262\346\265\201\347\250\213.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\344\274\201\344\270\232CLA\347\255\276\347\275\262\346\265\201\347\250\213.png" new file mode 100644 index 0000000000000000000000000000000000000000..21c77dee9aae1d56c92837c0ba4fef42e45886aa Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\344\274\201\344\270\232CLA\347\255\276\347\275\262\346\265\201\347\250\213.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\345\212\240\345\205\245sig\346\265\201\347\250\213.desktop" "b/en/Community-Engagement-Guides/assets/participation-guide/\345\212\240\345\205\245sig\346\265\201\347\250\213.desktop" new file mode 100644 index 0000000000000000000000000000000000000000..bb8abc894a70f1380d791d0157e3199eb04d7894 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\345\212\240\345\205\245sig\346\265\201\347\250\213.desktop" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\345\221\230\345\267\245CLA\347\255\276\347\275\262\346\265\201\347\250\213.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\345\221\230\345\267\245CLA\347\255\276\347\275\262\346\265\201\347\250\213.png" new file mode 100644 index 0000000000000000000000000000000000000000..c751b0f4707d45a39dfb9527dc150c9f4bfb89ce Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\345\221\230\345\267\245CLA\347\255\276\347\275\262\346\265\201\347\250\213.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\346\210\220\345\212\237\346\216\250\351\200\201\344\277\256\346\224\271\345\210\260\344\270\252\344\272\272\344\273\223\345\272\223.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\346\210\220\345\212\237\346\216\250\351\200\201\344\277\256\346\224\271\345\210\260\344\270\252\344\272\272\344\273\223\345\272\223.png" new file mode 100644 index 0000000000000000000000000000000000000000..2df09c64c86636cc9aa52515dadbdced700f9234 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\346\210\220\345\212\237\346\216\250\351\200\201\344\277\256\346\224\271\345\210\260\344\270\252\344\272\272\344\273\223\345\272\223.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\346\217\220\344\272\244issue.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\346\217\220\344\272\244issue.png" new file mode 100644 index 0000000000000000000000000000000000000000..027c4befaad17d35de68bb2b8ed0f4509bdb708a Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\346\217\220\344\272\244issue.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\346\237\245\347\234\213PR\347\212\266\346\200\201.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\346\237\245\347\234\213PR\347\212\266\346\200\201.png" new file mode 100644 index 0000000000000000000000000000000000000000..c25f5153d56562d35346c0c987926050a8144cb2 Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\346\237\245\347\234\213PR\347\212\266\346\200\201.png" differ diff --git "a/en/Community-Engagement-Guides/assets/participation-guide/\347\224\263\350\257\267\345\215\225\345\214\205\347\273\264\346\212\244\350\200\205\346\265\201\347\250\213.png" "b/en/Community-Engagement-Guides/assets/participation-guide/\347\224\263\350\257\267\345\215\225\345\214\205\347\273\264\346\212\244\350\200\205\346\265\201\347\250\213.png" new file mode 100644 index 0000000000000000000000000000000000000000..28113ec3de4b51a3b7c453907642d35af6b9247d Binary files /dev/null and "b/en/Community-Engagement-Guides/assets/participation-guide/\347\224\263\350\257\267\345\215\225\345\214\205\347\273\264\346\212\244\350\200\205\346\265\201\347\250\213.png" differ diff --git a/en/Community-Platform-Guides/Documentation_Platform_User_Guide.md b/en/Community-Platform-Guides/Documentation_Platform_User_Guide.md new file mode 100644 index 0000000000000000000000000000000000000000..c29a85275f2e51411c0a708579564393f6acecc1 --- /dev/null +++ b/en/Community-Platform-Guides/Documentation_Platform_User_Guide.md @@ -0,0 +1,11 @@ +--- +title: Documentation Platform User Guide +description: +published: true +date: 2022-05-17T07:16:35.227Z +tags: +editor: markdown +dateCreated: 2022-03-11T03:17:18.988Z +--- + +# Documentation Platform User Guide \ No newline at end of file diff --git a/en/Community-Platform-Guides/Mailing_List_User_Guide.md b/en/Community-Platform-Guides/Mailing_List_User_Guide.md new file mode 100644 index 0000000000000000000000000000000000000000..3d6e89b7dd8d0629ed798d27246306dd4d5ae5ca --- /dev/null +++ b/en/Community-Platform-Guides/Mailing_List_User_Guide.md @@ -0,0 +1,73 @@ +--- +title: Mailing List User's Guide +description: +published: true +date: 2022-06-23T07:23:30.999Z +tags: +editor: markdown +dateCreated: 2022-03-11T03:17:23.928Z +--- +# Mailing List User's Guide + +## Mailing List Introduction + +- Access address:mailweb.openkylin.top +Mail group introduction: Each mail group will have a special mailbox to manage the mail group, take UKUI as an example, as follows +ukui@lists.openkylin.top (mail group mailbox address) +ukui-request@lists.openkylin.top(mail group subscription mailbox address) +ukui-owner@lists.openkylin.top(mail group administrator email address) + +## How to subscribe to SIG group + +1. After entering the [mailing list homepage](https://mailweb.openkylin.top/postorius/lists/),as shown below, click the SIG group you want to subscribe to. +--- + + + +--- + +2. After entering the corresponding mailing group, as shown below, fill in the email address and name in the input box, and click Subscribe button below to receive the confirmation email of subscribing SIG. + + + +3.The subscription mailbox will receive a confirmation message to join, follow the instructions to enter the verification information to join the corresponding SIG group. + +4.If the subscription is successful, you will receive a welcome email from the mailing list group, as shown in the following figure. +--- + + + +--- + +Note: If all the above steps are normal, but you do not receive the email, please contact contact@openkylin.top the email address to explain the situation + + +## How to unsubscribe SIG group + +1. Take UKUI group as an example, send an email to ukui-request@list.openkylin.top, the content subject and body of the email contains "unsubscribe", as shown in the following picture +--- + + + +--- + +2. Next, you will receive an unsubscribe verification email, as shown below + +--- + + + +--- + +3. According to the prompted information, bring the verification information when you reply, and use it as the subject and body of the email to complete the subscription to the SIG group, as shown in the following figure. + +--- + + + +--- + +4. After the SIG group is successfully verified, the SIG group is unsubscribed. + +## How to send emails to SIG group members +Any member can send email to all members of SIG group, the email address is the address of SIG group, take UKUI as an example, the email address is ukui@lists.openkylin.top. diff --git a/en/Community-Platform-Guides/Translation_Platform_User_Guide.md b/en/Community-Platform-Guides/Translation_Platform_User_Guide.md new file mode 100644 index 0000000000000000000000000000000000000000..3ff31bfc8581b56a0172df462481e93a28ce108b --- /dev/null +++ b/en/Community-Platform-Guides/Translation_Platform_User_Guide.md @@ -0,0 +1,11 @@ +--- +title: Guide to using the translation platform +description: Include requirements + contribution portal +published: true +date: 2022-05-17T07:16:37.030Z +tags: +editor: markdown +dateCreated: 2022-03-11T03:17:21.464Z +--- + +# Translation Platform User Guide diff --git a/en/Community-Platform-Guides/assets/mailing_list_user_guide/.keep b/en/Community-Platform-Guides/assets/mailing_list_user_guide/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Platform-Guides/assets/mailing_list_user_guide/mail_homepage.png b/en/Community-Platform-Guides/assets/mailing_list_user_guide/mail_homepage.png new file mode 100644 index 0000000000000000000000000000000000000000..eb80e28e1376e42e19bdd10ff98c0aaebbd29ee4 Binary files /dev/null and b/en/Community-Platform-Guides/assets/mailing_list_user_guide/mail_homepage.png differ diff --git "a/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\345\217\221\351\200\201\351\252\214\350\257\201\351\202\256\344\273\266\345\275\242\345\274\217.png" "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\345\217\221\351\200\201\351\252\214\350\257\201\351\202\256\344\273\266\345\275\242\345\274\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..845e28dd1cf6fff5709148c842cd84dd38345a7d Binary files /dev/null and "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\345\217\221\351\200\201\351\252\214\350\257\201\351\202\256\344\273\266\345\275\242\345\274\217.png" differ diff --git "a/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\345\217\226\346\266\210\350\256\242\351\230\205\345\275\242\345\274\217.png" "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\345\217\226\346\266\210\350\256\242\351\230\205\345\275\242\345\274\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..73e908df8425167e23ef601a8a4944375ead8192 Binary files /dev/null and "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\345\217\226\346\266\210\350\256\242\351\230\205\345\275\242\345\274\217.png" differ diff --git "a/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\346\254\242\350\277\216\351\202\256\344\273\266\345\275\242\345\274\217.png" "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\346\254\242\350\277\216\351\202\256\344\273\266\345\275\242\345\274\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..a9f671149798427273cee15907ca981889d6dd4c Binary files /dev/null and "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\346\254\242\350\277\216\351\202\256\344\273\266\345\275\242\345\274\217.png" differ diff --git "a/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\350\256\242\351\230\205\351\202\256\344\273\266\345\275\242\345\274\217.png" "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\350\256\242\351\230\205\351\202\256\344\273\266\345\275\242\345\274\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..fd294c51a9f9a5cdddb5f561a837967c2c933989 Binary files /dev/null and "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\350\256\242\351\230\205\351\202\256\344\273\266\345\275\242\345\274\217.png" differ diff --git "a/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\350\256\242\351\230\205\351\241\265.png" "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\350\256\242\351\230\205\351\241\265.png" new file mode 100644 index 0000000000000000000000000000000000000000..ac18abc504486ac1e00561967395807366710695 Binary files /dev/null and "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\350\256\242\351\230\205\351\241\265.png" differ diff --git "a/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\351\200\200\350\256\242\345\217\221\351\200\201\351\202\256\344\273\266\345\275\242\345\274\217.png" "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\351\200\200\350\256\242\345\217\221\351\200\201\351\202\256\344\273\266\345\275\242\345\274\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..36439cf24e08c3aa21c194b2bb5f084931116160 Binary files /dev/null and "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\351\200\200\350\256\242\345\217\221\351\200\201\351\202\256\344\273\266\345\275\242\345\274\217.png" differ diff --git "a/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\351\200\200\350\256\242\351\202\256\344\273\266\345\275\242\345\274\217.png" "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\351\200\200\350\256\242\351\202\256\344\273\266\345\275\242\345\274\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..0184da73342da63c00fd4504e8d3c09517318e66 Binary files /dev/null and "b/en/Community-Platform-Guides/assets/mailing_list_user_guide/\351\202\256\344\273\266\345\210\227\350\241\250\351\200\200\350\256\242\351\202\256\344\273\266\345\275\242\345\274\217.png" differ diff --git a/en/Community-Specification/.keep b/en/Community-Specification/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Specification/Community_Management_Specifications.md b/en/Community-Specification/Community_Management_Specifications.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Specification/Contributor Agreement.md b/en/Community-Specification/Contributor Agreement.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Specification/Release_Notes.md b/en/Community-Specification/Release_Notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Specification/Security_Policy_Guide.md b/en/Community-Specification/Security_Policy_Guide.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community-Specification/Version_Planning.md b/en/Community-Specification/Version_Planning.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/en/Community_Introduction.md b/en/Community_Introduction.md new file mode 100644 index 0000000000000000000000000000000000000000..dc3cc8fe7977f4b5430008074f40d8e0ee5d526a --- /dev/null +++ b/en/Community_Introduction.md @@ -0,0 +1,36 @@ +--- +title: Community Profile +description: +published: true +date: 2022-05-17T07:16:03.826Z +tags: +editor: markdown +dateCreated: 2022-03-11T03:16:23.903Z +--- + +# openKylin Community Introduction +Welcome to the openKylin community! + +## Community Vision + The openKylin Community (hereinafter referred to as "the Community") is an open source community formed by various enterprises, non-profit organizations, community organizations, universities, research institutions and individual developers on the basis of open source, voluntary, equality and collaboration. By implementing transparent and open governance to solidify open source collaborative development, it has become a global open source community. + The openKylin community welcomes and encourages participation from all. +No matter how you know yourself, or how others perceive you: We all welcome you. We welcome contributions from anyone, as long as the interaction with our community is positive. + +## Communication + The openKylin community has multiple communication channels, please refer to [Community Communication](https://www.openkylin.top/community/community-cn.html). +Everyone is welcome to join the communication and create a good technical atmosphere. + +## Community Governance +### Organizational structure + openKylin has the following official community organization types. +- Community Council +- Secretariat +- Technical Committee +- Advisory Board +- Ecology Committee +- SIG + +### Contact information + The openKylin community is an open community and there are several ways to contact us, please refer to [Contact](https://www.openkylin.top/community/) for more information. + +Translated with www.DeepL.com/Translator (free version) \ No newline at end of file diff --git a/en/Development-And-Common-Documents/Commonly_Combination_Commands.md b/en/Development-And-Common-Documents/Commonly_Combination_Commands.md new file mode 100644 index 0000000000000000000000000000000000000000..248e0dbeae01b9b0728b90c2782c095c775575a6 --- /dev/null +++ b/en/Development-And-Common-Documents/Commonly_Combination_Commands.md @@ -0,0 +1,41 @@ +#