Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 715 Bytes

File metadata and controls

20 lines (14 loc) · 715 Bytes

How to contribute to DSS(Doctor Stephen Strange? Distributed Server System)

Find a bug?

  • Please check if already reported in github issue.
  • If not reported yet, open the bug issue with the bug issue template.
  • If the bug you reported is duplicated, then will close the issue and link to the on processing one.

Write a patch?

  • Report a bug / feature to github issue or find a bug / feature reported on github issue
  • Fork the repository and patch it
  • Make a pull request
  • Assign it to reviewers and wait for the review
  • If pass the review and ci then merge the pull request

Have questions bout code?