mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Standardize issue templates and make them easier to use
This commit is contained in:
parent
efb4bd6780
commit
e71ebb8068
2 changed files with 26 additions and 21 deletions
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
@ -7,31 +7,36 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
## Describe the bug
|
||||
A clear and concise description of what the bug is. Please include what you were expecting to happen vs. what actually happened.
|
||||
|
||||
**To Reproduce**
|
||||
## To Reproduce
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop:**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
## Platform
|
||||
- Server:
|
||||
- [ ] Cloud-Hosted (https://app.khoj.dev)
|
||||
- [ ] Self-Hosted Docker
|
||||
- [ ] Self-Hosted Python package
|
||||
- [ ] Self-Hosted source code
|
||||
- Client:
|
||||
- [ ] Obsidian
|
||||
- [ ] Emacs
|
||||
- [ ] Desktop app
|
||||
- [ ] Web browser
|
||||
- [ ] WhatsApp
|
||||
- OS:
|
||||
- [ ] Windows
|
||||
- [ ] macOS
|
||||
- [ ] Linux
|
||||
- [ ] Android
|
||||
- [ ] iOS
|
||||
|
||||
**Platform**:
|
||||
- Server [e.g., Cloud-Hosted (https://app.khoj.dev), or Self-Hosted, Docker, or Python package]:
|
||||
- Client [e.g., Obsidian, Emacs, Desktop app, Web browser]:
|
||||
### If self-hosted
|
||||
- Server Version [e.g. 1.0.1]:
|
||||
|
||||
**Smartphone:**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
|
||||
**Additional context**
|
||||
## Additional context
|
||||
Add any other context about the problem here.
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
@ -7,5 +7,5 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
**Describe the feature you'd like**
|
||||
## Describe the feature you'd like
|
||||
A clear and concise description of what you want to happen. Include any relevant links or screenshots or inspiration.
|
||||
|
|
Loading…
Reference in a new issue