From c0dd56134c1130ec480ca76de857e57ddaffe1bb Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Fri, 20 Jan 2023 11:30:27 +0100 Subject: [PATCH] Templates: add smart rollup node template --- .../smart-rollup-node.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitlab/merge_request_templates/smart-rollup-node.md 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 000000000000..3d7cc8521f2a --- /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" -- GitLab