Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bugfix_pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bugfix PR
about: Resolving issues in existing SID features

---

[JIRA ticket]()
Will be released in: **version**
First known affected version: **version**

### Root cause analysis

* Describe how it was found and what caused the issue
* Include images to better illustrate the issue

### Notable changes

* Describe the changes in the PR and how they fix the root cause
* Include images or video to better illustrate the fix

### Testing guidance

* Describe how the reviewers can verify that issue is fixed

### Additional work checklist

* [ ] Effect on other features and security has been considered
* [ ] Test cases in Testiny are up to date (or ticket created)
* [ ] Other teams notified about the fix (if applicable)
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature_pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature PR
about: Additions and improvements to SID

---

[JIRA ticket]()
Will be released in: **version**

### Notable changes

* Describe the main changes in the PR with the reasons why they are required
* Include images to better illustrate the changes

### Testing guidance (optional)

* Describe how the reviewers can try the new features out

### Additional work checklist

* [ ] Effect on other features and security has been considered
* [ ] Design document marked as "In development" (if applicable)
* [ ] External (Gitbook) and internal (Confluence) Documentation is up to date (or ticket created)
* [ ] Test cases in Testiny are up to date (or ticket created)
* [ ] Other teams notified about the changes (if applicable)