Skip to content

Commit 41cb3ee

Browse files
authored
Refactor Readme
1 parent cdea835 commit 41cb3ee

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,19 @@ We welcome contributions from the community and appreciate your support in impro
101101
Install the project dependencies by running the following command in the terminal:
102102
103103
```pip install -r requirements.txt```
104+
105+
## Ensure CI passes ![](https://img.shields.io/badge/CI-Passing-brightgreen)
106+
107+
108+
Before merging any contributions or changes, it's essential to ensure that the continuous integration (CI) tests pass successfully. CI helps maintain code quality standards and prevents the introduction of regressions. To ensure a smooth integration process, follow these steps:
109+
110+
• Make your desired changes or additions to the codebase.
111+
112+
• Run the relevant tests locally to verify that your changes are functioning as expected.
113+
114+
• Push your changes to the branch you're working on.
115+
116+
• The CI system will automatically run tests and checks on your code.
117+
118+
• Monitor the CI build status to ensure that all tests pass successfully.
119+

0 commit comments

Comments
 (0)