Skip to content
Snippets Groups Projects
Commit b9db2124 authored by Van-Tuan Bui's avatar Van-Tuan Bui
Browse files

Update b-INPUT-VALIDATION.md

parent 221e686d
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ For the forthcoming feature **input validation**, you need to ensure that the i
- Create a feature `b_input_validation` branch:
```bash
git checkout develop
git pull origin develop
git checkout develop
git checkout -b b_input_validation
```
......@@ -181,4 +181,4 @@ if __name__ == '__main__':
## Approve a merge request
## Merge `b_input_validation` into `develop`
\ No newline at end of file
## Merge `b_input_validation` into `develop`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment