Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.77 KB

Contributing Guidance

If you'd like to contribute to this repository, please read the following guidelines. We want to make sure that everyone gets the most out of their efforts.

Code of Conduct

This project has adopted the Contributor Covenant Code of Conduct. For more information, see the Contributor Covenant.

Question or Problem?

Please use proper issues for bug reports, documentation fix, feature requests and general feedback. This way we can more easily track actual bugs from the code and help get things fixed.

If you have general questions about Power Apps, Azure Logic Apps, Microsoft identity platform, Microsoft Graph, Microsoft Teams and more, feel also free to use following channels for having an open discussion with the community and engineering.

Typos, Issues, Bugs and contributions

Please follow these recommendations.

  • Always fork repository to your own account for applying modifications
  • Do not combine multiple changes to one PR
  • If you are submitting typo or documentation fix, you can combine modifications to single PR where suitable

Submitting changes as pull requests

Here's a high level process for PR's:

  1. Fork the main repository to your GitHub account
  2. Include your changes to your branch
  3. Commit your changes using descriptive commit message
  4. Create a pull request in your own fork and target 'main' branch
  5. Fill up the provided PR template with the requested details

note. Delete the feature specific branch only AFTER your PR has been processed.