forked from ByteByteGoHq/system-design-101
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CONTRIBUTING.md (ByteByteGoHq#45)
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Contributing | ||
============ | ||
|
||
Thank you for your interest in contributing! Here are some guidelines to follow when submitting pull requests: | ||
|
||
## Pull Requests | ||
|
||
* Each pull request should focus on a single topic or concept. | ||
* Avoid making changes across multiple topics in the same PR. | ||
* Give your PR a clear title summarizing the topic you are addressing. | ||
* If you notice typos or issues in diagrams, please open a separate issue instead of fixing the images directly. We will update the source images and republish fixes. | ||
|
||
### GitHub Pull Requests Docs | ||
|
||
If you are not familiar with pull requests, review the [pull request docs](https://help.github.com/articles/using-pull-requests/). |