|
12 | 12 |
|
13 | 13 | </details>
|
14 | 14 |
|
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). |
17 | 16 |
|
18 | 17 | ## Fork
|
19 | 18 |
|
@@ -69,22 +68,20 @@ Write a commit message that follows the [Conventional Commits](https://www.conve
|
69 | 68 | - **ci**: Updates configuration files and scripts for continuous integration
|
70 | 69 | - **docs**: Documentation only changes
|
71 | 70 |
|
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: |
74 | 72 |
|
75 | 73 | ```sh
|
76 | 74 | git log -1 --pretty=format:"%s" | npx commitlint
|
77 | 75 | ```
|
78 | 76 |
|
79 | 77 | Push to your fork and create a [pull request](https://github.com/remarkablemark/html-react-parser/compare/).
|
80 | 78 |
|
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. |
83 | 80 |
|
84 | 81 | Things that will improve the chance that your pull request will be accepted:
|
85 | 82 |
|
86 | 83 | - [ ] Write tests that pass [CI](https://github.com/remarkablemark/html-react-parser/actions/workflows/build.yml).
|
87 |
| -- [ ] Write good documentation. |
| 84 | +- [ ] Write solid documentation. |
88 | 85 | - [ ] Write a good [commit message](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit).
|
89 | 86 |
|
90 | 87 | ## Test
|
|
0 commit comments