-
Notifications
You must be signed in to change notification settings - Fork 69
chore: add GitHub issue and PR templates #564
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?
chore: add GitHub issue and PR templates #564
Conversation
Summary of ChangesHello @ognis1205, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the contribution process for the DeepFabric project by introducing structured GitHub issue and pull request templates. These new templates aim to standardize the information collected from contributors, ensuring that bug reports are detailed, feature requests are well-defined, and pull requests adhere to project guidelines, ultimately reducing communication overhead and improving overall project maintainability. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request introduces valuable GitHub issue and pull request templates, which will greatly help in standardizing contributions to the project. The templates are well-structured and cover the essential information needed for bug reports, feature requests, and pull requests. I have a few minor suggestions to enhance the clarity and usability of the templates, primarily in the PULL_REQUEST_TEMPLATE.md and feature_request.yml files. Overall, these are excellent additions.
|
/gemini review |
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.
Code Review
This pull request introduces standardized templates for bug reports, feature requests, and pull requests, which is a great step towards improving the contribution workflow. The templates are well-structured and comprehensive. I've provided a couple of suggestions to further enhance consistency and provide more guidance to contributors within the templates themselves.
cae6b53 to
8fbc410
Compare
Signed-off-by: Shingo OKAWA <[email protected]>
Signed-off-by: Shingo OKAWA <[email protected]>
Signed-off-by: Shingo OKAWA <[email protected]>
Signed-off-by: Shingo OKAWA <[email protected]>
Signed-off-by: Shingo OKAWA <[email protected]>
8fbc410 to
2941fd9
Compare
Signed-off-by: Shingo OKAWA <[email protected]>
|
Thanks for the review @lukehinds ! I've applied your suggestions. |
Description
Add GitHub Issue and Pull Request templates for the DeepFabric project.
bug_report.yml)feature_request.yml)PULL_REQUEST_TEMPLATE.md)These templates include structured fields, checklists, and guidance to help contributors provide clear and consistent information.
Motivation and Context
Providing templates helps standardize contribution workflows, reduces back-and-forth in PR/Issue discussions, and ensures that required information (like reproduction steps, environment info, or test coverage) is provided upfront.