BOOK DISC #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
issues: | |
types: [ opened ] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: '<h3>It''s great having you contribute to this project</h3> Welcome to the community :nerd_face:, we will carefully review your project idea and get back to you.' | |
footer: 'If you would like to follow our community''s work you should join us on our <a href="https://t.me/joinchat/UpKZh_KXTaTx7JD7">Telegram</a> chat group and <a href="https://t.me/osscameroonchannel">Channel</a>, we help and encourage each other to contribute to open source.<br/>You can also support us financially <a href="https://opencollective.com/osscameroon/donate">here</a> to help us build Cameroon one open source at a time.' |