From 5c43a507c6c7f74bbf3340ecf85b2e4f7761978a Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 4 Aug 2024 11:06:24 -0700 Subject: [PATCH] ci: update --- .github/FUNDING.yml | 10 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 50 ++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..3f50c73 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,10 @@ +custom: ["https://buymeacoffee.com/aetherinox"] +github: # [repo-name, aetherinox] +patreon: # Replace with a single Patreon username +open_collective: # name +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d94586a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,50 @@ + + +# Pull Request +Select which topic best describes your contribution: + +- [ ] Feature +- [ ] Bug +- [ ] Documentation / Wiki + +--- + + +
+ + + +### Description +Explain here what your pull request includes and what you've done + + + +
+ +--- + +
+ + +### Before You Submit +Please ensure you check the following items to indicate that you've read this section and completed each task + +- [ ] My code follows the [Contribution Guidelines](https://github.com/Aetherinox/ntfy-desktop/blob/main/CONTRIBUTING.md) +- [ ] I give expressed consent for my work to be used in this repo +- [ ] I have tested my work and it functions as intended +- [ ] I have included documentation if the change requires such