From 83ac51f6d79ca9231d8082e9f53823bc88279e46 Mon Sep 17 00:00:00 2001 From: tocean Date: Fri, 20 Oct 2023 08:03:52 +0000 Subject: [PATCH] fix comments --- docs/developer-guides/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guides/contributing.md b/docs/developer-guides/contributing.md index ea911693..8ba7a0fa 100644 --- a/docs/developer-guides/contributing.md +++ b/docs/developer-guides/contributing.md @@ -30,7 +30,7 @@ MS-AMP is an open-source project. Your participation and contribution are highly 1. Performance improvement. 1. New features such as support for new distributed training framework. - If you would like to contribute a new feature on MS-AMP, please submit your proposal first. In [GitHub Issues](https://github.com/azure/MS-AMP/issues) module, choose `Enhancement Request` to finish the submission. If the proposal is accepted, you can submit pull requests to origin `main` branch. +If you would like to contribute a new feature on MS-AMP, please submit your proposal first. In [GitHub Issues](https://github.com/azure/MS-AMP/issues) module, choose `Enhancement Request` to finish the submission. If the proposal is accepted, you can submit pull requests to origin `main` branch. #### Contribution steps