-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On branch main Changes to be committed: modified: .github/PULL_REQUEST_TEMPLATE.md
- Loading branch information
1 parent
803a213
commit cef72f9
Showing
1 changed file
with
13 additions
and
5 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,7 +1,15 @@ | ||
Fixes # | ||
# 📝 Description | ||
<!-- Describe here the changes, if it is link issues here and another pull requests --> | ||
|
||
## Proposed Changes | ||
## 🔎 Evidence that this works | ||
**Before:** | ||
<!-- If it is necessary some print before your change --> | ||
**After** | ||
<!-- If it is necessary some print after your change --> | ||
|
||
- | ||
- | ||
- | ||
## 🧪 How to validate | ||
Run the application locally: | ||
- [ ] TODO <!-- Add the instructions how to test this change --> | ||
|
||
## 🏷️ Related tasks | ||
- <!-- Link issues here --> |