-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from nasa/KMS-524
KMS-524: Testing actions and adding template
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Overview | ||
|
||
### What is the feature? | ||
|
||
Please summarize the feature or fix. | ||
|
||
### What is the Solution? | ||
|
||
Summarize what you changed. | ||
|
||
### What areas of the application does this impact? | ||
|
||
List impacted areas. | ||
|
||
# Testing | ||
|
||
### Reproduction steps | ||
|
||
- **Environment for testing:** | ||
- **Collection to test with:** | ||
|
||
1. Step 1 | ||
2. Step 2... | ||
|
||
### Attachments | ||
|
||
Please include relevant screenshots or files that would be helpful in reviewing and verifying this change. | ||
|
||
# Checklist | ||
|
||
- [ ] I have added automated tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] My changes generate no new warnings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters