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
{{ message }}
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
Thanks for your hard work, please ensure all items are complete before opening.
3
+
-->
4
+
## Checklist
2
5
3
-
-[ ] Tick to sign-off your agreement to the [Developer Certificate of Origin (DCO) 1.1](https://github.com/cloudant/java-cloudant-cache/blob/master/DCO1.1.txt)
4
-
-[ ]You have added tests for any code changes
5
-
-[ ]You have updated the [CHANGES.md](https://github.com/cloudant/java-cloudant-cache/blob/master/CHANGES.md)
6
-
-[ ]You have completed the PR template below:
6
+
-[ ] Tick to sign-off your agreement to the [Developer Certificate of Origin (DCO) 1.1](../blob/master/DCO1.1.txt)
7
+
-[ ]Added tests for code changes _or_ test/build only changes
8
+
-[ ]Updated the change log file (`CHANGES.md`|`CHANGELOG.md`) _or_ test/build only changes
9
+
-[ ]Completed the PR template below:
7
10
8
-
## What
11
+
## Description
12
+
<!--
13
+
Provide a short description; saving the detail for the `Approach` section
9
14
10
-
What was changed
15
+
Also EITHER:
16
+
Link to issue this PR is resolving, use the Fixes #nnn form so that the
17
+
issue closes automatically when the PR merges e.g.:
11
18
12
-
## How
19
+
Fixes #23
13
20
14
-
How the change was implemented and reasoning behind it
21
+
OR
22
+
23
+
For PRs without an associated issue and/or test/build issues
24
+
25
+
### 1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
26
+
### 2. What you expected to happen
27
+
### 3. What actually happened
28
+
-->
29
+
30
+
## Approach
31
+
32
+
<!--
33
+
Be brief: which component(s) of the code base does the fix focus on.
34
+
35
+
A place to note whether the part of the code base that is being worked is
36
+
particularly sensitive.
37
+
-->
38
+
39
+
## Schema & API Changes
40
+
41
+
<!--
42
+
EITHER:
43
+
44
+
- "No change"
45
+
46
+
OR
47
+
48
+
For public API (as opposed to internal) changes
49
+
50
+
- "Fixing bug in API, will change x in such-and-such way"
51
+
-->
52
+
53
+
## Security and Privacy
54
+
55
+
<!--
56
+
EITHER:
57
+
58
+
- "No change"
59
+
60
+
OR
61
+
62
+
"Making changes in e.g. auth|https|encryption|io
63
+
need to be careful about..."
64
+
65
+
-->
15
66
16
67
## Testing
17
68
18
-
How to test your changes work, not required for documentation changes.
69
+
<!--
70
+
EITHER:
71
+
72
+
- Added new tests:
73
+
- test x
74
+
- test y
75
+
- test z
76
+
77
+
OR
78
+
79
+
- Modified existing tests because ...
80
+
81
+
OR
82
+
83
+
- N/A build or packaging only changes
84
+
85
+
OR
86
+
87
+
In exceptional circumstances there may be a good reason we can't add automated
88
+
tests, for example if a specific device is required to reproduce a problem.
89
+
90
+
- No new tests because...
91
+
-->
92
+
93
+
## Monitoring and Logging
94
+
<!--
95
+
EITHER:
96
+
97
+
- "No change"
19
98
20
-
## Issues
99
+
OR
21
100
22
-
Links to the github issue(s) (if present) that this pull request is resolving.
0 commit comments