Skip to content

Commit a1598c2

Browse files
authored
Merge pull request #24 from run-llama/AstraBert-patch-1
Update issue templates
2 parents dde3be9 + 488ed0e commit a1598c2

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug or Help Request Report
3+
about: This template is intended for bug or help request reports
4+
title: "[REPORT]"
5+
labels: bug, help wanted
6+
assignees: AstraBert
7+
---
8+
9+
### Checklist
10+
11+
Before reporting bugs or help requests, please fill out the following checklist:
12+
13+
- [ ] I set the `.env` file with the necessary keys, including OPENAI_API_KEY, LLAMACLOUD_API_KEY, ELEVENLABS_API_KEY
14+
- [ ] My API keys are all functioning and have at least some credit balance
15+
- [ ] I ran both the scripts in the `tools` directory
16+
- [ ] I checked that my LlamaCloud Extract Agent and my LlamaCloud Index has been correctly created and are functioning (using the playground functionality in the [UI](https://cloud.llamaindex.ai)
17+
- [ ] I activated the virtual environment and ensured that all the dependencies are installed properly
18+
- [ ] As a first step, I launched the docker services through `docker compose up -d`
19+
- [ ] As a second step, I launched the MCP server through `uv run src/notebookllama/server.py`
20+
- [ ] As a third and last step, I launched the Streamlit app through `strealit run src/notebookllama/Home.py`
21+
22+
### Issue Description
23+
24+
My issue is...
25+
26+
### Relevant Traceback
27+
28+
```text
29+
30+
```
31+
32+
### Other details
33+
34+
**OS**:
35+
**uv version**:
36+
**streamlit version**:
37+
**fastmcp version**:
38+
**llama-index-workflows version**:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: enhancement, triage
6+
assignees: AstraBert
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)