Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] name of your bug"
labels: bug
assignees: hanako-eo

---

## Describe the bug
A clear and concise description of what the bug is.

## Code To Reproduce
```js
// Your code
```

## Expected behavior
A clear and concise description of what you expected to happen.

## Screenshot(s)
If applicable, add screenshots to help explain your problem.

## Additional Info (please complete the following information)
- OS: [e.g. Windows]
- Browser [e.g. chrome, safari]
- Yeap Version [e.g. 1.3.0]

## Additional context
Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[PROP] Your proposal"
labels: enhancement
assignees: hanako-eo

---

## Explications
A clear and concise description of the new functionality you wish to see added in Yeap.

## Syntax / Example
```js
// A short exemple of your functionality
```

## Old syntax
```js
// A brief example of the code produced with the latest version of Yeap without your functionality, if it does not exist delete this part
```

## Additional context
Add any other context or screenshots about the feature request here.