xcode-tips.github.io/.github/CONTRIBUTING.md at main ยท Xcode-Tips/xcode-tips.github.io

Pull requests are welcome! We only ask that you follow these steps:

  1. If adding a new tip, be sure it is specific to using Xcode, not a general coding tip.
  2. Conform to the existing pattern for listing a tip.
    1. Place it under the correct category.
    2. Give it a brief but descriptive heading.
    3. Provide a concise explanation.
      1. Keyboard shortcuts should be bold and use glyph symbols like โŒ˜ and โ‡ง rather than symbol names like cmd and shift, etc. See the table below and follow existing examples.
      2. Try to be as brief as possible, avoiding overly verbose descriptions.
    4. Link to the original source:
      1. A blog post, a tweet, etc. to give credit to the person who shared it.
      2. If there isn't a post or a tweet, and it is just a tip you want to share, credit yourself! ๐Ÿ˜„

Quick reference for Apple symbol glyphs

Symbol name Glyph HTML code
Command โŒ˜ ⌘
Option โŒฅ ⌥
Control โŒƒ ⌃
Shift โ‡ง ⇧
Arrow up โ†‘ ↑
Arrow down โ†“ ↓
Arrow left โ† ←
Arrow right โ†’ →