Skip to content

Commit

Permalink
Merge pull request #122 from appunite/pull_request_template
Browse files Browse the repository at this point in the history
Pull request template
  • Loading branch information
nowakweronika authored Sep 20, 2023
2 parents 8e616a9 + 4b03493 commit 539b458
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ google-services.json
# Android Profiling
*.hprof

# Mega-linter reports
megalinter-reports/
# MegaLinter files
**/megalinter-reports/*
41 changes: 41 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## Description
*Add here short description what has changed*

### Why?
*Describe why the change is introduced*

## Links to related issues
<!---
Add links to related tickets
-->
- Fixes [LD-XXX](https://loudius.atlassian.net/jira/software/projects/LD/boards/3)
- Not covered by the PR: [LD-XXX](https://loudius.atlassian.net/jira/software/projects/LD/boards/3)
- Possible improvements: [LD-XXX](https://loudius.atlassian.net/jira/software/projects/LD/boards/3)


## Demo
<!---
Screenshots or video that presents the feature or fix
-->

| Before the PR | After the PR |
|---------------|--------------|
| | |



## Documentation
- Link to documentation: **Add link here**
- Link to figma: **Add link here**
- **Add here other useful documentation links that are useful for PR reviewer**

## Checklist
<!---
All those checkboxes should be marked before submitting the PR
-->

- [ ] New functionality is covered by Analytics events
- [ ] Analytics events are documented
- [ ] Analytics dashboard is updated
- [ ] Functionality covered by unit tests
- [ ] I have manually tested if the code works

0 comments on commit 539b458

Please sign in to comment.