blurts-server / .github /pull_request_template.md
AbdulElahGwaith's picture
Upload folder using huggingface_hub
cc63287 verified
<!-- The following is intended to be helpful to you. Feel free to remove anything that is not. -->
# References:
Jira: MNTOR-
Figma:
<!-- When adding a new feature: -->
# Description
# Screenshot (if applicable)
Not applicable.
# How to test
# Checklist (Definition of Done)
- [ ] Localization strings (if needed) have been added.
- [ ] Commits in this PR are minimal and [have descriptive commit messages](https://chris.beams.io/posts/git-commit/).
- [ ] I've added or updated the relevant sections in readme and/or code comments
- [ ] I've added a unit test to test for potential regressions of this bug.
- [ ] If this PR implements a feature flag or experimentation, I've checked that it still works with the flag both on, and with the flag off.
- [ ] If this PR implements a feature flag or experimentation, the Ship Behind Feature Flag status in Jira has been set
- [ ] Product Owner accepted the User Story (demo of functionality completed) or waived the privilege.
- [ ] All acceptance criteria are met.
- [ ] Jira ticket has been updated (if needed) to match changes made during the development process.
- [ ] Jira ticket has been updated (if needed) with suggestions for QA when this PR is deployed to stage.