Skip to content

Commit

Permalink
Merge branch 'main' into add_faq
Browse files Browse the repository at this point in the history
  • Loading branch information
Omokiti authored Jul 21, 2023
2 parents 4139361 + ec8d550 commit 5abd070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/actions/actionResponses.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ async function learn_something_else(say) {
return await say(
`You clicked *Learn About Something Else*\n
We encourage you to read through our Community Handbook: https://handbook.chaoss.community/, and if you still can't find what you're looking for, feel free to ask your question in our #newcomers slack channel.`

);
}

async function faqs(say) {
return await say(
`You clicked *FAQs*\n
We encourage you to read through our Frequently Asked Questions: https://handbook.chaoss.community/community-handbook/about/general-faq, and if you still can't find what you're looking for, feel free to ask your question in our #newcomers slack channel.`

);
}

Expand Down

0 comments on commit 5abd070

Please sign in to comment.