The goal of this project is for the version 1.0 was: bring to iOS the experience provided by Swift Evolution website.
Swift Evolution is the process by which changes and enhancements to the Swift programming language are proposed, discussed, and ultimately accepted or rejected. It is an open and transparent process that involves the Swift community, including both Apple engineers and the broader developer community.
Now we are shifting from the basic idea to make it more social.
On our roadmap (you can read at our GitHub Projects), we have some notes for the future, which will cover stuff like: Follow Proposals starring or watching them, Follow Authors and/or Review Managers, List of most popular proposals, featured proposals and other ideas coming from the community.
Languages Used: Swift, CSS, Javascript
Fork the repository: Fork the project to your own GitHub account to start making your contributions.
Clone your forked copy of the project: Clone the forked repository to your local machine to work on it.
You need to create an issue and associate a pull request to this issue. Your pull request, needs to have some description on title about the issue that you are trying to solve. After you send your pull request, other developers will make a code review before merging it into the development branch.
How to create a Pull Request
-
Navigate to the project directory.
-
cd IOS
-
Create a new branch:
-
git checkout -b YourBranchName
-
Make changes in source code.
-
Stage your changes and commit
git add . git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push origin YourBranchName
- Anton Kuzmin - GitHub / Twitter
- Bruno Bilescky - GitHub / Twitter
- Bruno Guidolim - GitHub / Twitter
- Bruno Hecktheuer - GitHub / Twitter
- Diego Ventura - GitHub / Twitter
- Diogo Tridapalli - GitHub / Twitter
- Gustavo Barbosa - GitHub / Twitter
- Guilherme Rambo - GitHub / Twitter
- Leonardo Cardoso - GitHub / Twitter
- Ricardo Borelli - GitHub / Twitter
- Rob Hudson - GitHub / Twitter
- Rodrigo Reis - GitHub / Twitter
- Xaver Lohmüller - GitHub / Twitter
EVOlution App is available under the MIT license. See the LICENSE file for more info.