diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..78cc7c8f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Report an issue and help improve OpenReplay +title: '' +labels: bug +assignees: estradino + +--- + +**Describe the issue** +A short description of what the issue is. + +**Steps to reproduce the issue** +1. Step 1 +2. Step 2 +3. You got it :) + +**Expected behavior** +What you expected to happen. + +**Screenshots** +If possible, that would be make our life easier. + +**OpenReplay Environment** + - Frontend stack: [e.g. React/Axios/MobX, Next] + - OpenReplay version: [e.g. 1.6.0] + - Tracker version: [e.g. 3.5.10] + - Plugins used: [e.g. Fetch, Redux] + - Cloud provider: [e.g. AWS, GCP] + - System specs: [e.g. 2vCPU/16Gb with 50Gb of storage] + +**Additional context** +Add additional information you think might be relevant for this behavior. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..23ecbd8cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: Documentation Request + url: https://github.com/openreplay/documentation/issues + about: Report a mistake or suggest anything we might be missing in the docs + - name: Discussions + url: https://github.com/openreplay/openreplay/discussions + about: Ask and answer various questions on GitHub Discussions + - name: Join our Slack Community + url: https://slack.openreplay.com + about: Take the discussion further by joining our community on Slack diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..7121b13e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea or a feature to improve OpenReplay +title: '' +labels: feature-request +assignees: estradino + +--- + +Briefly describe the feature you would like to see shipped with the upcoming versions of OpenReplay, the use-case (very important to us) and the alternative solutions you've considered so far. diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 305bb094a..c664a1102 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -4,7 +4,6 @@ on: push: branches: - dev - - api-v1.5.5 paths: - api/** diff --git a/README.md b/README.md index 870d47fcc..0f9f35669 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@
-OpenReplay is a session replay stack that lets you see what users do on your web app, helping you troubleshoot issues faster. It's the only open-source alternative to products such as FullStory and LogRocket. +OpenReplay is a session replay suite you can host yourself, that lets you see what users do on your web app, helping you troubleshoot issues faster. It's the only open-source alternative to products such as FullStory and LogRocket. - **Session replay.** OpenReplay replays what users do, but not only. It also shows you what went under the hood, how your website or app behaves by capturing network activity, console logs, JS errors, store actions/state, page speed metrics, cpu/memory usage and much more. - **Low footprint**. With a ~18KB (.gz) tracker that asynchronously sends minimal data for a very limited impact on performance. @@ -59,6 +59,7 @@ OpenReplay can be deployed anywhere. Follow our step-by-step guides for deployin - [Azure](https://docs.openreplay.com/deployment/deploy-azure) - [Digital Ocean](https://docs.openreplay.com/deployment/deploy-digitalocean) - [Scaleway](https://docs.openreplay.com/deployment/deploy-scaleway) +- [OVHcloud](https://docs.openreplay.com/deployment/deploy-ovhcloud) - [Kubernetes](https://docs.openreplay.com/deployment/deploy-kubernetes) ## OpenReplay Cloud @@ -69,7 +70,7 @@ For those who want to simply use OpenReplay as a service, [sign up](https://app. Please refer to the [official OpenReplay documentation](https://docs.openreplay.com/). That should help you troubleshoot common issues. For additional help, you can reach out to us on one of these channels: -- [Discord](https://discord.openreplay.com) (Connect with our engineers and community) +- [Slack](https://slack.openreplay.com) (Connect with our engineers and community) - [GitHub](https://github.com/openreplay/openreplay/issues) (Bug and issue reports) - [Twitter](https://twitter.com/OpenReplayHQ) (Product updates, Great content) - [Website chat](https://openreplay.com) (Talk to us) @@ -80,7 +81,7 @@ We're always on the lookout for contributions to OpenReplay, and we're glad you' See our [Contributing Guide](CONTRIBUTING.md) for more details. -Also, feel free to join our [Discord](https://discord.openreplay.com) to ask questions, discuss ideas or connect with our contributors. +Also, feel free to join our [Slack](https://slack.openreplay.com) to ask questions, discuss ideas or connect with our contributors. ## Roadmap @@ -89,3 +90,9 @@ Check out our [roadmap](https://www.notion.so/openreplay/Roadmap-889d2c3d968b478 ## License This repo is under the Elastic License 2.0 (ELv2), with the exception of the `ee` directory. + +## Contributors + + +