-
Notifications
You must be signed in to change notification settings - Fork 814
docs: add GitHub Issue Form for bug reports #403
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
name: Bug report 🐞 | ||
description: Report a bug or internal server error when using Gitingest | ||
title: "(bug): " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to report a bug! :lady_beetle: | ||
|
||
Please fill out the following details to help us reproduce and fix the issue. :point_down: | ||
|
||
- type: dropdown | ||
id: interface | ||
attributes: | ||
label: Which interface did you use? | ||
default: 0 | ||
options: | ||
- "Select one..." | ||
- Web UI | ||
- CLI | ||
- PyPI package | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: repo_url | ||
attributes: | ||
label: Repository URL (if public) | ||
placeholder: e.g., https://github.com/<username>/<repo>/commit_branch_or_tag/blob_or_tree/subdir | ||
|
||
- type: dropdown | ||
id: git_host | ||
attributes: | ||
label: Git host | ||
description: The Git host of the repository. | ||
default: 0 | ||
options: | ||
- "Select one..." | ||
- GitHub (github.com) | ||
- GitLab (gitlab.com) | ||
- Bitbucket (bitbucket.org) | ||
- Gitea (gitea.com) | ||
- Codeberg (codeberg.org) | ||
- Gist (gist.github.com) | ||
- Kaggle (kaggle.com) | ||
- GitHub Enterprise (github.company.com) | ||
- Other (specify below) | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: git_host_other | ||
attributes: | ||
label: Other Git host | ||
placeholder: If you selected "Other", please specify the Git host here. | ||
|
||
- type: dropdown | ||
id: repo_visibility | ||
attributes: | ||
label: Repository visibility | ||
default: 0 | ||
options: | ||
- "Select one..." | ||
- public | ||
- private | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: revision | ||
attributes: | ||
label: Commit, branch, or tag | ||
default: 0 | ||
options: | ||
- "Select one..." | ||
- default branch | ||
- commit | ||
- branch | ||
- tag | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: ingest_scope | ||
attributes: | ||
label: Did you ingest the full repository or a subdirectory? | ||
default: 0 | ||
options: | ||
- "Select one..." | ||
- full repository | ||
- subdirectory | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Operating system | ||
default: 0 | ||
options: | ||
- "Select one..." | ||
- Not relevant (Web UI) | ||
- macOS | ||
- Windows | ||
- Linux | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: browser | ||
attributes: | ||
label: Browser (Web UI only) | ||
default: 0 | ||
options: | ||
- "Select one..." | ||
- Not relevant (CLI / PyPI) | ||
- Chrome | ||
- Firefox | ||
- Safari | ||
- Edge | ||
- Other (specify below) | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: browser_other | ||
attributes: | ||
label: Other browser | ||
placeholder: If you selected "Other", please specify the browser here. | ||
|
||
- type: input | ||
id: gitingest_version | ||
attributes: | ||
label: Gitingest version | ||
placeholder: e.g., v0.1.5 | ||
description: Not required if you used the Web UI. | ||
|
||
- type: input | ||
id: python_version | ||
attributes: | ||
label: Python version | ||
placeholder: e.g., 3.11.5 | ||
description: Not required if you used the Web UI. | ||
|
||
- type: textarea | ||
id: bug_description | ||
attributes: | ||
label: Bug description | ||
placeholder: Describe the bug here. | ||
description: A detailed but concise description of the bug. | ||
validations: | ||
required: true | ||
|
||
|
||
- type: textarea | ||
id: steps_to_reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
placeholder: Include the exact commands or actions that led to the error. | ||
description: Include the exact commands or actions that led to the error *(if relevant)*. | ||
render: shell | ||
|
||
- type: textarea | ||
id: expected_behavior | ||
filipchristiansen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
attributes: | ||
label: Expected behavior | ||
placeholder: Describe what you expected to happen. | ||
description: Describe what you expected to happen *(if relevant)*. | ||
|
||
- type: textarea | ||
id: actual_behavior | ||
attributes: | ||
label: Actual behavior | ||
description: Paste the full error message or stack trace here. | ||
|
||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: Additional context, logs, or screenshots | ||
placeholder: Add any other context, links, or screenshots about the issue here. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.