Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

44 lines (33 loc) · 1.97 KB

First steps

Thank you for getting involved! Before you start, please familiarize yourself with the README.

Please follow our Code of Conduct when interacting with this project.

If you want to support our development:

Edgeless RT is licensed under the MIT License. When contributing, you also need to agree to our Contributor License Agreement.

Development guidelines

As coding guidelines, we use Open Enclave's Development Guide.

Pull request process

Submissions should remain focused in scope and avoid containing unrelated commits. For pull requests, we employ the following workflow:

  1. Fork the repository to your own GitHub account
  2. Create a branch locally with a descriptive name
  3. Commit changes to the branch
  4. Write your code according to our development guidelines
  5. Push changes to your fork
  6. Clean up your commit history
  7. Open a PR in our repository and summarize the changes in the description

Reporting issues and bugs, asking questions

This project uses the GitHub issue tracker. Please check the existing issues before submitting to avoid duplicates.

To report a security issue, contact [email protected].

Your bug report should cover the following points:

  • A quick summary and/or background of the issue
  • Steps to reproduce (be specific, e.g., provide sample code)
  • What you expected would happen
  • What actually happens
  • Further notes:
    • Thoughts on possible causes
    • Tested workarounds or fixes

Major changes and feature requests

You should discuss larger changes and feature requests with the maintainers. Please open an issue describing your plans.