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

chore(RSS-ECOMM-1_21): create a Pull Request template #50

Merged
merged 1 commit into from
Apr 26, 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
42 changes: 42 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## PR Title ✨

📍 conforms with the following format:

- [ ] prefix (following the [convention](https://www.conventionalcommits.org/en/v1.0.0-beta.2/): feat, fix, hotfix, chore, refactor, revert, docs, style, test)
- [ ] issue number (e.g. RSS-ECOMM-1_01, where 1 - is the sprint number and 01 - is the issue number)
- [ ] description

👀 Example: `feat(RSS-ECOMM-1_01): description`

## PR Decription 🧙‍♂️

_Add a description of the changes in the PR_ 🤔

#### Affected Scope 💡

Provide affected modules or areas

#### Testing Strategy 🧼

Describe the testing strategy for the changes

#### Screenshots/Demo 📸

If necessary provide screenshots or a demo link to visually demonstrate the changes

#### Documentation Updates 📖

Specify if any documentation updates are required and provide details on what needs to be updated

#### Provide any other relevant information 🦉

## Self-Check 🌟

- [ ] I wrote the correct title for the PR 🗝️
- [ ] I wrote the correct description for the PR 📜
- [ ] I have performed a self-review of my own code ✅
- [ ] I have commented my code where needed 📝
- [ ] My code is formatted correctly and passes the check 🎨
- [ ] My code passes the tests check ⛓️
- [ ] My code successfully builds ⚙️
- [ ] I am happy with my PR and ready to merge ❤️‍🔥
Loading