From 0ab788130bf1fd7a5f5ebcf13bb9b93aa5d9ee4a Mon Sep 17 00:00:00 2001 From: headlessdev Date: Mon, 28 Apr 2025 15:55:20 +0200 Subject: [PATCH] Add Contributing & Funding --- .github/CONTRIBUTING.md | 8 ++++++++ .github/FUNDING.yml | 1 + 2 files changed, 9 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/FUNDING.yml diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..0df7837 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# How to Contribute + +1. Fork the repository +2. Create a new branch +3. Make your changes +4. Submit a pull request + +Please make sure your code passes all tests and follows the style guide. \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..f86357b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +buy_me_a_coffee: corecontrol \ No newline at end of file