- Fork and clone this repository.
- Create a branch with your name.
- Write a
hello-world
program in any language and name it as your name. Like following:
// shahin.java
package helloworld;
class Main {
public static void main(String[] argv) {
System.out.writeln("Hello world!");
}
}
- Commit and create a Pull Request.
- Review others programs in Pull Request section. Comment and collaborate.
- Create another branch with pattern
poll-{your-name}
- Edit
polls.md
:- Add your name under subheadings and rate the course.
- Commit and create a Pull Request.
- Pull others merged pull requests and resolve conflicts.
- Push your resolved PR.
- Create another branch with pattern
stuff-{your-name}
- Edit
stuff.md
:- Add your name under
interns
subheading. - Commit and create a Pull Request.
- Pull others merged pull requests and resolve conflicts.
- Push your resolved PR.
- Add your name under
- Take a look around, edit stuff, create PR and collaborate.
- Search and have fun :)