-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: Issue Template #527
base: main
Are you sure you want to change the base?
feat: Issue Template #527
Conversation
@choir27 is attempting to deploy a commit to the Pieces for Developers Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
.github/ISSUE_TEMPLATE/bug.yml
Outdated
description: What software are you referring to? | ||
multiple: true | ||
options: | ||
- Desktop Application |
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.
We should probably add the other extensions like Sublime / Raycast.
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.
I added the other extensions, can you double-check if I missed anything/should remove anything?
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.
This is not the repo where bug reports should be. That is why we have the link to our support repo in the config file.
So we don't need this bug report. We only need 1 general issue template and then we can keep the config file where people can go to report bugs or feature requests
contact_links: | ||
- name: Feature or Enhancement Request | ||
url: https://github.com/pieces-app/support/discussions | ||
about: Post your idea in discussions for the Pieces team and community to discuss! |
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.
I want to keep this config file so that people can still go to our support repo for product feature requests.
You can change the blank_issues_enabled
boolean to false though since we won't need it
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.
Also, we should add to the - name:
so that it includes feature/enhancement requests as well as bug reports
.github/ISSUE_TEMPLATE/bug.yml
Outdated
description: What software are you referring to? | ||
multiple: true | ||
options: | ||
- Desktop Application |
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.
This is not the repo where bug reports should be. That is why we have the link to our support repo in the config file.
So we don't need this bug report. We only need 1 general issue template and then we can keep the config file where people can go to report bugs or feature requests
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. |
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.
So this could become the only issue template that we actually use. Im not sure if Feature Request
is the best name for this though
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.
Changed the name to Enhancement
, lmk what you think
…es, replace feature request for enhancement and update content accordingly
Add bug report issue and feature request to maintain consistency across created issues
Feature request referenced from:
https://github.com/pieces-app/markdown_widget/blob/master/.github/ISSUE_TEMPLATE/feature_request.md?plain=1
Bug report referenced from:
https://github.com/pieces-app/support/blob/main/.github/ISSUE_TEMPLATE/bug.yml