Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 627 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (15 loc) · 627 Bytes

Contribute to the OrangemiumDock project

I found a bug!

You can report the bug at Issues tab. But make sure:

  • It's not already reported
  • You have explained it clearly

I changed something

I added a new feature

  • Explain the feature clearly
  • Do NOT make something that clearly creates an security issue/memory leak/crash.
  • If you took the idea from an issue, or if there was one, you should mention it

I fixed a bug

  • Do NOT make something that clearly creates an security issue/memory leak/crash
  • Explain the original issue clearly

I reformatted the code...

  • It will NOT be accepted (unless I like it)