diff options
author | Chris Merrick <cmerrick@talend.com> | 2019-11-19 11:11:02 -0500 |
---|---|---|
committer | Chris Merrick <cmerrick@talend.com> | 2019-11-19 11:11:02 -0500 |
commit | 075af7096d3c1b369702feba4076c25b954732dc (patch) | |
tree | 31d8832b0f927ad6ec837a77e52e088674384038 | |
parent | 99424fee5ba6ff830df39be8f47c3e3d685b444a (diff) | |
download | tap-google-sheets-075af7096d3c1b369702feba4076c25b954732dc.tar.gz tap-google-sheets-075af7096d3c1b369702feba4076c25b954732dc.tar.zst tap-google-sheets-075af7096d3c1b369702feba4076c25b954732dc.zip |
Add PR template
-rw-r--r-- | .github/pull_request_template.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6e46b00 --- /dev/null +++ b/.github/pull_request_template.md | |||
@@ -0,0 +1,11 @@ | |||
1 | # Description of change | ||
2 | (write a short description or paste a link to JIRA) | ||
3 | |||
4 | # Manual QA steps | ||
5 | - | ||
6 | |||
7 | # Risks | ||
8 | - | ||
9 | |||
10 | # Rollback steps | ||
11 | - revert this branch | ||