/CONTRIBUTING.md

https://github.com/microsoft/MCW-Line-of-business-application-migration · Markdown · 83 lines · 46 code · 37 blank · 0 comment · 0 complexity · bbf6081ed57821e6e69ceddce8cb4665 MD5 · raw file

  1. # Contributing to a Microsoft Cloud Workshop
  2. Welcome, and thank you for your interest in contributing to our Microsoft Cloud Workshop!
  3. There are many ways that you can contribute, beyond writing or coding. The goal of this document is to provide a high-level overview of how you can get involved.
  4. ## Contributing
  5. This project welcomes contributions and suggestions. Most contributions require you to agree to a
  6. Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
  7. the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
  8. When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
  9. a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
  10. provided by the bot. You will only need to do this once across all repos using our CLA.
  11. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
  12. For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
  13. contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
  14. ## Asking Questions
  15. Have a question? Open an issue using the question template and the `question` label.
  16. The active community will be eager to assist you. Your well-worded question will serve as a resource to others searching for help.
  17. ## Providing Feedback
  18. Your comments and feedback are welcome, and the project team is available via handful of different channels.
  19. ## Reporting Issues
  20. Have you identified a reproducible problem in a workshop? Have a feature request? We want to hear about it! Here's how you can make reporting your issue as effective as possible.
  21. ### Identify Where to Report
  22. The MSW project is distributed across multiple repositories. Try to file the issue against the correct workshop. Check the list of [Related Projects](https://github.com/Microsoft/MSW/wiki/Related-Projects) if you aren't sure which repo is correct.
  23. ### Look For an Existing Issue
  24. Before you create a new issue, please do a search in [open issues](https://github.com/Microsoft/MSW/issues) to see if the issue or feature request has already been filed.
  25. Be sure to scan through the [most popular](https://github.com/Microsoft/MSW/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) feature requests.
  26. If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Use a reaction in place of a "+1" comment:
  27. * 👍 - upvote
  28. * 👎 - downvote
  29. If you cannot find an existing issue that describes your bug or feature, create a new issue using the guidelines below.
  30. ### Writing Good Bug Reports and Feature Requests
  31. File a single issue per problem and feature request. Do not enumerate multiple bugs or feature requests in the same issue.
  32. Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes.
  33. The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Please use the template for each issue.
  34. ### Final Checklist
  35. Please remember to do the following:
  36. * [ ] Search the issue repository to ensure your report is a new issue
  37. * [ ] Recreate the issue after disabling all extensions
  38. * [ ] Simplify your code around the issue to better isolate the problem
  39. Don't feel bad if the developers can't reproduce the issue right away. They will simply ask for more information!
  40. ### Follow Your Issue
  41. Once submitted, your report will go into the [issue tracking](https://github.com/Microsoft/vscode/wiki/Issue-Tracking) work flow. Be sure to understand what will happen next, so you know what to expect, and how to continue to assist throughout the process.
  42. ## Contributing Fixes
  43. If you are interested in writing code to fix issues,
  44. please see [How to Contribute](https://github.com/Microsoft/MSW/wiki/How-to-Contribute) in the wiki.
  45. # Thank You
  46. Your contributions to open source, large or small, make great projects like this possible. Thank you for taking the time to contribute.