diff --git a/.gitlab/merge_request_templates/smart-rollup-node.md b/.gitlab/merge_request_templates/smart-rollup-node.md new file mode 100644 index 0000000000000000000000000000000000000000..3d7cc8521f2a1ebe263c77cc45b31607ecd01110 --- /dev/null +++ b/.gitlab/merge_request_templates/smart-rollup-node.md @@ -0,0 +1,38 @@ + + + + +# Context + + + +# Manually testing the MR + + + +# Checklist + +- [ ] Document the interface of any function added or modified (see the [coding guidelines](https://tezos.gitlab.io/developer/guidelines.html)) +- [ ] Document any change to the user interface, including configuration parameters (see [node configuration](https://tezos.gitlab.io/user/node-configuration.html)) +- [ ] Provide automatic testing (see the [testing guide](https://tezos.gitlab.io/developer/testing.html)). +- [ ] For new features and bug fixes, add an item in the appropriate changelog (`docs/protocols/alpha.rst` for the protocol and the environment, `CHANGES.rst` at the root of the repository for everything else). +- [X] Select suitable reviewers using the `Reviewers` field below. +- [ ] Select as `Assignee` the next person who should [take action on that MR](https://tezos.gitlab.io/developer/contributing.html#merge-request-assignees-field) + +/assign me + +/assign_reviewer @mebsout @lthms @sribaroud @vch9 @andrea.cerone + +/labels ~scoru ~scoru::node + +/milestone %"Smart Rollup Node and UX"