generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
214313b
commit e08bcd8
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
### JIRA | ||
dev | ||
## Ticket Info | ||
Link to the corresponding GitHub board ticket: [Insert link here](https://github.com/orgs/ita-social-projects/projects/21/views/1?filterQuery=) | ||
|
||
* [Main JIRA ticket](https://jira.softserve.academy/secure/RapidBoard.jspa?rapidView=id) | ||
## Description | ||
Provide a high-level overview of the task or feature. This section should describe the overall purpose and context of the changes being made in the pull request. | ||
|
||
### About this PR | ||
## Summary of Change | ||
Detail the specific changes or modifications introduced in this PR. Include which parts of the code were altered, any new features added, bugs fixed, or refactoring performed. | ||
|
||
This PR add PR for Street Code client repo along with test coverage collection for Sonar Cloud | ||
## Steps to Reproduce (Optional) | ||
If applicable, outline the steps to manually reproduce the issue or verify the changes introduced in this PR. | ||
|
||
### Related PR | ||
--- | ||
|
||
### Check list | ||
- [ ] PR is reviewed manually again (to make sure you have 100% ready code) | ||
- [ ] PR meets all conventions | ||
|
||
### How does it looks | ||
## CHECK LIST | ||
- [ ] CI passed | ||
- [ ] Code coverage ≥ 95% | ||
- [ ] PR is reviewed manually again (self-review) | ||
- [ ] All reviewers have agreed to merge the PR | ||
- [ ] PR meets all conventions and best practices |