Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriaBassi authored Mar 7, 2024
1 parent c54221b commit aca0121
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!--
PR Title Format: <type>(<github-issue>): <subject>
Type must be one of the following:
* build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
* ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
* docs: Documentation only changes
* feat: A new feature
* fix: A bug fix
* perf: A code change that improves performance
* refactor: A code change that neither fixes a bug nor adds a feature
* style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
* test: Adding missing tests or correcting existing tests
Squash Merge
The criteria described above will be checked in the PR title which is the default commit message when performing a squash merge.
**DO NOT MODIFY** this message as it is used by the release tool to generate proper semantic versioning.
-->

### 📜 Description

<!--
Describe your changes in detail.
Mainly answer the "What" and "How". What is the PR changing? What is it adding/modifying/removing? What will the new behavior be?
How is the change introduced?
In addition, you can also comment on your own PR using "Add single comment".
-->


### 🧪 Accept Criteria Tests

<!--
Describe the manual tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Also list any relevant details for your test configuration.
Add before/after screenshots and video recordings if relevant (UI change, user flow, etc.).
-->

### 🔮 Last Notes

<!--
What are the next steps to complete this piece of work? Any cleanup? TODO? Improvements? etc.
-->

### 📋 Author Checklist
- [ ] Review my on PR.

### 📋Reviewer Checklist

- [ ] There is no hardcoding in the code.
- [ ] The tests cover various aspects of functionality.
- [ ] There is no **any** type in the code.
- [ ] The target branch is **main**.

0 comments on commit aca0121

Please sign in to comment.