https://designsprintkit.withgoogle.com/
- Client Requirements
- Business Process Diagrams
- Low Fidelity Wireframes
- High Fidelity Wireframes
- github-changelog-generator
- ghi (optional, you can do this thru the website)
- Sign commits and tags with GPG
$ ghi close 1
- Keep calls to action front and center
- DO: Make all of your users' most common tasks easily available.
- DON'T: Waste precious above-the-fold space with vague calls-to-action like "learn more".
- Keep menus short and sweet
- Make it easty to get back to the home page
- DO: Users expect to go back to the homepage when they tap the logo.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git() { | |
bold="$(tput bold)" | |
black="$(tput setaf 0)" | |
red="$(tput setab 1)" | |
yellow="$(tput setab 3)" | |
cyan="$(tput setaf 6)" | |
reset="$(tput sgr0)" | |
if [ "$1" != delete ]; then | |
hub "$@" | |
return |