From 2ef685d19ec53aafcddf15f67364a4974a86eaf2 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 23 Jun 2024 22:44:25 +0200 Subject: [PATCH] [infra] Add support donation button (#42499) Signed-off-by: Olivier Tassinari Co-authored-by: Sycamore <71297412+samuelsycamore@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/1.bug.yml | 6 ++++++ .github/ISSUE_TEMPLATE/2.feature.yml | 6 ++++++ .github/ISSUE_TEMPLATE/4.docs-feedback.yml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index f1b828fc6d3db3..c8c7c2d05eb11c 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -59,3 +59,9 @@ body: Output from `npx @mui/envinfo` goes here. ``` + - type: markdown + attributes: + value: | + ## :heart: Love Material UI? + + Consider donating $10 to sustain our open-source work: [https://opencollective.com/mui-org](https://opencollective.com/mui-org). diff --git a/.github/ISSUE_TEMPLATE/2.feature.yml b/.github/ISSUE_TEMPLATE/2.feature.yml index 054d5527f7e13a..444adc3e659eda 100644 --- a/.github/ISSUE_TEMPLATE/2.feature.yml +++ b/.github/ISSUE_TEMPLATE/2.feature.yml @@ -32,3 +32,9 @@ body: attributes: label: Motivation description: What are you trying to accomplish? Providing context helps us come up with a solution that is more useful in the real world. + - type: markdown + attributes: + value: | + ## :heart: Love Material UI? + + Consider donating $10 to sustain our open-source work: [https://opencollective.com/mui-org](https://opencollective.com/mui-org). diff --git a/.github/ISSUE_TEMPLATE/4.docs-feedback.yml b/.github/ISSUE_TEMPLATE/4.docs-feedback.yml index 21f9ae7ba38356..49593ef995cc9c 100644 --- a/.github/ISSUE_TEMPLATE/4.docs-feedback.yml +++ b/.github/ISSUE_TEMPLATE/4.docs-feedback.yml @@ -42,3 +42,9 @@ body: attributes: label: Context description: What are you trying to accomplish? Providing context helps us come up with a solution that is more useful in the real world. + - type: markdown + attributes: + value: | + ## :heart: Love Material UI? + + Consider donating $10 to sustain our open-source work: [https://opencollective.com/mui-org](https://opencollective.com/mui-org).