You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release template/ISSUE_TEMPLATE/open-source-release-form.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ body:
8
8
- type: markdown
9
9
attributes:
10
10
value: |
11
-
Thanks for taking the time to fill out this open source release form! Please answer all questions in this form to the best of your ability. Questions? Ping us `here`. Read the full open source release policy and releasing documentation.
11
+
Thanks for taking the time to fill out this open source release form! Please answer all questions in this form to the best of your ability. Questions? Ping us [here](xxx). Read the full [open source release policy](xxx) and [releasing documentation](xxx).
12
12
13
13
🛑 You do not need to fill out this open source release issue if:
14
14
* The project is considered a product release that is not open source-related
@@ -21,28 +21,28 @@ body:
21
21
- type: dropdown
22
22
attributes:
23
23
label: Code and Assets
24
-
description: Did your team write all the code and create all of the assets you are releasing (images, fonts, documentation, machine learning models, etc.)? If 3rd party code or code from another GitHub team is embedded in your release, you should answer No. If you are using a package manager to install dependencies ignored by version control, you can answer Yes. For licensing questions discuss with `github/legal` and add link to that issue in this issue
24
+
description: Did your team write all the code and create all of the assets you are releasing (images, fonts, documentation, machine learning models, etc.)? For licensing questions discuss with `github/legal` and add link to that issue in this issue
25
25
options:
26
26
- Yes, all created by my team
27
27
- No, created by other teams
28
28
- type: dropdown
29
29
attributes:
30
30
label: Data
31
-
description: Does this project send any data or telemetry back to GitHub? If yes, open an issue in `github/privacy` and link to that issue in this issue
31
+
description: Does this project send any data or telemetry back to GitHub? If yes, open an issue in `[repo](xxx)` and link to that issue in this issue
32
32
options:
33
33
- Yes, telemetry
34
34
- No.
35
35
- type: dropdown
36
36
attributes:
37
37
label: Cryptography
38
-
description: Does the project implement cryptography? If yes, open an issue in `github/oss-legal-review` and link to that issue in this issue
38
+
description: Does the project implement cryptography? If yes, open an issue in `[repo](xxx) and link to that issue in this issue
39
39
options:
40
40
- Yes, implements cryptography
41
41
- No.
42
42
- type: dropdown
43
43
attributes:
44
44
label: Project License
45
-
description: What license will you be releasing with? MIT is GitHub's preferred open source license unless a specific community requires a different license. If not MIT, open an issue in `legal` and link to that issue in this issue
45
+
description: What license will you be releasing with? MIT is GitHub's preferred open source license unless a specific community requires a different license. If not MIT, open an issue in [repo](xxx) and link to that issue in this issue
46
46
options:
47
47
- MIT License
48
48
- Other
@@ -60,7 +60,7 @@ body:
60
60
- type: textarea
61
61
attributes:
62
62
label: Business implications
63
-
description: Does the project overlap with existing projects or paid products in GitHub or Microsoft's portfolio? If so, what distinguishes it from them, to avoid a situation where we're competing with ourselves?
63
+
description: Does the project overlap with existing projects or paid products in GitHub portfolio?
0 commit comments