Skip to content

Commit

Permalink
Adding PR template (#188)
Browse files Browse the repository at this point in the history
Adding PR template, This addition aims to help contributors consistently
describe their changes and ensure our PRs remain well-documented.
  • Loading branch information
vmilosevic authored Jan 27, 2025
1 parent 35b2f4d commit 5280a81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Ticket
Link to Github Issue

### Problem description
Provide context for the problem.

### What's changed
Describe the approach used to solve the problem.
Summarize the changes made and its impact.

### Checklist
- [ ] New/Existing tests provide coverage for changes

0 comments on commit 5280a81

Please sign in to comment.