Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 1.66 KB

How to contribute to Azure TRE

First of all thank you. Azure TRE is a collective effort to make it easier to create and manage trusted research environment.

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.
  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
  • Before submitting, please double check on the current coding conventions used.

Do you intend to add a new feature or change an existing one?

  • Open a new feature issue so we can first discuss the changes there. After the discussion you may send a PR with relevant changes. Do not send a PR without discussion on an issue.

Do you want to contribute to Azure TRE?

  • Great, please create an issue were the community can discuss the change. Then fork the repository, make your change and then create a PR. Make sure the solution is tested and provide steps on how to test the change in the PR.

Thanks! ❤️ ❤️ ❤️