瀏覽代碼

remove duplicated content in Contributing.md (#2152)

Jaspreet singh 1 年之前
父節點
當前提交
323f7ce5ba
共有 1 個文件被更改,包括 1 次插入18 次删除
  1. 1 18
      CONTRIBUTING.md

+ 1 - 18
CONTRIBUTING.md

@@ -34,23 +34,6 @@ cd examples
 poetry run reflex init
 poetry run reflex run
 ```
-All the changes you make to the repository will be reflected in your running app.
-
-
-## 🧪 Testing and QA
-
-Within the 'test' directory of Reflex you can add to a test file already there or create a new test python file if it doesn't fit into the existing layout.
-
-#### What to unit test?
-- Any feature or significant change that has been added.
-- Any edge cases or potential problem areas.
-- Any interactions between different parts of the code.
-
-Now Init/Run
-``` bash
-poetry run reflex init
-poetry run reflex run
-```
 
 All the changes you make to the repository will be reflected in your running app.
 * We have the examples folder in the .gitignore, so your changes in reflex/examples won't be reflected in your commit.
@@ -61,7 +44,7 @@ Any feature or significant change added should be accompanied with unit tests.
 
 Within the 'test' directory of Reflex you can add to a test file already there or create a new test python file if it doesn't fit into the existing layout.
 
-What to unit test?
+#### What to unit test?
 - Any feature or significant change that has been added.
 - Any edge cases or potential problem areas.
 - Any interactions between different parts of the code.