Skip to content

Commit

Permalink
Merge branch 'master' into improve-websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
AbduazizZiyodov authored May 14, 2023
2 parents 906f7cb + 0814c53 commit 06f9e55
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CONTRIBUTING.md
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

0 comments on commit 06f9e55

Please sign in to comment.