Skip to content

Commit

Permalink
Update GH PR checklist (#1357)
Browse files Browse the repository at this point in the history
* fixes #1346, parsing of diff-time as property

* reflect current documentation strategy
  • Loading branch information
rsoeldner authored Mar 28, 2024
1 parent 6f466ea commit 51b8191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ PR checklist:

* [ ] Test coverage for the proposed changes
* [ ] PR description contains example output from repl interaction or a snippet from unit test output
* [ ] Documentation has been updated if new natives or FV properties have been added. To generate new documentation, issue `cabal run tests`. If they pass locally, docs are generated.
* [ ] New builtins have a FV translation
* [ ] Documentation has been (manually) updated at https://docs.kadena.io/pact
* [ ] Any changes that could be relevant to users [have been recorded in the changelog](https://github.com/kadena-io/pact/blob/master/CHANGELOG.md)
* [ ] In case of changes to the Pact trace output (`pact -t`), make sure [pact-lsp](https://github.com/kadena-io/pact-lsp) is in sync.

Expand Down

0 comments on commit 51b8191

Please sign in to comment.