Skip to content

Commit 4d0888c

Browse files
authored
add donations issue form template (#1947)
1 parent b78ac7f commit 4d0888c

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
name: Make a Donation
2+
description: |
3+
Donate to the OWASP Mobile Security Project using [this page](https://owasp.org/donate/?reponame=www-project-mobile-security-testing-guide&title=OWASP+Mobile+Security+Testing+Guide "Donate to the OWASP MSTG")
4+
and be sure to PUT A CHECK on the line "Publicly list me as a supporter of OWASP Mobile Security Testing Guide"
5+
title: "[Donation]: "
6+
labels: ["org", "donation"]
7+
assignees:
8+
- cpholguera
9+
- sushi2k
10+
body:
11+
- type: input
12+
id: name
13+
attributes:
14+
label: Your Name
15+
validations:
16+
required: true
17+
18+
- type: input
19+
id: company
20+
attributes:
21+
label: Company Name
22+
description: What's the name of your company?
23+
placeholder: ex. Nice Security Ltd.
24+
validations:
25+
required: true
26+
27+
- type: input
28+
id: contact
29+
attributes:
30+
label: E-Mail Address
31+
description: How can we get in touch with you if we need more info?
32+
placeholder: ex. [email protected]
33+
validations:
34+
required: true
35+
36+
- type: input
37+
id: amount
38+
attributes:
39+
label: Donation Amount
40+
description: How much would you like to donate?
41+
placeholder: ex. USD 2000
42+
validations:
43+
required: false
44+
45+
- type: dropdown
46+
id: Donation Package
47+
attributes:
48+
label: Version
49+
description: Which Donator Package would you like to request?
50+
options:
51+
- Standard Donation / No package (Donation < USD 500)
52+
- Good Samaritan (USD 500; 1 year; 1 paperback MSTG)
53+
- Honourable Benefactor (USD 2000 / 8 Available; 2 years; 3 paperback MSTGs)
54+
- God Mode Donator (USD 4000 / 5 Available; 3 years; 5 paperback MSTGs)
55+
validations:
56+
required: true
57+
58+
- type: dropdown
59+
id: MSTG Paperback Copies
60+
attributes:
61+
label: Version
62+
description: Would you like to receive the paperback copie(s) of the MSTG as indicated in your Donation Package?
63+
options:
64+
- No, please save the money for the project and contribute to the envorinment.
65+
- Yes, please send them to me.
66+
validations:
67+
required: true
68+
69+
- type: checkboxes
70+
id: terms
71+
attributes:
72+
label: Code of Conduct and Donation Conditions
73+
description: |
74+
By submitting this request, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
75+
and have read and agree to the [conditions in our Project Page](https://owasp.org/www-project-mobile-security-testing-guide/#div-donate).
76+
> These types of public recognition shall be online no less than one year, or in the case of Project no less than the next major release, whichever is greater.
77+
> Some Donation Packages have a maximum duration, once reached the logos will be removed and the donator will still be listed as supporter on the project website,
78+
> GitHub and in the printed and digital versions. This can be renewed anytime.
79+
options:
80+
- label: I agree to follow this project's Code of Conduct and Donation conditions.
81+
required: true

0 commit comments

Comments
 (0)