-
Notifications
You must be signed in to change notification settings - Fork 91
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
[main] Updated issues template #726
[main] Updated issues template #726
Conversation
🎊 PR Preview e51dc0d has been successfully built and deployed. See the documentation preview: https://quarkus-openapi-generator-preview-pr-726.surge.sh |
about: This template standardizes issue reporting within the project. | ||
title: "[Issue]" | ||
labels: bug, documentation, duplicate, enhancement, good first issue, help wanted, | ||
invalid, question, wontfix |
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 if I open an issue, all these labels are added? I think we should rethink this. The labels will be added based on the checkbox in the Extension
section. And for that, we will have to create a bot. 😅
Unless there's an option for users to pick the area once open an issue here. For example, the flow can be something like: Open an Issue, Pick from server
, client
, or general
. So then GH can assign the correct labels.
@ricardozanini I've removed the lines you requested. Thanks for the feedback! Could you please confirm if everything is as expected? |
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 assignee is still there @gmalheiro.
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 @gmalheiro!
I left some suggestions!
Co-authored-by: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com>
Co-authored-by: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com>
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.
Thank you @gmalheiro.
Thank you @gmalheiro, could you squash the commits? |
* Updated issues template removed lines discussed in issue 726 * Removed assignees and followed Matheus Cruz @mcruzdev suggestions
…ttps://github.com/gmalheiro/quarkus-openapi-generator into gmalheiro-feature/updated-issue-templateissue-677
@mcruzdev Done! Thanks for the support! 😁 |
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.
By adding a comment to the descriptions, we hide this information in the rendered issue.
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
@ricardozanini Tks for the suggestions! I accepted 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.
LGTM!
@all-contributors add @gmalheiro for docs. |
I've put up a pull request to add @gmalheiro! 🎉 |
* Updated issues template * feat: updated issue template remove lines discussed in issue 726 * Update .github/ISSUE_TEMPLATE/-issue-number---problem-description-.md Co-authored-by: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/-issue-number---problem-description-.md Co-authored-by: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com> * feat: removed assignees * feat: added comma * feat: Updated issues template and squashed commits * Updated issues template removed lines discussed in issue 726 * Removed assignees and followed Matheus Cruz @mcruzdev suggestions * Update .github/ISSUE_TEMPLATE/-issue-number---problem-description-.md Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/-issue-number---problem-description-.md Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/-issue-number---problem-description-.md Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> * Commented instruction --------- Co-authored-by: Gabriel Malheiro <g.silva.malheiro@avanade.com> Co-authored-by: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com> Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
Many thanks for submitting your Pull Request ❤️!
Please make sure that your PR meets the following requirements:
[0.9.x] Subject
Issue description:
Updated the issue template to improve issue categorization and handling by adding specific fields and clarifications. This update ensures that all necessary information is captured right at the start, aiding in more efficient issue resolution.
Fixes #677