Skip to content

Commit ec939db

Browse files
committed
docs: update contribution
1 parent d9d082a commit ec939db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/contributing/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Allowed types: `feat`, `fix`, `build`, `chore`, `ci`, `docs`, `style`, `refactor
6262

6363
All tests must pass before submitting any changes. The test suite runs via [GitHub Actions](https://github.com/${REPOSITORY}/actions), and contributions will not be merged unless all tests are successful.
6464

65-
- Test files are located in the [.github/workflows/test.yml](.github/workflows/test.yml) directory.
66-
- Add suitable test cases for any new functionality or changes.
65+
- Test steps are located in the [.github/workflows/test.yml](.github/workflows/test.yml) file.
66+
- Add suitable tests for any new functionality or changes.
6767
- Run tests locally before pushing changes.
6868

6969
## Development Environment

0 commit comments

Comments
 (0)