Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.33 KB

30 seconds of Swift code is a community effort, so feel free to contribute in any way you can. Every contribution helps!

What can you do to help?

  • Open issues for things you want to see added or modified.
  • Join the discussion by helping out with existing issues
  • Submit pull requests with snippets you have created (see below for guidelines)
  • Fix typos in existing snippets, improve snippet descriptions and explanations or provide better examples.

Pull request guidelines

  • Modify the README directly as well as 30secsofswiftcode.playground/Contents.swift.
  • Snippets should be short (usually under 10 lines.) Still submit your snippet if it is under that and we will review it or help you shorten it or improve it.
  • Include examples, which are sort-of like test cases.
  • Your snippets should have a unique name, unlike any that are already in the list.
  • Snippet descriptions should be short, succinct, and to-the-point.

Thank you to 30 Seconds of Python Code for inspiring this project. Most of this Contributing.md doc has been taken from there <3