Skip to content
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

updated develop.md #1391

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE/develop.md
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
Loading