WasmEdge / docs

https://wasmedge.org/docs/
Apache License 2.0
17 stars 57 forks source link

Add more content about DCO #233

Closed alabulei1 closed 3 months ago

alabulei1 commented 3 months ago

Explanation

Add more content about DCO so that the contributor can understand more.

alabulei1 commented 3 months ago

Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR.


Commit 51c2e127481fc47112c083593a7c9896cff8bfd9

Key Changes:

  1. The title "Contributing Steps" in the document has been changed to "Code Contribution Steps".
  2. Additional content about the Developer Certificate of Origin (DCO) has been added, explaining its importance in open-source projects and providing instructions on how to sign off on commits.
  3. Instructions on how to sign-off using git commands and the required format for the sign-off message have been included.

Potential Problems:

  1. The new content about DCO should ideally include a reference or link to the actual DCO document or guidelines for more detailed information.
  2. The explanation about licensing and DCO could be expanded further to provide more context, especially for contributors who may not be familiar with these concepts.
  3. It would be beneficial to clarify the consequences of not signing off on commits, such as how it could impact the acceptance of contributions in the project.
  4. The code examples provided for signing off commits could be enhanced with additional explanations for users who may be new to these commands.
alabulei1 commented 3 months ago

Closing this one. #234 will solve this problem