|
62 | 62 |
|
63 | 63 | If you would prefer to avoid manual setup, you could also consider using a pre-configured [development container](https://github.com/stdlib-js/stdlib/tree/develop/.devcontainer) for use locally or in GitHub Codespaces.
|
64 | 64 |
|
65 |
| - Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions. |
| 65 | + Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
66 | 66 |
|
67 | 67 | # Define a job which closes a pull request if a contributor failed to follow contributing guidelines:
|
68 | 68 | contributor_guidelines:
|
|
98 | 98 |
|
99 | 99 | If you would prefer to avoid manual setup, you could also consider using a pre-configured [development container](https://github.com/stdlib-js/stdlib/tree/develop/.devcontainer) for use locally or in GitHub Codespaces.
|
100 | 100 |
|
101 |
| - Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions. |
| 101 | + Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
102 | 102 |
|
103 | 103 | # Define a job which closes a pull request if a contributor failed to follow project conventions:
|
104 | 104 | project_conventions:
|
@@ -138,7 +138,7 @@ jobs:
|
138 | 138 |
|
139 | 139 | In short, the more effort you put in to ensure that your contribution looks and feels like stdlib—including variables names, bracket spacing, line breaks, etc—the more likely that your contribution will be reviewed and ultimately accepted. We encourage you to closely study the codebase **before** continuing to work on this pull request.
|
140 | 140 |
|
141 |
| - Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions. |
| 141 | + Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
142 | 142 |
|
143 | 143 | # Define a job which closes a pull request if a pull request is considered spam:
|
144 | 144 | spam:
|
@@ -170,7 +170,7 @@ jobs:
|
170 | 170 | BODY: |
|
171 | 171 | Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not meet the standards of this project.
|
172 | 172 |
|
173 |
| - Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions. |
| 173 | + Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
174 | 174 |
|
175 | 175 | # Lock pull request conversation:
|
176 | 176 | - name: 'Lock conversation'
|
|
0 commit comments