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
A reworking of our GitHub PR template.
- Removed "Type of Change" as discussed.
- Reworded almost everything to a length that is more likely to be read. I think I preserved all the critical details.
- Restructured "(issue)" to give it some extra prominence and so we can replace it with only Double-click + Paste
- Merged the two testing sections
- Made everything that is intended to be replaced italic
- Turned QA environment url into a link, so it's obvious that it's a real domain/url
- Left the checklist alone 😉
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
6
-
7
-
### Type of Change
8
-
9
-
Only keep lines below that describe this change, then delete the rest.
10
-
11
-
- Bug fix (non-breaking change which fixes an issue)
12
-
- New feature (non-breaking change which adds functionality)
13
-
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
-
- This change requires a documentation update
15
-
- migration required (a model change requiring a mongodb script or migration script)
16
-
- UI change
5
+
_A summary of the change including motivation and context._
17
6
18
7
## Screenshots
19
8
20
-
Please provide screenshots / animations for any change that involves the UI. Please provide animations to demonstrate user interaction / behavior changes
9
+
_Demonstrate any UI / behavioral changes with screenshots or animations._
21
10
22
11
## Checklist
23
12
@@ -28,13 +17,10 @@ Please provide screenshots / animations for any change that involves the UI. Ple
28
17
-[ ] I have added tests that prove my fix is effective or that my feature works
29
18
-[ ] I have enabled auto-merge (optional)
30
19
31
-
## How to test
20
+
## QA testing
32
21
33
-
Please describe how to test and/or verify your changes. Provide instructions so we can reproduce. Please also provide relevant test data as necessary. These instructions will be used for QA testing below.
22
+
Testers, use the following instructions on [qa.languageforge.org](https://qa.languageforge.org). Post your findings as a comment and include any meaningful screenshots, etc.
34
23
35
-
- Test A
36
-
- Test B
37
-
38
-
## qa.languageforge.org testing
24
+
_Describe how to verify your changes and provide any necessary test data._
39
25
40
-
Testers should add his/her findings to end of the PR in a comment and include screenshots, files, etc that are beneficial.
0 commit comments