Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.19 KB

pluscloud open

pluscloud open is an open-source cloud service by plusserver.

Contributions

Hi 👋,

We encourage and appreciate your contributions to our public repositories! Whether you're addressing a typo, updating existing guides, or creating new ones, your contributions help us enhance our code and documentation for the benefit of the community.

Thank you for your contributions to our public repositories! 🚀

Developer Certificate of Origin (DCO) Sign Off

⚠️ Important: All contributions must follow our Developer Certificate of Origin (DCO) sign off process, which means that you must include a DCO Sign Off in every commit message. You can do this by adding the --signoff flag to your git commit command:

# Sign off a commit as you're making it
git commit --signoff -m "Update README.md"

# Add a signoff to the last commit you made
git commit --amend --signoff

# Rebase your branch against master and sign off every commit in your branch
git rebase --signoff master

Please note that PRs without DCO Sign Off will not be accepted.