chore: clean up issue templates (#17085)

* chore: clean up issue templates

* address feedback from review

* cleanup
This commit is contained in:
Shelley Vohr 2019-02-26 08:51:29 +00:00 committed by Cheng Zhao
parent d9c7735a04
commit be8f9bd597
6 changed files with 32 additions and 31 deletions

View file

@ -4,17 +4,17 @@ about: Create a report to help us improve Electron
--- ---
* **Electron Version** (output of `node_modules/.bin/electron --version`): * **Electron Version:**
* <!-- e.g. 4.0.3 --> * <!-- (output of `node_modules/.bin/electron --version`) e.g. 4.0.3 -->
* **Operating System** (Platform and Version): * **Operating System:**
* <!-- e.g. macOS 10.13.6 / Windows 10 (1803) / Ubuntu 18.04 x64 --> * <!-- (Platform and Version) e.g. macOS 10.13.6 / Windows 10 (1803) / Ubuntu 18.04 x64 -->
* **Last known working Electron version** (if applicable): * **Last Known Working Electron version:**:
* <!-- e.g. 3.1.0 --> * <!-- (if applicable) e.g. 3.1.0 -->
### Expected Behavior ### Expected Behavior
<!-- A clear and concise description of what you expected to happen. --> <!-- A clear and concise description of what you expected to happen. -->
### Actual behavior ### Actual Behavior
<!-- A clear and concise description of what actually happened. --> <!-- A clear and concise description of what actually happened. -->
### To Reproduce ### To Reproduce

View file

@ -4,14 +4,14 @@ about: Suggest an idea for Electron
--- ---
**Is your feature request related to a problem? Please describe.** ### Problem Description
A clear and concise description of what the problem is. <!-- Is your feature request related to a problem? PLease add a clear and concise description of what the problem is. -->
**Describe the solution you'd like** ### Proposed Solution
A clear and concise description of what you want to happen. <!-- Describe the solution you'd like in a a clear and concise manner -->
**Describe alternatives you've considered** ### Alternatives Considered
A clear and concise description of any alternative solutions or features you've considered. <!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context** ### Additional Information
Add any other context or screenshots about the feature request here. <!-- Add any other context about the problem here. -->

View file

@ -1,13 +0,0 @@
---
name: Mac App Store Private API Rejection
about: Your app was rejected from the Mac App Store for using private API's
---
* Electron Version:
**Rejection Email**
Paste the contents of your rejection email here, censoring any private information such as app names.
**Additional Information**
Add any other context about the problem here.

View file

@ -0,0 +1,14 @@
---
name: Mac App Store Private API Rejection
about: Your app was rejected from the Mac App Store for using private API's
---
* **Electron Version:**
* <!-- (output of `node_modules/.bin/electron --version`) e.g. 4.0.3 -->
### Rejection Email
<!-- Paste the contents of your rejection email here, censoring any private information such as app names.-->
### Additional Information
<!-- Add any other context about the problem here. -->

View file

@ -4,6 +4,7 @@ about: Do not create an issue for security reports, send an email to security@el
--- ---
Do not create an issue for security reports, send an email to: ### Notice
security@electronjs.org **DO NOT** create an issue for security reports.
Send an email to: **security@electronjs.org**.

View file

@ -16,7 +16,6 @@ Contributors guide: https://github.com/electron/electron/blob/master/CONTRIBUTIN
- [ ] PR title follows semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines) - [ ] PR title follows semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines)
- [ ] [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). - [ ] [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).
#### Release Notes #### Release Notes
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 --> 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 -->