Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 9cede7c

Browse files
grzesiek2010yanokwa
authored andcommitted
Added TESTING_RESULT_TEMPLATES.md file (#255)
1 parent b3b87a5 commit 9cede7c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Testing result templates
2+
3+
## Tested with success!
4+
#### Verified on: [List of operating systems]
5+
#### Verified cases: [optional]
6+
7+
***
8+
9+
## Bug[s] has[have] been found! / Regression[s] has[have] been found!
10+
11+
#### Verified on: [List of operating systems]
12+
13+
#### Problem visible on: [only if it's related to some specific operating systems, otherwise it’s the same as above]
14+
15+
#### Steps to reproduce:
16+
17+
#### Current behavior:
18+
19+
#### Expected behavior:
20+
21+
#### Other information: [optional]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ All releases are verified on the following operating systems:
6161

6262
Testing checklists can be found on the [Briefcase testing plan](https://docs.google.com/spreadsheets/d/1H46G7OW21rk5skSyjpEx3dCZVv5Ly4WDK8LISmrz714/edit?usp=sharing).
6363

64+
If you have finished testing a pull request, please use a template from [Testing result templates](.github/TESTING_RESULT_TEMPLATES.md) to report your insights.
65+
6466
## Downloading builds
6567
Per-commit debug builds can be found on [CircleCI](https://circleci.com/gh/opendatakit/briefcase). Login with your GitHub account, click the build you'd like, then find the JAR in the Artifacts tab under $CIRCLE_ARTIFACTS/libs.
6668

0 commit comments

Comments
 (0)