core: add security report issue template (#14010)

Basically tell people not to raise an issue but to send an email to our security email address.  This hasn't happened yet but we should do everything we can to send people in the right direction 😄
This commit is contained in:
Samuel Attard 2018-08-10 15:30:24 +10:00 committed by GitHub
parent 7c7543cb39
commit 637280e060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 49 deletions

View file

@ -1,32 +1,32 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve Electron about: Create a report to help us improve Electron
--- ---
* Electron Version: * Electron Version:
* Operating System (Platform and Version): * Operating System (Platform and Version):
* Last known working Electron version: * Last known working Electron version:
**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**
Your best chance of getting this bug looked at quickly is to provide a REPOSITORY that can be cloned and run. Your best chance of getting this bug looked at quickly is to provide a REPOSITORY that can be cloned and run.
You can fork [electron-quick-start](https://github.com/electron/electron-quick-start) and include a link to the branch with your changes. You can fork [electron-quick-start](https://github.com/electron/electron-quick-start) and include a link to the branch with your changes.
If you provide a URL, please list the commands required to clone/setup/run your repo e.g. If you provide a URL, please list the commands required to clone/setup/run your repo e.g.
```sh ```sh
$ git clone $YOUR_URL -b $BRANCH $ git clone $YOUR_URL -b $BRANCH
$ npm install $ npm install
$ npm start || electron . $ npm start || electron .
``` ```
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Additional Information** **Additional Information**
Add any other context about the problem here. Add any other context about the problem here.

View file

@ -1,17 +1,17 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for Electron about: Suggest an idea for Electron
--- ---
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. A clear and concise description of what the problem is.
**Describe the solution you'd like** **Describe the solution you'd like**
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.
**Describe alternatives you've considered** **Describe alternatives you've 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 context**
Add any other context or screenshots about the feature request here. Add any other context or screenshots about the feature request here.

View file

@ -0,0 +1,9 @@
---
name: Security report
about: Do not create an issue for security reports, send an email to security@electronjs.org
---
Do not create an issue for security reports, send an email to:
security@electronjs.org