Merge pull request #24 from run-llama/AstraBert-patch-1

Update issue templates
This commit is contained in:
Clelia (Astra) Bertelli
2025-07-11 16:16:44 +02:00
committed by GitHub
3 changed files with 58 additions and 1 deletions
@@ -0,0 +1,38 @@
---
name: Bug or Help Request Report
about: This template is intended for bug or help request reports
title: "[REPORT]"
labels: bug, help wanted
assignees: AstraBert
---
### Checklist
Before reporting bugs or help requests, please fill out the following checklist:
- [ ] I set the `.env` file with the necessary keys, including OPENAI_API_KEY, LLAMACLOUD_API_KEY, ELEVENLABS_API_KEY
- [ ] My API keys are all functioning and have at least some credit balance
- [ ] I ran both the scripts in the `tools` directory
- [ ] 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)
- [ ] I activated the virtual environment and ensured that all the dependencies are installed properly
- [ ] As a first step, I launched the docker services through `docker compose up -d`
- [ ] As a second step, I launched the MCP server through `uv run src/notebookllama/server.py`
- [ ] As a third and last step, I launched the Streamlit app through `strealit run src/notebookllama/Home.py`
### Issue Description
My issue is...
### Relevant Traceback
```text
```
### Other details
**OS**:
**uv version**:
**streamlit version**:
**fastmcp version**:
**llama-index-workflows version**:
+19
View File
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: enhancement, triage
assignees: AstraBert
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Generated
+1 -1
View File
@@ -1744,7 +1744,7 @@ wheels = [
[[package]]
name = "notebookllama"
version = "0.2.2.post1"
version = "0.2.3"
source = { virtual = "." }
dependencies = [
{ name = "audioop-lts" },