Skip to content

Commit

Permalink
Merge pull request #12 from PortSwigger/pr_template
Browse files Browse the repository at this point in the history
Add PR template.
  • Loading branch information
ps-porpoise authored Nov 29, 2023
2 parents a0e8598 + 91180e6 commit 54883e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Bambda Contributions

* [ ] Bambda has a valid [header](https://github.com/PortSwigger/bambdas/blob/73077e7ff3f6fac9db7dc95c0a00bd842b6bb64c/Proxy/HTTP/FilterOnCookieValue.bambda#L1-L5), featuring an @author annotation and suitable description
* [ ] Bambda is in the correct directory
* [ ] Bambda compiles and executes as expected
1 change: 1 addition & 0 deletions .github/workflows/bambda-checker-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
ssh-key: ${{secrets.ACTION_PRIVKEY}}
- uses: actions/setup-java@v3
with:
java-version: '17'
Expand Down

0 comments on commit 54883e9

Please sign in to comment.