Skip to content

Commit

Permalink
create PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Nov 3, 2023
1 parent 0cb7b9a commit c06060c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Pull Request

## Description

Please include a summary of the change and which issue is fixed. Also, include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

### How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

## Checklist:

Before deployment

- [ ] 100% test and branch coverage
- [ ] fuzz and invariant tests when applicable
- [ ] deployment or update scripts ready
- [ ] version management agreed upon and implemented
- [ ] documentation of work in Jira or Notion
- [ ] internal team review
- [ ] **Security Team review**


After deployment

- [ ] Update [static](https://github.com/maticnetwork/static/tree/master/network) with new contract address and/or version
- [ ] create release if necessary

### Additional context

Add any other context about the pull request here.

0 comments on commit c06060c

Please sign in to comment.