-
Notifications
You must be signed in to change notification settings - Fork 0
core: add default worklow and issue template #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
base: main
Are you sure you want to change the base?
Conversation
| name: Bug Report | ||
| description: File a bug report here | ||
| title: "[BUG]: " | ||
| labels: ["action: investigate"] |
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.
update label
| label: Steps To Reproduce | ||
| description: Steps to reproduce the behavior. | ||
| placeholder: | | ||
| 1. Go to '...' | ||
| 2. Click on '...' | ||
| 3. Scroll down to '...' | ||
| 4. See error |
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.
Not useful on a cli tool..
| name: Enhancement Request | ||
| description: Request a new enhancement | ||
| title: "[ENHANCEMENT]: " | ||
| labels: ["action: triage"] |
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.
update label
| name: Feature Request | ||
| description: Request a new feature or enhancement | ||
| title: "[FEAT]: " | ||
| labels: ["action: triage"] |
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.
update label
No description provided.