Skip to content

Commit

Permalink
Merge pull request #19 from ashishjoshi2605/Prachit99-patch-1
Browse files Browse the repository at this point in the history
Add badges
  • Loading branch information
karan-47 authored Oct 8, 2022
2 parents e7d5edf + c67fbde commit cd3ae94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is a Flask App for NCSU Campus Job Review System. Here students from NCSU can register themselves and search for vacancies at various On-Campus stores.

<a href="https://github.com/ashishjoshi2605/ncsu-campus-jobs-review-system/graphs/contributors" alt="Contributors"><img src="https://img.shields.io/github/contributors/ashishjoshi2605/ncsu-campus-jobs-review-system" /></a>
<a href="https://github.com/ashishjoshi2605/ncsu-campus-jobs-review-system" alt="Repo Size"><img src="https://img.shields.io/github/repo-size/ashishjoshi2605/ncsu-campus-jobs-review-system" /></a>
<a href="https://github.com/ashishjoshi2605/ncsu-campus-jobs-review-system/blob/main/LICENSE" alt="License"><img src="https://img.shields.io/github/license/ashishjoshi2605/ncsu-campus-jobs-review-system" /></a>
<a href="https://github.com/ashishjoshi2605/ncsu-campus-jobs-review-system/issues" alt="Open Issues"><img src="https://img.shields.io/github/issues-raw/ashishjoshi2605/ncsu-campus-jobs-review-system" /></a>
<a href="https://github.com/ashishjoshi2605/ncsu-campus-jobs-review-system/actions" alt="Build Status"><img src="https://img.shields.io/github/workflow/status/ashishjoshi2605/ncsu-campus-jobs-review-system/Build%20main" /></a>

## Pre-requisites
To run these scripts, you will require Python installed on your PC. Please visit [Python Installers](https://www.python.org/downloads/) to download the lastest python version. Apart from that, other requirements can be installed with the help of requirements.txt.

Expand All @@ -17,8 +23,6 @@ You can refer [INSTALL.md](https://github.com/ashishjoshi2605/ncsu-campus-jobs-r
## Contribution Code of Conduct

The rules listed below are to be followed by the ones who will be contributing to the code in the repository:

- All the branches used to merge any code into the main branch should start with "KAPSS-".
- Atleast one review/approval is required from any other contributors of the project to merge a commit to the main branch.
- It is recommended to delete the branch as soon as it is merged to the main branch to avoid stale branches in the repository.
- It is encouraged to add name tags such as "feature-" or "patch-" in the branches if it is used to add code-patches or features in the project.
Expand Down

0 comments on commit cd3ae94

Please sign in to comment.