Nasser Grainawi | a051806 | 2024-08-22 16:01:15 -0600 | [diff] [blame] | 1 | # Propose a talk about Gerrit Code Review! |
| 2 | |
| 3 | The User Summit is about people and their experiences in using Gerrit Code |
| 4 | Review for their teams and companies. |
| 5 | |
| 6 | We are looking forward to receiving fantastic proposals from industry |
| 7 | experts about how you're using Gerrit, including upgrading to the latest |
| 8 | versions, integrating with your Development Pipeline(s), or any extensions |
| 9 | you've made to Gerrit with amazing plugins. |
| 10 | |
| 11 | Other interesting experiences could include scaling Gerrit (via |
| 12 | multi-primary/multi-site, pull-replication/replication, Git/JGit, or some other |
| 13 | approach) and the entire Continuous Integration pipeline, including integration |
| 14 | with specific CI systems (Jenkins or others) and with issue tracking systems. |
| 15 | |
Fabio Ponciroli | b0f8aa8 | 2024-09-16 16:52:06 +0200 | [diff] [blame] | 16 | The talk can be submitted as a lightning talk (15 minutes) or a full length |
| 17 | talk (40 minutes). For a lightning talk, follow the steps below, but use the |
| 18 | `/lightning-talks` directory instead of `/sessions`. |
| 19 | |
Nasser Grainawi | 515b81b | 2024-09-16 22:48:46 -0600 | [diff] [blame] | 20 | ## Can I present remotely? |
| 21 | |
| 22 | Yes! Presentations will be streamed using Microsoft Teams (available via app or |
| 23 | browser) and you can deliver your presentation remotely by logging into the |
| 24 | Teams meeting using an account registered on [outlook.com](https://outlook.com). |
| 25 | |
Nasser Grainawi | a051806 | 2024-08-22 16:01:15 -0600 | [diff] [blame] | 26 | ## How to submit my proposal? |
| 27 | |
| 28 | It is very simple, just clone this project, create a Markdown document under |
| 29 | the `/sessions` directory using the `template.md` as an example and then push |
| 30 | a change for review. |
| 31 | |
| 32 | You need to be registered on [Gerrit Code Review](https://gerrit-review.googlesource.com) |
| 33 | in order to be able to be authorized to push changes for review. |
| 34 | |
| 35 | Alternatively, you can create and edit a change in the Gerrit UI via the |
| 36 | `Create Change` button from the |
| 37 | [project page](https://gerrit-review.googlesource.com/admin/repos/summit/2024,commands). |
| 38 | |
| 39 | **Example:** |
| 40 | ```bash |
| 41 | $ git clone https://gerrit.googlesource.com/summit/2024 && (cd 2024 && f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f) |
| 42 | $ cd 2024/sessions |
| 43 | $ cp template.md myamazingtalk.md |
| 44 | $ vi myamazingtalk.md |
| 45 | |
| 46 | # make your edits ... |
| 47 | |
| 48 | $ git add myamazingtalk.md & git commit -m 'This is my amazing talk' |
| 49 | $ git push origin HEAD:refs/for/master |
| 50 | ``` |
| 51 | |
| 52 | ## How my talk is going to be voted and selected? |
| 53 | |
| 54 | The voting is open to everyone that is registered on |
| 55 | [Gerrit Code Review](https://gerrit-review.googlesource.com). |
| 56 | People will be able to post comments, ask questions and vote for it. |
| 57 | |
| 58 | The top several rated proposals will become part of the Gerrit User Summit 2024 |
| 59 | agenda. |
| 60 | |
| 61 | ## Will my talk be recorded and published? |
| 62 | |
| 63 | We are intending to record the sessions and publish them to allow others to |
| 64 | watch online later on, even if they have not attended the User Summit. However, |
| 65 | if you do not wish to be recorded, just let us know by including a comment on |
| 66 | your talk proposal. |
| 67 | |
| 68 | You are free to publish your slides anywhere on the web and we will just point |
| 69 | to them. |