Skip to content

Commit e1b074c

Browse files
docs(github): tidy CONTRIBUTING.md
1 parent d8980b9 commit e1b074c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/CONTRIBUTING.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
</details>
1414

15-
Pull requests are welcome! By participating in this project, you
16-
agree to abide by our [code of conduct](https://github.com/remarkablemark/.github/blob/master/CODE_OF_CONDUCT.md).
15+
Pull requests are welcome! By participating in this project, you agree to abide by our [code of conduct](https://github.com/remarkablemark/.github/blob/master/CODE_OF_CONDUCT.md).
1716

1817
## Fork
1918

@@ -69,22 +68,20 @@ Write a commit message that follows the [Conventional Commits](https://www.conve
6968
- **ci**: Updates configuration files and scripts for continuous integration
7069
- **docs**: Documentation only changes
7170

72-
The commit message will be linted during the pre-commit Git hook.
73-
To manually lint the most recent commit message:
71+
The commit message will be linted during the pre-commit Git hook. To manually lint the most recent commit message:
7472

7573
```sh
7674
git log -1 --pretty=format:"%s" | npx commitlint
7775
```
7876

7977
Push to your fork and create a [pull request](https://github.com/remarkablemark/html-react-parser/compare/).
8078

81-
At this point, wait for us to review your pull request. We'll try to review pull requests within
82-
1-3 business days. We may suggest changes, improvements, and/or alternatives.
79+
At this point, wait for us to review your pull request. We'll try to review pull requests within 1-3 business days. We may suggest changes, improvements, and/or alternatives.
8380

8481
Things that will improve the chance that your pull request will be accepted:
8582

8683
- [ ] Write tests that pass [CI](https://github.com/remarkablemark/html-react-parser/actions/workflows/build.yml).
87-
- [ ] Write good documentation.
84+
- [ ] Write solid documentation.
8885
- [ ] Write a good [commit message](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit).
8986

9087
## Test

0 commit comments

Comments
 (0)