Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Aug 12, 2019
1 parent 7471144 commit 2b5268e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ The following is a set of guidelines for contributing to tutorialdb. These are m
1. [Getting Started](#getting-started)
2. [Submitting Pull Requests](#submitting-pull-requests)

# Getting Started
### Getting Started

- Make sure you communicate using GitHub issues while submitting a PR or reporting bugs.
- You can use an appropriate label to label the issue.
- Feel free while asking doubts, just open an [issue](https://github.com/Bhupesh-V/tutorialdb/issues/new).

# Submitting Pull Requests
### Submitting Pull Requests

Follow the steps below while submitting a PR.

Expand Down
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# tutorialdb
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

> A search engine for programming/dev tutorials.
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
[![CodeFactor](https://www.codefactor.io/repository/github/bhupesh-v/tutorialdb/badge)](https://www.codefactor.io/repository/github/bhupesh-v/tutorialdb)

## Table of Contents

1. [About the Project](#about-the-project)
2. [Installation](#installation-)

# About the Project

### About the Project

- **tutorialdb** is a small scale search engine for programming/dev tutorials, it is meant to help anyone who is getting started to learn a new technology.
- The sole purpose of tutorialdb is to help people get to resoures which might help them learn new things for e.g sometimes there are tutorials on personal blogs which do not get indexed by Google easily.
- All the content (tutorials) is owned by the respective authors/sites.
- tutorialdb maintains its own database saving the links to tutorials and some meta info.

# Installation 🔮
### Installation 🔮

1. Create virtual environment.

Expand Down Expand Up @@ -70,20 +71,14 @@ python manage.py migrate
python manage.py runserver
```

# 📝 License
## 📝 License

This project is licensed under the MIT License. See the [LICENSE.md](LICENSE) file for details.

# Author

👥 **Bhupesh Varshney**

- Twitter: [@bhupeshimself](https://twitter.com/bhupeshimself)
- Github: [@Bhupesh-V](https://github.com/Bhupesh-V)

# 👋 Contributing
## 👋 Contributing

Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for the process of submitting pull requests to us.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down

0 comments on commit 2b5268e

Please sign in to comment.