Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.6 KB

CONTRIBUTING.md

File metadata and controls

59 lines (43 loc) · 2.6 KB

Contributing

This project welcomes contributions and suggestions.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

How to contribute

  • File or vote up issues
  • Improve documentation
  • Fix bugs or add features

Intro to Git and GitHub

When contributing to documentation or code changes, you'll need to have a GitHub account and a basic understanding of Git. Check out the links below to get started.

Contributing to issues

  • Check if the issue you are going to file already exists in our GitHub issues.
  • If you do not see your problem captured, please file a new issue and follow the provided template.
  • If the an open issue exists for the problem you are experiencing, vote up the issue or add a comment.

Contributing to code

  • Before writing a fix or feature enhancement, ensure that an issue is logged.
  • Be prepared to discuss a feature and take feedback.
  • Include (unit) tests and updates documentation to complement the change.

When you are ready to contribute a fix or feature:

  • Start by forking the logicappdocs repo.
  • Create a new branch from main in your fork.
  • Add commits in your branch.
  • Create a pull request to merge changes into the logicappdocs main branch.
    • If you are ready for your changes to be reviewed create a pull request.
    • If you are not ready for your changes to be reviewed, create a draft pull request.