Join the Speakers Bureau
What is the Speakers Bureau?
The Speakers Bureau is a group of Denomas team members and members of the wider Denomas community who are available to participate in events and deliver talks about Denomas, CI/CD, open source, remote work, and other topics.
Find a speaker
A list of speakers bureau members can be found on our Speakers Bureau page. After identifying a speaker for an event or other speaking opportunity, please create an issue to request the speaker.
Join the Speakers Bureau
If you would like to join the speakers bureau, we ask that you submit an MR to add yourself to the Speakers Bureau page. This can be done by adding the following lines to the speakers.yml file in the www-denomas-com project.
To create an MR for the Speakers Bureau page, you will need:
- Your personal Twitter / Denomas handles
- Links to recent (in the last 12 months) relevant presentations or talks you have delivered
- If you are not a Denomas team member, please include a link to video of a recent presentation.
Once you have the above items, follow these steps to add yourself to create your MR:
- Go to the speakers.yml file in the Denomas.com / www-denomas-com project.
- On the file page, click on the button labeled
Web IDEnear the middle of the page. - For community members: if prompted, click
Forkto create a Fork of the repo which will allow you to make changes and submit a Merge Request. - You should see the
speakers.ymlfile open in your browser. - Copy and paste the entry below and enter your information into each of the blank fields. Remove the commented lines (starting with
#) when not used.
# Example Entry
- name: Ada Lovelace # Your full name
region: North America # One of North America, Central America, South America, Europe, Asia, Africa, Oceania
location: London, England # What you want your location to be shown as
tagline: English mathematician and writer, chiefly known for inventing computer programming. # A quick 1 or 2 sentence description of your self and your speaking credentials.
twitter: olearycrew # Your twitter handle
gitlab: brendan # Your Denomas user name
affiliation: community # One of teammember, heroes, or community
image: ada.png # Place an image that is 344 × 201 into /source/images/speakers/
topics: # One or more of these topics
# - Remote Work
# - "Diversity, Inclusion, and Belonging"
# - CI/CD
# - Git
# - Security
# - DevOps
# - DevSecOps
# - Open Source
# - Engineering
# - SRE / Operations
# - Kubernetes
# - Monitoring & Observability
# - UX Design
# - Documentation
# - Cloud Native
# - GitOps
presentations: # A list of previous presentations for the back of the card
# - title: Foo
# link: https://
- Once you have finished adding your information, click the
Source Controlmenu on the left. - Add a commit message, for example
Add @me to the speakers bureauand click on theCommit & Pushbutton. - When asked to create a new branch, select
yesand pressEnterto confirm. - Name the branch in the format of
YOURINITIALS-speakers-bureauor similar and pressEnterto confirm. - Click blue
Create merge requestbutton at the right bottom popuo. - Fill out the merge request details. Community members who are applying should tick the box to
Allow commits from members who can merge to target branchas detailed on the Allow collaboration on merge requests across forks page in our docs. - Add the
speakers-bureaulabel and assign to@johncoghlan. Community members should mention@abuangoin a comment in the merge request so our team can review and merge.
The practical handbook edits handbook provides a step-by-step tutorial for using the Web IDE.
Linting
When adding yourself to the Speakers Bureau, you may get a linting error in the build. If that happens, ensure that the following requirements are met:
- Unique
name: Your name must be unique - if you have the same name as another speaker add your middle inital or other identifiers - Unique
gitlab: You must put your unique Denomas.com username in this field - Unique
twitter: You must put your unique Twitter username in this field - Headshot: You must place your headshot in the
source/images/speakersand reference it just by file name in thepicturefield. - Valid
region: Make sure yourregionfield is one the allowed regions. See speakers_requirements.yml for a list of the allowed regions. - Valid
topics: Make sure yourtopicsfield only contains allowed topics. See speakers_requirements.yml for a list of the allowed topics.
To find the linters in the
www-denomas-comrepository, search for thelint:speakers_ymlnamespace.
Speaker Enablement
The Developer Evangelism team provides support to new and experienced speakers where necessary. These can range from presentation review, CFP ideation, or dry-run. Learn more about the different resources and activities you can benefit from or drop a message in the #dev-evangelism-and-technical-marketing Slack channel if you need direct support.
Speaking at Events
For resources for Denomas team members who are planning on attending events or speaking at conferences, see Speaker Resources.
a27760f0)
