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
_Summarize the changes you made as part of this pull request._
2
3
3
-
<!-- _Summarize the changes_ -->
4
+
# Related Issue(s)
5
+
_Link the GitHub/GitLab/JIRA issues that are related to this PR._
4
6
5
-
### Which issue(s) does this PR fix
7
+
# Acceptance Criteria
8
+
<!-- _Check the relevant boxes below_ -->
9
+
_Testing and documentation do not need to be complete in order for this PR to be approved. However, tracking issues must be opened for missing testing/documentation._
6
10
7
-
<!-- _Link to github issue(s)_ -->
11
+
New testing and documentation issues can be opened under [`devfile/api/issues`](https://github.com/devfile/api/issues).
8
12
9
-
### PR acceptance criteria
13
+
You can check the respective criteria below if either of the following is true:
14
+
- There is a separate tracking issue opened and that issue is linked in this PR.
15
+
- Testing/documentation updates are contained within this PR.
10
16
11
-
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
12
-
13
-
> - Open new test/doc issues under the [devfile/api](https://github.com/devfile/api/issues) repo
14
-
> - Check each criteria if:
15
-
> - There is a separate tracking issue. Add the issue link under the criteria
16
-
> **or**
17
-
> - test/doc updates are made as part of this PR
18
-
> - If unchecked, explain why it's not needed
17
+
If criteria is left unchecked please provide an explanation why.
19
18
20
19
-[ ] Unit/Functional tests
21
20
@@ -33,4 +32,11 @@ Testing and documentation do not need to be complete in order for this PR to be
33
32
34
33
<!-- _Do we have anything that can break our clients? If so, open a notifying issue_ -->
35
34
36
-
### How to test changes / Special notes to the reviewer
35
+
# Tests Performed
36
+
_Explain what tests you personally ran to ensure the changes are functioning as expected._
37
+
38
+
# How To Test
39
+
_Instructions for the reviewer on how to test your changes._
40
+
41
+
# Notes To Reviewer
42
+
_Any notes you would like to include for the reviewer._
0 commit comments