Swift Student Challenge Winner Project - WWDC21
My Swift Playground it's about women in the science field, focused on the genome editing method called CRISPR/CAS9, which awarded the Nobel Prize in Chemistry 2020 to Emmanuelle Charpentier and Jennifer Doudna. I built this playground to share my love for science, from a woman's point of view.
To create a new feature or fix
- Create new branch
- To name a branch folow the pattern:
fix/{your}-{fix}
orfeature/{your}-{feature}
- To name a branch folow the pattern:
- Add your commits
- Name your commit in infitive and simple as possible. Examples:
Add click to firstSection
,Fix typo in ViewController.swift
- Name your commit in infitive and simple as possible. Examples:
- Make PR to Master
- Add Reviewer
- When Reviewer approved, apply merge
If you have any conflicts when creating PR, rebase it with master. Don't merge it right away.
This project is under the license GNU General Public License v3.0