So you want to make Speakerinnen Liste better. Great!
Here are the steps to contribute:
Here, you'll have an overview over the open issues: #216. We are happy to answer your questions if you consider to help. All the issues have a link to their specification. If you want to work on an issue feel free to assign yourself.
If you have other ideas feel free to open an own issue!
- Clone the repository.
git clone [email protected]:rubymonsters/speakerinnen_liste.git
git checkout -b <your-name>-newdesign
This creates a new branch, callednewdesign
in our example, in your local repository.- Make your changes.
git commit
git push
This pushes your new branch callednewdesign
to your GitHub repository.
When you have made your changes and tested them, please send us a pull request.
If you have any questions about Git or GitHub, GitHub Help is a great resource!