The Speaker Engagement Agreement (sea.md) is a document that outlines the terms and conditions for speakers in technology to speak at events.
The agreement covers topics such as payment, travel expenses, and intellectual property rights.
See the Conference Data repository for a list of conferences who sign SEA upon request.
To contribute improvements and fixes to the repository on Github, you can follow these steps:
- Fork the repository by clicking on the "Fork" button on the top right corner of the page.
- Clone the repository to your local machine using the command
git clone https://github.com/your-username/sea.git. - Create a new branch for your changes using the command
git checkout -b your-branch-name. - Make your changes to the files in the repository.
- Commit your changes using the command
git commit -m "Your commit message". - Push your changes to your forked repository using the command
git push origin your-branch-name. - Create a pull request by clicking on the "New pull request" button on the original repository page.
- Wait for the repository owner to review and merge your changes.