-
Notifications
You must be signed in to change notification settings - Fork 53
Documentation: Add pull request template and issue form #363
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: develop
Are you sure you want to change the base?
Conversation
|
| ## Changes | ||
|
|
||
| - [X] Completed task | ||
| - [ ] Incomplete task |
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.
Consider replacing with:
Related Issue(s) / Task(s)
- Requires #1234, #1234 needs to be merged first before this one
- Relates to #5678, this needs to be merged before #5678
- External reference (e.g., Jira):
| # Description | ||
|
|
||
| Provide a description of the pull 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.
Add:
Type of Change
- Feature
- Bug fix
- Chore (Refactor, Docs, CI/CD)
| @@ -0,0 +1,16 @@ | |||
| # Description | |||
|
|
|||
| Provide a description of the pull 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.
Consider adding:
A clear, concise description of the change. Why is it needed? What problem does it solve?
- Motivation:
|
|
||
| ## How to Test | ||
|
|
||
| Include instructions for testing here. No newline at end of file |
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.
Checklist
- Unit tests added/modified
- I18n / translation handled



This PR adds standardized pull request template and issue form to the repository to improve contribution workflow and issue tracking.