Browse Source

updated PR template for i18n

pull/627/head
Dan Ditomaso 1 year ago
parent
commit
a425fa5366
  1. 27
      .github/pull_request_template.md

27
.github/pull_request_template.md

@ -1,48 +1,49 @@
<!-- <!--
Thank you for your contribution to our project! Please fill out the following template to help reviewers understand your changes. Thank you for your contribution to our project!
--> -->
## Description ## Description
<!-- <!--
Provide a clear and concise description of what this PR does. Explain the problem it solves or the feature it adds. Provide a clear and concise description of what this PR does. Explain the problem it solves or the feature it adds.
--> -->
## Related Issues ## Related Issues
<!-- <!--
Link any related issues here using the GitHub syntax: "Fixes #123" or "Relates to #456". Link any related issues here using the GitHub syntax: "Fixes #123" or "Relates to #456".
If there are no related issues, you can remove this section. If there are no related issues, you can remove this section.
--> -->
## Changes Made ## Changes Made
<!-- <!--
List the key changes you've made. Focus on the most important aspects that reviewers should understand. List the key changes you've made. Focus on the most important aspects that reviewers should understand.
--> -->
-
- -
- -
- -
## Testing Done ## Testing Done
<!-- <!--
Describe how you tested these changes. Describe how you tested these changes (added new tests, etc).
--> -->
## Screenshots (if applicable) ## Screenshots (if applicable)
<!-- <!--
If your changes affect the UI, include screenshots or screencasts showing the before and after. If your changes affect the UI, include screenshots or screencasts showing the before and after.
--> -->
## Checklist ## Checklist
<!-- <!--
Check all that apply. If an item doesn't apply to your PR, you can leave it unchecked or remove it. Check all that apply. If an item doesn't apply to your PR, you can leave it unchecked or remove it.
--> -->
- [ ] Code follows project style guidelines - [ ] Code follows project style guidelines
- [ ] Documentation has been updated or added - [ ] Documentation has been updated or added
- [ ] Tests have been added or updated - [ ] Tests have been added or updated
- [ ] All CI checks pass - [ ] All i18n translation labels have bee added
- [ ] Dependent changes have been merged
## Additional Notes
<!--
Add any other context about the PR here.
-->

Loading…
Cancel
Save