-
Notifications
You must be signed in to change notification settings - Fork 4.4k
fix: correct typo in python bug template #1457
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
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LGTM 👍 |
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.
👍 Looks good to me! Reviewed everything up to aab4566 in 45 seconds
More details
- Looked at
19
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
4
drafted comments based on config settings.
1. .github/ISSUE_TEMPLATE/bug.yaml:1
- Draft comment:
Corrected typo in report name (from 'Pytohn' to 'Python'). - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative as it only states that a typo was corrected. It does not provide any actionable feedback or suggestions for improvement.
2. .github/ISSUE_TEMPLATE/bug.yaml:41
- Draft comment:
Fixed typo in dependencies description (from 'dependencied' to 'dependencies'). - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative as it only points out a typo correction in a non-functional part of the code (dependencies description). It does not provide any actionable feedback or suggestions for improvement.
3. .github/ISSUE_TEMPLATE/bug.yaml:1
- Draft comment:
Corrected typo in the template name ('Pytohn' to 'Python'). - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative as it only states that a typo was corrected. It does not provide any actionable feedback or suggestions for improvement.
4. .github/ISSUE_TEMPLATE/bug.yaml:40
- Draft comment:
Fixed typo in dependency description ('dependencied' to 'dependencies'). - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative as it only points out a typo correction in a dependency description. It does not provide any actionable feedback or suggestions for improvement.
Workflow ID: wflow_cKcaivyrhMXygDLs
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Minor thing I noticed when submitting a bug report
Important
Fixes typos in
name
anddependencies
description inbug.yaml
.name
field fromPytohn
toPython
inbug.yaml
.dependencies
description fromdependencied
todependencies
inbug.yaml
.This description was created by
for aab4566. It will automatically update as commits are pushed.