Skip to content

Commit 78c3250

Browse files
added contributing guidelines
1 parent 18f0d29 commit 78c3250

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

README.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# system-design-tutorial
1+
System Design Tutorial is one place destination to study for the system design interviews.
2+
3+
# Contributing to System Design Tutorial
4+
5+
We would love to have your expertise to make this project more reachable and useful for people.
6+
Contributing to this project is easy, whether it's:
7+
8+
- Reporting a bug/ Suggesting changes
9+
- Submitting a fix
10+
- Proposing new features
11+
- Becoming a maintainer
12+
13+
## We use Github
14+
15+
All the articles and code on this website are hosted on the github repo [System Design Tutorial](https://github.com/kapilgupta101292/system-design-tutorial). We use Github Flow, to add articles, to track issues as well as accept pull requests.
16+
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
17+
18+
1. Fork the repo and create your branch from `master`.
19+
2. Add your proposed changes.
20+
3. Issue that pull request!
21+
22+
## Any contributions you make will be under the MIT Software License
23+
24+
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
25+
26+
## License
27+
28+
By contributing, you agree that your contributions will be licensed under its MIT License.

website/docusaurus.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
5656
label: 'Contribute',
5757
position: 'right',
5858
},
59-
,
6059
{
6160
href: 'https://github.com/kapilgupta101292/system-design-tutorial',
6261
label: 'GitHub',

0 commit comments

Comments
 (0)