You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/scripts/first_time_greeting
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,53 @@ main() {
133
133
# Post a comment on the PR:
134
134
comment=":wave: Hi there! :wave:
135
135
136
-
And thank you for opening your first pull request! We will review it shortly. :runner: :dash:"
136
+
And thank you for opening your first pull request! We will review it shortly. :runner: :dash:
137
+
138
+
## Getting Started
139
+
140
+
- Please read our [contributing guidelines][stdlib-contributing] if you haven't already.
141
+
- For development guidance, refer to the [development guide][stdlib-development]
142
+
143
+
## Next Steps
144
+
145
+
1. A project maintainer will approve GitHub Actions workflows for your PR.
146
+
2. All CI checks must pass before your submission can be fully reviewed.
147
+
3. You'll need to address any failures in linting or unit tests.
148
+
149
+
## Running Tests Locally
150
+
151
+
You can use \`make\` to run any of the CI commands locally from the **root directory** of the stdlib repository:
152
+
153
+
\`\`\`bash
154
+
# Run tests for all packages in the math namespace:
155
+
make test TESTS_FILTER=\".*/@stdlib/math/.*\"
156
+
157
+
# Run benchmarks for a specific package:
158
+
make benchmark BENCHMARKS_FILTER=\".*/@stdlib/math/base/special/sin/.*\"
159
+
\`\`\`
160
+
161
+
If you haven't heard back from us within two weeks, please ping us by tagging the \"reviewers\" team in a comment on this PR.
162
+
163
+
If you have any further questions while waiting for a response, please join our [Gitter channel][stdlib-gitter] to chat with project maintainers and other community members.
164
+
165
+
We appreciate your contribution!
166
+
167
+
## Documentation Links
168
+
169
+
- [Contributing Guidelines][stdlib-contributing]
170
+
- [Developtment Guide][stdlib-development]
171
+
- [Gitter channel][stdlib-gitter]
172
+
- [make rules for running examples][make-docs-examples]
173
+
- [make rules for running project unit tests][make-docs-test]
174
+
- [make rules for running benchmarks][make-docs-benchmark]
And thank you for opening your first issue! We will get back to you shortly. :runner: :dash:"
201
+
And thank you for opening your first issue! We will get back to you shortly. :runner: :dash:
202
+
203
+
If you have any further questions while waiting for a response, please join our [Gitter channel][stdlib-gitter] to chat with project maintainers and other community members.
0 commit comments