File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 6
6
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-orange.svg )] ( http://makeapullrequest.com )
7
7
![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/codeclassroom/CodeRunner?style=plastic )
8
8
9
+ ### Prerequisites
10
+ 1 . Python 3.6+
11
+ 2 . virtualenv
9
12
10
13
### Installation
11
14
1 . Create virtual environment.
@@ -64,3 +67,11 @@ print("Memory : " + str(r.getMemory()))
64
67
65
68
- Twitter: [ @bhupeshimself ] ( https://twitter.com/bhupeshimself )
66
69
- 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.
You can’t perform that action at this time.
0 commit comments