This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84a3865
commit 90dc4c9
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
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
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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). |