➕ Add issue templates
This commit is contained in:
parent
b058d0160c
commit
1012308fba
2 changed files with 38 additions and 0 deletions
19
.github/ISSUE_TEMPLATE/mistakes-errors.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/mistakes-errors.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
name: Mistakes/Errors
|
||||||
|
about: Misspellings, Broken links, Missing or Misleading Information
|
||||||
|
title: ''
|
||||||
|
labels: bug, documentation, invalid
|
||||||
|
assignees: Rajaniraiyn
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the Error*
|
||||||
|
A clear and concise description of what the mistake or error is.
|
||||||
|
|
||||||
|
**Location**
|
||||||
|
File Name: `README.md`
|
||||||
|
Title: title of the content
|
||||||
|
Error: brief description of mistake
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
19
.github/ISSUE_TEMPLATE/new-browser.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/new-browser.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
name: New Browser
|
||||||
|
about: 'Add new Entity '
|
||||||
|
title: ''
|
||||||
|
labels: documentation, enhancement
|
||||||
|
assignees: Rajaniraiyn
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Browser***: name of the browser
|
||||||
|
**Description**: brief description of the browser
|
||||||
|
**Features**:
|
||||||
|
- feature 1
|
||||||
|
- feature 2
|
||||||
|
|
||||||
|
**Homepage**: URL of the home page of the browser
|
||||||
|
**Icon**: URL of the icon
|
||||||
|
|
||||||
|
**Additional Info**: anything else
|
Loading…
Reference in a new issue