Skip to content

Commit be8f9bd

Browse files
codebytereCheng Zhao
authored andcommitted
chore: clean up issue templates (electron#17085)
* chore: clean up issue templates * address feedback from review * cleanup
1 parent d9c7735 commit be8f9bd

6 files changed

Lines changed: 32 additions & 31 deletions

File tree

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ about: Create a report to help us improve Electron
44

55
---
66

7-
* **Electron Version** (output of `node_modules/.bin/electron --version`):
8-
* <!-- e.g. 4.0.3 -->
9-
* **Operating System** (Platform and Version):
10-
* <!-- e.g. macOS 10.13.6 / Windows 10 (1803) / Ubuntu 18.04 x64 -->
11-
* **Last known working Electron version** (if applicable):
12-
* <!-- e.g. 3.1.0 -->
7+
* **Electron Version:**
8+
* <!-- (output of `node_modules/.bin/electron --version`) e.g. 4.0.3 -->
9+
* **Operating System:**
10+
* <!-- (Platform and Version) e.g. macOS 10.13.6 / Windows 10 (1803) / Ubuntu 18.04 x64 -->
11+
* **Last Known Working Electron version:**:
12+
* <!-- (if applicable) e.g. 3.1.0 -->
1313

1414
### Expected Behavior
1515
<!-- A clear and concise description of what you expected to happen. -->
1616

17-
### Actual behavior
17+
### Actual Behavior
1818
<!-- A clear and concise description of what actually happened. -->
1919

2020
### To Reproduce

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ about: Suggest an idea for Electron
44

55
---
66

7-
**Is your feature request related to a problem? Please describe.**
8-
A clear and concise description of what the problem is.
7+
### Problem Description
8+
<!-- Is your feature request related to a problem? PLease add a clear and concise description of what the problem is. -->
99

10-
**Describe the solution you'd like**
11-
A clear and concise description of what you want to happen.
10+
### Proposed Solution
11+
<!-- Describe the solution you'd like in a a clear and concise manner -->
1212

13-
**Describe alternatives you've considered**
14-
A clear and concise description of any alternative solutions or features you've considered.
13+
### Alternatives Considered
14+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
1515

16-
**Additional context**
17-
Add any other context or screenshots about the feature request here.
16+
### Additional Information
17+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/mac-app-store-private-api-rejection.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Mac App Store Private API Rejection
3+
about: Your app was rejected from the Mac App Store for using private API's
4+
5+
---
6+
7+
* **Electron Version:**
8+
* <!-- (output of `node_modules/.bin/electron --version`) e.g. 4.0.3 -->
9+
10+
### Rejection Email
11+
<!-- Paste the contents of your rejection email here, censoring any private information such as app names.-->
12+
13+
### Additional Information
14+
<!-- Add any other context about the problem here. -->
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Do not create an issue for security reports, send an email to security@el
44

55
---
66

7-
Do not create an issue for security reports, send an email to:
7+
### Notice
88

9-
security@electronjs.org
9+
**DO NOT** create an issue for security reports.
10+
Send an email to: **security@electronjs.org**.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Contributors guide: https://github.com/electron/electron/blob/master/CONTRIBUTIN
1616
- [ ] PR title follows semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines)
1717
- [ ] [PR release notes](https://github.com/electron/clerk/blob/master/README.md) describe the change in a way relevant to app developers, and are [capitalized, punctuated, and past tense](https://github.com/electron/clerk/blob/master/README.md#examples).
1818

19-
2019
#### Release Notes
2120

2221
Notes: <!-- Please add a one-line description for app developers to read in the release notes, or `no-notes` if no notes relevant to app developers. Examples and help on special cases: https://github.com/electron/clerk/blob/master/README.md#examples -->

0 commit comments

Comments
 (0)