Skip to content

Commit abdbe5f

Browse files
committed
docs: updated CONTRIBUTING.md with commit message configuration
- Replaced test instructions with Git commit message template configuration step. - Improved clarity by removing redundant sections.
1 parent 1beb114 commit abdbe5f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ Thank you for considering contributing to Zix! Contributions, whether they're bu
1616
3. **Install Dependencies**
1717
If the project has additional dependencies, make sure to install them as per the instructions in the README.
1818

19-
4. **Run Tests**
20-
Before making changes, ensure all tests pass:
19+
4. **Configure Git Commit Message**
20+
Ensure your commit messages follow the correct convention by configuring Git to use the predefined message template:
2121
```bash
22-
cargo test
22+
git config commit.template .gitmessage
2323
```
2424

25-
---
26-
2725
## Contribution Guidelines
2826

2927
### Code Style
@@ -83,7 +81,6 @@ fix(cli): correct parsing of command-line arguments
8381
- Go to the original repository and open a pull request.
8482
- Provide a clear and concise description of your changes and their purpose.
8583

86-
---
8784

8885
## Reporting Issues
8986

0 commit comments

Comments
 (0)