Monitoring: Bump OpenTelemetry dependencies, since the upstream issue is fixed
[ArchiSteamFarm.git] / .github / PULL_REQUEST_TEMPLATE.md
blob805e26609df5f7f3f1b958c87bd3ea313301d8a1
1 ## Checklist
3 <!-- Put an `x` in all the boxes that apply -->
5 - [ ] I read and understood the **[Contributing Guidelines](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/CONTRIBUTING.md)**.
6 - [ ] This is not a **[duplicate](https://github.com/JustArchiNET/ArchiSteamFarm/pulls)** of an existing merge request.
7 - [ ] I believe this falls into the scope of the project and should be part of the built-in functionality.
8 - [ ] My code follows the **[code style](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/CONTRIBUTING.md#code-style)** of this project.
9 - [ ] I have added tests to cover my changes, wherever they are necessary.
10 - [ ] All new and existing tests pass.
12 ## Changes
14 ### New functionality
16 <!-- Please describe below, what new functionality was added. -->
18 ### Changed functionality
20 <!-- Please describe below, what old functionality was changed. -->
22 ### Removed functionality
24 <!-- Please describe below, what old functionality was removed. Make sure to mention what it was replaced with or how everything that was previously achievable still is. -->
26 ## Additional info
28 <!-- Everything else you consider note-worthy that we didn't ask for. -->