discourse
https://github.com/discourse/discourse
Ruby
A platform for community discussion. Free, open, simple.
DiscourseChatIntegration::Provider::PowerAutomateProvider.get_channel_by_name
No Docs, write some!
Edit
git clone [email protected]:discourse/discourse.git
cd discourse
open plugins/discourse-chat-integration/lib/discourse_chat_integration/provider/powerautomate/powerautomate_provider.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-DiscourseChatIntegration--Provider--PowerAutomateProvider-get_channel_by_name-for-pr
# Commit to gitgit add plugins/discourse-chat-integration/lib/discourse_chat_integration/provider/powerautomate/powerautomate_provider.rbgit commit -m "better docs for DiscourseChatIntegration::Provider::PowerAutomateProvider.get_channel_by_name"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-DiscourseChatIntegration--Provider--PowerAutomateProvider-get_channel_by_name-for-pr
hub pull-request
# Celebrate!