Contributing
Last updated
Last updated
We love new ideas that push this repository and design sprints forward. We are using for tracking our work on the repository. Here are the ways that you can contribute:
If you find a bug, misspelling or other problem with the repository please add a new .
If you are looking to contribute and are not sure where to start:
Grab an issue from the list of and assign yourself to the issue so that we know someone is working on it.
Make the necessary changes.
Submit a .
Any new ideas or major improvements can be added to a PR so that they can be discussed and tested. We especially like new exercises that might add to , and .
The more examples that we have the better it will be to spread knowledge and experience of running the sprints. These are the steps for adding examples:
Add new project by duplicating the example project folder.
Edit the README in that folder and add any other assets that support the explanation of the sprint such as photos, documents, prototypes or videos.
Add references on the separate phases to the respective parts of the example.
Submit a .
Fork the repository.
Make your changes in a topic branch.
Rebase against origin/master
, push to your fork and submit a pull request.
Squash your commits into a single one (more on that ).