Skip to content

Commit 4f8d31a

Browse files
authored
Update open-source-release-form.yml
1 parent 4c662aa commit 4f8d31a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release template/ISSUE_TEMPLATE/open-source-release-form.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: markdown
99
attributes:
1010
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).
1212
1313
🛑 You do not need to fill out this open source release issue if:
1414
* The project is considered a product release that is not open source-related
@@ -21,28 +21,28 @@ body:
2121
- type: dropdown
2222
attributes:
2323
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
2525
options:
2626
- Yes, all created by my team
2727
- No, created by other teams
2828
- type: dropdown
2929
attributes:
3030
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
3232
options:
3333
- Yes, telemetry
3434
- No.
3535
- type: dropdown
3636
attributes:
3737
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
3939
options:
4040
- Yes, implements cryptography
4141
- No.
4242
- type: dropdown
4343
attributes:
4444
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
4646
options:
4747
- MIT License
4848
- Other
@@ -60,7 +60,7 @@ body:
6060
- type: textarea
6161
attributes:
6262
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?
6464
value: |
6565
...
6666
- type: input

0 commit comments

Comments
 (0)