Skip to content

Commit d680325

Browse files
committed
Include a contribution disclaimer / guide in the readme
1 parent 72dabc6 commit d680325

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ console.log(prediction.status); // "starting"
6969
From there, you can fetch the current status of the prediction using
7070
`await prediction.load()` or `await replicate.prediction(prediction.id).load()`.
7171

72+
## Contributing
73+
74+
While we'd love to accept contributions to this library, please open an issue
75+
before starting any new work so we can discuss the approach we'd like to take
76+
before you invest too much in writing code.
77+
7278
## License
7379

7480
[Apache 2.0](LICENSE)

0 commit comments

Comments
 (0)