Remove Intercom integration (#51)

* Remove Intercom integration

* New Sure name

* More documentation/Discord link updates

* Bump to 0.6.1

* More copy fixes/Sure branding

* Make LLMs happy
This commit is contained in:
Juan José Mata
2025-08-01 10:47:48 -07:00
committed by GitHub
parent d04c87449d
commit 656f7e9495
11 changed files with 29 additions and 174 deletions

View File

@@ -1,7 +1,7 @@
---
name: Bug report
about: Open a bug report when you experience broken functionality within the latest
version of the Maybe app
version of the Sure app
title: 'Bug: [Add descriptive title here]'
labels: ''
assignees: ''
@@ -13,13 +13,13 @@ assignees: ''
### General checklist
- [ ] I have removed personal / sensitive data from screenshots and logs
- [ ] I have searched [existing issues](https://github.com/maybe-finance/maybe/issues?q=is:issue) and [discussions](https://github.com/maybe-finance/maybe/discussions) to ensure this is not a duplicate issue
- [ ] I have searched [existing issues](https://github.com/we-promise/sure/issues?q=is:issue) and [discussions](https://github.com/we-promise/sure/discussions) to ensure this is not a duplicate issue
### How are you using Maybe?
### How are you using Sure?
- [ ] I am a paying Maybe customer (hosted version)
- Paying Maybe users can also open requests in Intercom (if there is sensitive info involved)
- [ ] I am a self-hosted user
- [ ] I was a paying Maybe customer (hosted version)
- [ ] I use it on PikaPod, Umbrel or similar (VPS included)
- [ ] I am a self-hosted user (local only)
### Self hoster checklist
@@ -28,11 +28,12 @@ _Paying, hosted users should delete this entire section._
If you are a self-hosted user, please complete all of the information below. Issues with incomplete information will be marked as `Needs Info` to help our small team prioritize bug fixes.
- Self hosted app commit SHA (find in user menu): [enter commit sha here]
- [ ] I have confirmed that my app's commit is the latest version of Maybe
- [ ] I have confirmed that my app's commit is the latest version of Sure
- Where are you hosting?
- [ ] Render
- [ ] Docker Compose
- [ ] Umbrel
- [ ] PikaPod
- [ ] Other (please specify)
---
@@ -43,7 +44,7 @@ A clear and concise description of what the bug is.
### To Reproduce
Be as specific as possible so Maybe maintainers can quickly reproduce the bug you're experiencing.
Be as specific as possible so Sure contributors can quickly reproduce the bug you're experiencing.
Steps to reproduce the behavior:

View File

@@ -11,17 +11,17 @@ assignees: ''
### Is this a bug?
A bug is _broken functionality_ of the app (i.e. it prevents you from using the app). For bugs, please use the ["Bug Report" template](https://github.com/maybe-finance/maybe/issues) instead.
A bug is _broken functionality_ of the app (i.e. it prevents you from using the app). For bugs, please use the ["Bug Report" template](https://github.com/we-promise/sure/issues) instead.
### Is this a bug with _sensitive info_?
If you are a _paying_ Maybe user, you can open a support request in Intercom.
Make sure you feel comfortable with what you share.
### Is this a feature request?
A feature request is functionality that you would like that is not already on our [Roadmap](https://github.com/maybe-finance/maybe/wiki/Roadmap).
A feature request is functionality that you would like that is not already on our [Roadmap](https://github.com/we-promise/sure/wiki/Roadmap) (coming soon!).
All feature requests should be opened in a [Feature request Discussion](https://github.com/maybe-finance/maybe/discussions/categories/feature-requests).
All feature requests should be opened in a [Feature request Discussion](https://github.com/we-promise/sure/discussions/categories/feature-requests).
Be sure to search existing discussions prior to opening a new feature request.
@@ -29,8 +29,8 @@ Be sure to search existing discussions prior to opening a new feature request.
If you are having a Docker configuration issue, please do not open a Github issue unless you've identified a bug in our Dockerfile. To get help with self hosting, there are several options:
- **First**: Read our [Docker hosting guide](https://github.com/maybe-finance/maybe/tree/main/docs/hosting/docker.md) and follow it step-by-step
- Open a [Docker Discussion](https://github.com/maybe-finance/maybe/discussions/categories/docker-compose-hosting)
- **First**: Read our [Docker hosting guide](https://github.com/we-promise/sure/tree/main/docs/hosting/docker.md) and follow it step-by-step
- Open a [Docker Discussion](https://github.com/we-promise/sure/discussions/categories/docker-compose-hosting)
---