Skip to content

Commit

Permalink
Merge pull request #4 from nasa/KMS-524
Browse files Browse the repository at this point in the history
KMS-524: Testing actions and adding template
  • Loading branch information
mandyparson authored Jan 31, 2025
2 parents b7408c0 + 0d457ea commit 9da7318
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .github/pull_request_template.md
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: 'echo true'

sync:
if: success() && github.ref == 'refs/heads/main' # only run on main success
# if: success() && github.ref == 'refs/heads/main' # only run on main success
needs: [tests-passed] # only run after vitest and cypress jobs complete
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9da7318

Please sign in to comment.