Skip to content

Commit

Permalink
Fill description of this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
swsms authored Sep 21, 2018
1 parent 3d9d903 commit cc45e6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# intro-to-github
This is a demo repository to practice using GitHub.

It has two files in the *Code* tab:
- *README.md* is the description of this repo (you are currently reading it)
- *.gitignore* is a file that specifies which filse and directories must be ignored by Git

You cannot make changes in these files directly because you are not collaborator.

The *Issues* tab is used to discuss ideas, enchacements, bugs, questions, and so on. Each *Issue* has a status.

The *Pull requests* tab contains proposals to make some changes in the files located in the repository. Repo's owners may review a request and put your changes if they look good.

You can create an *Issue* or make a *Pull request* to contribute in the project.

0 comments on commit cc45e6e

Please sign in to comment.