Skip to content

Commit

Permalink
Add CONTRIBUTING.md (#725)
Browse files Browse the repository at this point in the history
* * Add contributing
* Update run platform script user guide in README
* Update encryption key backup reminder in README

* Fix contributing md doc link in readme

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ritwik G <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent f30b6bc commit 165f44f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 256 deletions.
255 changes: 0 additions & 255 deletions CONTRIBUTE.md

This file was deleted.

3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

See [docs.unstract.com](https://docs.unstract.com/contributing/unstract).
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Next, either download a release or clone this repo and do the following:

That's all there is to it!

See [user guide](https://docs.unstract.com/unstract_platform/user_guides/run_platform) for more details on managing the platform.
Another really quick way to experience Unstract is by signing up for our [hosted version](https://us-central.unstract.com/).

## ⏩ Quick Start Guide
Expand Down Expand Up @@ -137,14 +138,20 @@ Unstract comes well documented. You can get introduced to the [basics of Unstrac

## 🙌 Contributing

Contributions are welcome! Please read [CONTRIBUTE.md](CONTRIBUTE.md) for further details on setting up the development environment, etc. It also points you to other detailed documents as needed.
Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for further details on setting up the development environment, etc. It also points you to other detailed documents as needed.

## 👋 Join the LLM-powered automation community

- On Slack, [join great conversations](https://join-slack.unstract.com) around LLMs, their ecosystem and leveraging them to automate the previously unautomatable!
- [Follow us on X/Twitter](https://twitter.com/GetUnstract)
- [Follow us on LinkedIn](https://www.linkedin.com/showcase/unstract/)

## 🚨 Backup encryption key

Do copy the value of `ENCRYPTION_KEY` config in either `backend/.env` or `platform-service/.env` file to a secure location.

Adapter credentials are encrypted by the platform using this key. Its loss or change will make all existing adapters inaccessible!

## 📊 A note on analytics

In full disclosure, Unstract integrates Posthog to track usage analytics. As you can inspect the relevant code here, we collect the minimum possible metrics. Posthog can be disabled if desired by setting `REACT_APP_ENABLE_POSTHOG` to `false` in the frontend's .env file.

0 comments on commit 165f44f

Please sign in to comment.