-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into improve-websockets
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
# Welcome to contributing guide ✌️ | ||
|
||
I appreciate your contribution! I want to make contributing to this project as easy as possible, whether it's: | ||
* Reporting a bug/security issue 🐞 | ||
* Proposing new features ✨ | ||
* Submitting some fixes 🔧 | ||
|
||
## Github is your friend 🧠 | ||
|
||
You are welcome to open pull requests. | ||
|
||
* Just fork this repository 🍴 | ||
* If you made some changes, do not forget about adding tests 🧪 | ||
* Lint your code (e.g. I use black) 📄 | ||
|
||
I use GitHub for tracking public bugs. You can open any issue from the website easily. | ||
> But, if you found serious security issues it is better to write through email (check SECURITY.md). | ||
|
||
## Reporting bugs 🐛 | ||
|
||
* Write a specific problem/bug, and some summary ✅ | ||
* Include a sample of the code and a clear screenshot 🖥 | ||
* If you can, try to think about possible 💪 | ||
|
||
**Follow PEP8 rules.** | ||
|
||
<hr> | ||
|
||
Abduaziz Ziyodov, Docker-Dashboard |