Skip to content

Commit c118d08

Browse files
committed
Add new way to enroll in OSSU
1 parent faefdc2 commit c118d08

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.0.1] 2016-04-04
7+
### Fixed
8+
- Now students should enroll through our [web app](https://ossu.firebaseapp.com).
9+
610
## [2.0.0] 2016-03-17
711
### Fixed
812
- Program Design section course's names and links

README.md

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,15 @@ In our curriculum, we gave preference to MOOC (Massive Open Online Course) style
3232

3333
## Becoming an OSS student
3434

35-
To officially register for this course you must create a profile in our [students profile](https://github.com/open-source-society/computer-science/issues/259) issue.
35+
To officially register for this course you must create a profile in our [web app](https://ossu.firebaseapp.com).
3636

3737
> **"How can I do this?"**
3838
39-
Comment in [this](https://github.com/open-source-society/computer-science/issues/259) issue (please, do **not** open a new one) using the following template:
39+
Just create an account on GitHub and log in with this account in our web app.
4040

41-
```
42-
- **Name**: YOUR NAME
43-
- **GitHub**: [@your_username]()
44-
- **Twitter**: [@your_username]()
45-
- **Linkedin**: [link]()
46-
- **Website**: [yourblog.com]()
41+
The intention of this app is to offer for our students a way to track their progress, and also the ability to show their progress through a public page for friends, family, employers, etc.
4742

48-
## Completed Courses
49-
50-
**Name of the Section**
51-
52-
Course|Files
53-
:--|:--:
54-
Course Name| [link]()
55-
```
56-
57-
**IMPORTANT**: add your profile **only once** and **after** you **finish** each course you can **return** to that issue and **update** your comment.
58-
59-
**ps**: In the *Completed Courses* section, you should link the repository that contains the files that you created in the respective course.
60-
61-
> **"Why should I do this?"**
62-
63-
This is a way to get to know our peers better, and an opportunity to share the things that we have done.
64-
65-
That is why we are using this strategy. You are free to bypass this if you're not that type.
43+
In the "My Progress" tab, you will be able to edit the status of the courses that you are taking, and also add the link of your final project for each one.
6644

6745
## Motivation & Preparation
6846

@@ -400,15 +378,15 @@ The **only things** that you need to know are how to use **Git** and **GitHub**.
400378
**Note**: Just pick one of the courses below to learn the basics. You will learn a lot more once you get started!
401379

402380
- [Try Git](https://try.github.io/levels/1/challenges/1)
403-
- [Git - the simple guide] (http://rogerdudler.github.io/git-guide/)
381+
- [Git - the simple guide](http://rogerdudler.github.io/git-guide/)
404382
- [GitHub Training & Guides](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-)
405383
- [GitHub Hello World](https://guides.github.com/activities/hello-world/)
406384
- [Git Immersion](http://gitimmersion.com/index.html)
407385
- [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775)
408386

409387
## Change Log
410388

411-
**Curriculum Version**: `2.0.0`
389+
**Curriculum Version**: `2.0.1`
412390

413391
To show **respect** to all of our students, we will keep a [CHANGELOG](CHANGELOG.md) file that contains all the alterations that our curriculum may suffer.
414392

0 commit comments

Comments
 (0)