Skip to content

Commit 7b6d5cd

Browse files
committed
build: update message copy
1 parent 4c6b89f commit 7b6d5cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/autoclose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
6161
Per the guidelines outlined in our [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md), you should download and setup [EditorConfig](http://editorconfig.org/) to ensure that files are automatically configured to use expected indentation and line endings.
6262
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+
6365
Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions.
6466
6567
# Define a job which closes a pull request if a contributor failed to follow contributing guidelines:
@@ -94,6 +96,8 @@ jobs:
9496
9597
Per the guidelines outlined in our [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md), you should have setup your local development environment such that automated development processes for linting, license verification, and unit testing can run prior to authoring commits and pushing changes. We encourage you to refer to that guide **before** continuing to work on this pull request.
9698
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+
97101
Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions.
98102
99103
# Define a job which closes a pull request if a contributor failed to follow project conventions:

0 commit comments

Comments
 (0)