Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Add GitHub assets
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jan 7, 2022
1 parent 84a3865 commit 90dc4c9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These are supported funding model platforms

github: flexiondotorg
patreon: wimpysworld
custom: https://wimpysworld.io/tip
Binary file added .github/ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: πŸ‘‹ Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello there πŸ‘‹
Thanks for submitting your first issue to the OBS Studio Fully Loaded project πŸ› We'll try and take a look at your issue soon ⏲
In the meantime you might want to join the [Wimpy's World Discord](https://wimpysworld.io/discord) πŸ—£ where we have a large community of Linux 🐧 enthusiasts and passionate open source developers πŸ§‘β€πŸ’» and a support channel for this project.
You might also be interested in following [Wimpy's World Twitch πŸ“‘ channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code videos, including this project, several times a week. A back catalog of past live streams and other Linux 🐧 and Raspberry Pi πŸ₯§ related content is available on [Wimpy's World YouTube πŸ“Ί channel](https://youtube.com/WimpysWorld).
pr-message: |
Hello there πŸ‘‹
Thanks for submitting your first pull request to the OBS Studio Fully Loaded project πŸ’ͺ We'll try to review your pull request soon ⏲
In the meantime you might want to join the [Wimpy's World Discord](https://wimpysworld.io/discord) πŸ—£ where we have a large community of Linux 🐧 enthusiasts and passionate open source developers πŸ§‘β€πŸ’» and a support channel for this project.
You might also be interested in following [Wimpy's World Twitch πŸ“‘ channel](https://twitch.tv/WimpysWorld) where Wimpy streams let's code videos, including this project, several times a week. A back catalog of past live streams and other Linux 🐧 and Raspberry Pi πŸ₯§ related content is available on [Wimpy's World YouTube πŸ“Ί channel](https://youtube.com/WimpysWorld).

0 comments on commit 90dc4c9

Please sign in to comment.