From 75e58d43e8a338314e5c94777ba8184fde5d2386 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 10 Aug 2022 18:56:19 +1000 Subject: [PATCH] New translations developing-new-features.mdx (Chinese Simplified) [ci skip] --- .../current/contributing/developing-new-features.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/contributing/developing-new-features.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/contributing/developing-new-features.mdx index d6df3663..85d40ded 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/contributing/developing-new-features.mdx +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/contributing/developing-new-features.mdx @@ -4,7 +4,7 @@ sidebar_position: 20 # 开发新功能 -We are always keen to add features to Wails and expand on what the project can do. The process for adding new features are as follows: The process for adding new features are as follows: The process for adding new features are as follows: +We are always keen to add features to Wails and expand on what the project can do. The process for adding new features are as follows: The process for adding new features are as follows: We are always keen to add features to Wails and expand on what the project can do. The process for adding new features are as follows: The process for adding new features are as follows: The process for adding new features are as follows: - Pick an enhancement ticket with the "TODO" label. Pick an enhancement ticket with the "TODO" label. Pick an enhancement ticket with the "TODO" label. It's preferable to select one from the current [Backlog](https://github.com/orgs/wailsapp/projects/1/views/1) but the choice is yours. - Before developing, check that the ticket includes the following information: @@ -15,7 +15,7 @@ We are always keen to add features to Wails and expand on what the project can d - Comment on the ticket stating you wish to develop the feature - Clone the repository and create a branch with the format `feature/_` - New features often require documentation so please ensure you have also added or updated the documentation as part of the changes -- Once the feature is ready for testing, create a draft PR. Once the feature is ready for testing, create a draft PR. Once the feature is ready for testing, create a draft PR. Please ensure the PR description has the test scenarios and test cases listed with checkmarks, so that others can know what still needs to be tested. +- Once the feature is ready for testing, create a draft PR. Once the feature is ready for testing, create a draft PR. Once the feature is ready for testing, create a draft PR. Please ensure the PR description has the test scenarios and test cases listed with checkmarks, so that others can know what still needs to be tested. Once the feature is ready for testing, create a draft PR. Once the feature is ready for testing, create a draft PR. Please ensure the PR description has the test scenarios and test cases listed with checkmarks, so that others can know what still needs to be tested. - Once all the testing is completed, please update the status of the PR from draft and leave a message. :::note