mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
Update issue templates
This commit is contained in:
parent
e384369cfb
commit
eaa1b6abe0
2 changed files with 31 additions and 8 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Open a bug report when you experience broken functionality within the latest version of the Maybe app
|
about: Open a bug report when you experience broken functionality within the latest
|
||||||
|
version of the Maybe app
|
||||||
title: 'Bug: [Add descriptive title here]'
|
title: 'Bug: [Add descriptive title here]'
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
@ -17,6 +18,7 @@ assignees: ''
|
||||||
### How are you using Maybe?
|
### How are you using Maybe?
|
||||||
|
|
||||||
- [ ] I am a paying Maybe customer (hosted version)
|
- [ ] 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 am a self-hosted user
|
||||||
|
|
||||||
### Self hoster checklist
|
### Self hoster checklist
|
||||||
|
|
35
.github/ISSUE_TEMPLATE/other.md
vendored
35
.github/ISSUE_TEMPLATE/other.md
vendored
|
@ -7,15 +7,36 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**PLEASE READ before opening an issue:**
|
## Before you start (required)
|
||||||
|
|
||||||
- Is this a feature request? Please [open a feature request discussion](https://github.com/maybe-finance/maybe/discussions/new?category=feature-requests).
|
### Is this a bug?
|
||||||
- Do you need help or have a question? Please [open a discussion](https://github.com/maybe-finance/maybe/discussions/new/choose) or [join our Discord](https://link.maybe.co/discord) and post to the "help" channel.
|
|
||||||
|
|
||||||
----------------------
|
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.
|
||||||
|
|
||||||
**Is this issue related to a problem? Please describe.**
|
### Is this a bug with _sensitive info_?
|
||||||
|
|
||||||
**Describe the work that needs to be done to address this issue**
|
If you are a _paying_ Maybe user, you can open a support request in Intercom.
|
||||||
|
|
||||||
**Additional context**
|
### 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).
|
||||||
|
|
||||||
|
All feature requests should be opened as Discussions here:
|
||||||
|
|
||||||
|
https://github.com/maybe-finance/maybe/discussions/categories/feature-requests
|
||||||
|
|
||||||
|
Be sure to search existing discussions prior to opening a new feature request.
|
||||||
|
|
||||||
|
### Is this related to Docker and/or hosting for self hosting?
|
||||||
|
|
||||||
|
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 [self hosting guides](https://github.com/maybe-finance/maybe/tree/main/docs/hosting) and follow them step-by-step
|
||||||
|
- Open a [General Discussion](https://github.com/maybe-finance/maybe/discussions/categories/general)
|
||||||
|
- Make a post in the "Self hosted" channel in our [Discord](https://link.maybe.co/discord)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Issue description
|
||||||
|
|
||||||
|
If your issue does not fall into the categories above, please provide a **descriptive and complete** overview of your issue.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue