From 72fc0fc61da747c6eb87971edf50de136731ba8b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 6 Jan 2024 19:22:06 +0100 Subject: [PATCH 1/3] Update readme. --- readme.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index ccd1cf2..6913840 100644 --- a/readme.md +++ b/readme.md @@ -129,22 +129,25 @@ No. Use at your own risk. This script can show you how powerful the API can be. This script requires Firefly III v5.4.0-alpha.1 minimum. -## Need help? -If you need support using Firefly III or the associated tools, come find us! +## Do you need help, or do you want to get in touch? -- [GitHub Discussions for questions and support](https://github.com/firefly-iii/firefly-iii/discussions/) -- [Gitter.im for a good chat and a quick answer](https://gitter.im/firefly-iii/firefly-iii) -- [GitHub Issues for bugs and issues](https://github.com/firefly-iii/firefly-iii/issues) -- [Follow me around for news and updates on Mastodon](https://fosstodon.org/@ff3) +Do you want to contact me? You can email me at [james@firefly-iii.org](mailto:james@firefly-iii.org) or get in touch through one of the following support channels: + +- [GitHub Discussions](https://github.com/firefly-iii/firefly-iii/discussions/) for questions and support +- [Gitter.im](https://gitter.im/firefly-iii/firefly-iii) for a good chat and a quick answer +- [GitHub Issues](https://github.com/firefly-iii/firefly-iii/issues) for bugs and issues +- Mastodon for news and updates -## Donate -If you feel Firefly III made your life better, consider contributing as a sponsor. Please check out my [Patreon](https://www.patreon.com/jc5) and [GitHub Sponsors](https://github.com/sponsors/JC5) page for more information. Thank you for considering. +## Support the development of Firefly III +If you like Firefly III and if it helps you save lots of money, why not send me a dime for every dollar saved! 🥳 - +OK that was a joke. If you feel Firefly III made your life better, please consider contributing as a sponsor. Please check out my [Patreon](https://www.patreon.com/jc5) and [GitHub Sponsors](https://github.com/sponsors/JC5) page for more information. You can also [buy me a ☕️ coffee at ko-fi.com](https://ko-fi.com/Q5Q5R4SH1). Thank you for your consideration. + + From f86ae466c1b82e67fe991f6741269d32cfdb051f Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 18 Mar 2024 06:35:26 +0100 Subject: [PATCH 2/3] Code owners and funding --- .github/CODEOWNERS | 2 ++ .github/funding.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4d95c00 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# code owners for this Firefly III related repository +* @JC5 @SDx3 \ No newline at end of file diff --git a/.github/funding.yml b/.github/funding.yml index a539152..ea04669 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1,4 +1,6 @@ -# These are supported funding model platforms +# Firefly III sponsor options github: jc5 patreon: JC5 +ko_fi: jamesc5 +liberapay: JC5 From 146e58d1330f5ef409a69e768f16b7df3745e654 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 18 Apr 2024 06:00:47 +0200 Subject: [PATCH 3/3] Update template --- .github/pull_request_template.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9e2987e..90c36ef 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,19 +1,24 @@ - -Fixes issue # (if relevant) + +This PR fixes issue # (if relevant). Changes in this pull request: -- -- -- +- +- +- @JC5