Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMPROVING DOCS โ€ฆ #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/djangoclt/clt-django-website.svg?branch=develop)](https://travis-ci.org/djangoclt/clt-django-website)

Repo for our awesome Django website.
Repo is an awesome Django website.

##Requirements
- Python 3.5
Expand All @@ -15,11 +15,12 @@ Repo for our awesome Django website.
git checkout develop
```

3. Make a feature branch following this convention `issue-number` (e.g. `issue-101`)
3. Make a feature branch following this convention โžก `issue-number` (e.g. `issue-101`)
```
git checkout -b issue-101
```

4. Develop your features locally.
5. Run unittests
6. Submit a pull request to the `develop` branch.
thanks for visting our site