Skip to content

Commit 8d040c7

Browse files
committed
readme updates
1 parent 9fe27e9 commit 8d040c7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing to CodeRunner
2+
3+
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
4+
5+
Make sure you follow below guidelines before contributing.
6+
7+
1. Raise an issue before sending any PR.
8+
2. Make you changes to `feature` branch.
9+
3. See if there is already an open PR for the same issue.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](http://makeapullrequest.com)
77
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/codeclassroom/CodeRunner?style=plastic)
88

9+
### Prerequisites
10+
1. Python 3.6+
11+
2. virtualenv
912

1013
### Installation
1114
1. Create virtual environment.
@@ -64,3 +67,11 @@ print("Memory : " + str(r.getMemory()))
6467

6568
- Twitter: [@bhupeshimself](https://twitter.com/bhupeshimself)
6669
- DEV: [bhupesh](https://dev.to/bhupesh)
70+
71+
## 📝 License
72+
73+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
74+
75+
## 👋 Contributing
76+
77+
Please read the [CONTRIBUTING](CONTRIBUTING.md) file for the process of submitting pull requests to us.

0 commit comments

Comments
 (0)