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: CONTRIBUTING.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,23 @@
2
2
3
3
Thank you for taking the time to contribute to Trigger.dev. Your involvement is not just welcomed, but we encourage it! 🚀
4
4
5
-
Please take some time to read this guide to understand contributing best practices for Trigger.dev.
5
+
Please take some time to read this guide to understand contributing best practices for Trigger.dev. Note that we use [vouch](https://github.com/mitchellh/vouch) to manage contributor trust, so you'll need to be vouched before opening a PR.
6
6
7
7
Thank you for helping us make Trigger.dev even better! 🤩
8
8
9
+
## Getting vouched (required before opening a PR)
10
+
11
+
We use [vouch](https://github.com/mitchellh/vouch) to manage contributor trust. **PRs from unvouched users are automatically closed.**
12
+
13
+
Before you open your first pull request, you need to be vouched by a maintainer. Here's how:
14
+
15
+
1. Open a [Vouch Request](https://github.com/triggerdotdev/trigger.dev/issues/new?template=vouch-request.yml) issue.
16
+
2. Tell us what you'd like to work on and share any relevant background.
17
+
3. A maintainer will review your request and vouch for you by commenting on the issue.
18
+
4. Once vouched, your PRs will be accepted normally.
19
+
20
+
If you're unsure whether you're already vouched, go ahead and open a PR — the check will tell you.
21
+
9
22
## Developing
10
23
11
24
The development branch is `main`. This is the branch that all pull
@@ -223,19 +236,6 @@ See the [Job Catalog](./references/job-catalog/README.md) file for more.
223
236
4. Navigate to your trigger.dev instance ([http://localhost:3030](http://localhost:3030/)), to see the jobs.
224
237
You can use the test feature to trigger them.
225
238
226
-
## Getting vouched (required before opening a PR)
227
-
228
-
We use [vouch](https://github.com/mitchellh/vouch) to manage contributor trust. **PRs from unvouched users are automatically closed.**
229
-
230
-
Before you open your first pull request, you need to be vouched by a maintainer. Here's how:
231
-
232
-
1. Open a [Vouch Request](https://github.com/triggerdotdev/trigger.dev/issues/new?template=vouch-request.yml) issue.
233
-
2. Tell us what you'd like to work on and share any relevant background.
234
-
3. A maintainer will review your request and vouch for you by commenting on the issue.
235
-
4. Once vouched, your PRs will be accepted normally.
236
-
237
-
If you're unsure whether you're already vouched, go ahead and open a PR — the check will tell you.
238
-
239
239
## Making a pull request
240
240
241
241
**If you get errors, be sure to fix them before committing.**
0 commit comments