You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+15-7
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,24 @@
1
+
<!--
2
+
3
+
This source file is part of the Collector-Analyst-Presenter Example open source project
4
+
5
+
SPDX-FileCopyrightText: 2021 Paul Schmiedmayer and the project authors (see CONTRIBUTORS.md) <[email protected]>
6
+
7
+
SPDX-License-Identifier: MIT
8
+
9
+
-->
10
+
1
11
# *Name of the PR*
2
12
3
-
## :recycle: Current situation
13
+
## :recycle: Current situation & Problem
4
14
*Describe the current situation (if possible with and exemplary (or real) code snippet and/or where this is used)*
5
15
6
16
## :bulb: Proposed solution
7
-
*Describe the solution (if possible with and exemplary (or real) code snippet)*
8
-
9
-
### Problem that is solved
10
-
*Provide a description and link issues that are solved*
17
+
*Describe the solution and how this affects the project and internal structure*
11
18
12
-
### Implications
13
-
*Describe the implications, e.g. refactoring*
19
+
## :gear: Release Notes
20
+
*Add a short summary of the feature as well as possible migration guides if this is a breaking change so this section can be added to the release notes.*
21
+
*Include code snippets that provide examples of the feature implemented if it appends or changes the public interface.*
0 commit comments