-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Introduce core TUI spreadsheet application with AI features, da… #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,46 @@ | ||||||||||||||||||||||||||||||||||||||||||
| name: Bug Report | ||||||||||||||||||||||||||||||||||||||||||
| description: File a bug report | ||||||||||||||||||||||||||||||||||||||||||
| title: "[Bug]: " | ||||||||||||||||||||||||||||||||||||||||||
| labels: ["bug", "triage"] | ||||||||||||||||||||||||||||||||||||||||||
| assignees: | ||||||||||||||||||||||||||||||||||||||||||
| - octocat | ||||||||||||||||||||||||||||||||||||||||||
| body: | ||||||||||||||||||||||||||||||||||||||||||
| - type: markdown | ||||||||||||||||||||||||||||||||||||||||||
| attributes: | ||||||||||||||||||||||||||||||||||||||||||
| value: | | ||||||||||||||||||||||||||||||||||||||||||
| Thanks for taking the time to fill out this bug report! | ||||||||||||||||||||||||||||||||||||||||||
| - type: textarea | ||||||||||||||||||||||||||||||||||||||||||
| id: what-happened | ||||||||||||||||||||||||||||||||||||||||||
| attributes: | ||||||||||||||||||||||||||||||||||||||||||
| label: What happened? | ||||||||||||||||||||||||||||||||||||||||||
| description: Also tell us, what did you expect to happen? | ||||||||||||||||||||||||||||||||||||||||||
| placeholder: Tell us what you see! | ||||||||||||||||||||||||||||||||||||||||||
| value: "A bug happened!" | ||||||||||||||||||||||||||||||||||||||||||
| validations: | ||||||||||||||||||||||||||||||||||||||||||
| required: true | ||||||||||||||||||||||||||||||||||||||||||
| - type: dropdown | ||||||||||||||||||||||||||||||||||||||||||
| id: version | ||||||||||||||||||||||||||||||||||||||||||
| attributes: | ||||||||||||||||||||||||||||||||||||||||||
| label: Version | ||||||||||||||||||||||||||||||||||||||||||
| description: What version of our software are you running? | ||||||||||||||||||||||||||||||||||||||||||
| options: | ||||||||||||||||||||||||||||||||||||||||||
| - 1.0.2 (Default) | ||||||||||||||||||||||||||||||||||||||||||
| - 1.0.3 (Edge) | ||||||||||||||||||||||||||||||||||||||||||
| validations: | ||||||||||||||||||||||||||||||||||||||||||
| required: true | ||||||||||||||||||||||||||||||||||||||||||
| - type: dropdown | ||||||||||||||||||||||||||||||||||||||||||
| id: browsers | ||||||||||||||||||||||||||||||||||||||||||
| attributes: | ||||||||||||||||||||||||||||||||||||||||||
| label: What browsers are you seeing the problem on? | ||||||||||||||||||||||||||||||||||||||||||
| multiple: true | ||||||||||||||||||||||||||||||||||||||||||
| options: | ||||||||||||||||||||||||||||||||||||||||||
| - Firefox | ||||||||||||||||||||||||||||||||||||||||||
| - Chrome | ||||||||||||||||||||||||||||||||||||||||||
| - Safari | ||||||||||||||||||||||||||||||||||||||||||
| - Microsoft Edge | ||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+32
to
+40
|
||||||||||||||||||||||||||||||||||||||||||
| id: browsers | |
| attributes: | |
| label: What browsers are you seeing the problem on? | |
| multiple: true | |
| options: | |
| - Firefox | |
| - Chrome | |
| - Safari | |
| - Microsoft Edge | |
| id: terminal-emulator | |
| attributes: | |
| label: Which terminal emulator are you using? | |
| multiple: true | |
| options: | |
| - iTerm2 | |
| - Alacritty | |
| - Windows Terminal | |
| - GNOME Terminal | |
| - Kitty | |
| - Other |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: GitHub Community Support | ||
| url: https://github.community/ | ||
| about: Please ask and answer questions here. | ||
| - name: Gitter | ||
| url: https://gitter.im/ | ||
| about: https://gitter.im/ |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,39 @@ | ||||||
| name: Feature Request | ||||||
| description: Suggest an idea for this project | ||||||
| title: "[Feature]: " | ||||||
| labels: ["enhancement"] | ||||||
| assignees: | ||||||
| - octocat | ||||||
|
Comment on lines
+5
to
+6
|
||||||
| assignees: | |
| - octocat |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,37 @@ | ||||||||||||||||||
| # Description | ||||||||||||||||||
|
|
||||||||||||||||||
| Please include a summary of the changes and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||||||||||||||||||
|
|
||||||||||||||||||
| Fixes # (issue) | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Type of change | ||||||||||||||||||
|
|
||||||||||||||||||
| - [ ] Bug fix (non-breaking change which fixes an issue) | ||||||||||||||||||
| - [ ] New feature (non-breaking change which adds functionality) | ||||||||||||||||||
| - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||||||||||||||||||
| - [ ] Documentation update | ||||||||||||||||||
|
|
||||||||||||||||||
| # How Has This Been Tested? | ||||||||||||||||||
|
|
||||||||||||||||||
| Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration | ||||||||||||||||||
|
|
||||||||||||||||||
| - [ ] Test A | ||||||||||||||||||
| - [ ] Test B | ||||||||||||||||||
|
|
||||||||||||||||||
| **Test Configuration**: | ||||||||||||||||||
|
|
||||||||||||||||||
| - Firmware version: | ||||||||||||||||||
| - Hardware: | ||||||||||||||||||
| - Toolchain: | ||||||||||||||||||
| - SDK: | ||||||||||||||||||
|
Comment on lines
+23
to
+26
|
||||||||||||||||||
| - Firmware version: | |
| - Hardware: | |
| - Toolchain: | |
| - SDK: | |
| - Go version: | |
| - Operating System: | |
| - Terminal emulator: | |
| - Shell: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ vendor/ | |
| go.work | ||
|
|
||
| # Binary | ||
| vex | ||
| cello | ||
|
|
||
| # IDE | ||
| .vscode/ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placeholder assignee "octocat" should be replaced with an actual GitHub username of a maintainer or removed if no default assignee is needed. This is a generic GitHub placeholder that won't route issues to the correct person.