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/pull_request_template.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ Link to your package's repository:
7
7
## Checklist
8
8
_This checklist is a cut down version of the [best practices](../blob/main/package-best-practices.md) that we have identified as the package hub has grown. Although meeting these checklist items is not a prerequisite to being added to the Hub, we have found that packages which don't conform provide a worse user experience._
9
9
10
+
### Real world usage
11
+
12
+
Using coding agents to help you build your package is totally fine, but please don't submit it to the package hub until you've used it in your own production environment for an extended period of time.
13
+
14
+
-[ ] (Required): I have been using this package in production and am satisfied with its behavior.
15
+
10
16
### First run experience
11
17
-[ ] (Required): The package includes a [licence file detectable by GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository), such as the Apache 2.0 or MIT licence.
12
18
-[ ] The package includes a README which explains how to get started with the package and customise its behaviour
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,15 @@ Save the token to a secure location. Click the "Configure SSO" button and "Autho
29
29
```shell
30
30
cp config.example.json config.json
31
31
32
-
# Add the relevant GitHub username, email address and token
32
+
# Add the relevant GitHub username, email address, and token
33
33
$EDITOR config.json
34
34
35
35
# Export the JSON credentials into an environment variable
36
36
export CONFIG=$(<config.json)
37
37
```
38
38
39
+
If you have Fusion installed in a location other than the default (`~/.local/bin/dbt`), you will also need to add a line to `config.json` that sets `fusion_binary_path` to the correct path.
0 commit comments