Skip to content

Commit

Permalink
Add new better issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkeAras committed Jul 1, 2020
1 parent 6296bf8 commit 3cf493f
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: 🐜 Bug report
about: If something is not working as excepted
title: 'BUG: '
---

## WARNING
READ and FOLLOW next 3 steps, then REMOVE them before posting the issue

1. Follow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.md
2. Do a quick SEARCH first, to see if someone else didn't open the same issue
3. All relative statements/questions have to be filled/answered, otherwise, the issue might be CLOSED
4. JSFiddle Starter template https://jsfiddle.net/szLp8h4n
5. CodeSandbox Starter template https://codesandbox.io/s/1r0w2pk1vl

**Version:**

*You can get the version by typing `grapesjs.version` into the console*

**Are you able to reproduce the bug from the demo?**

[ ] Yes
[ ] No

**What is the expected behavior?**

*Describe the bug **detailed***

**What is the current behavior?**

*Descripe the bug **detailed***

**Are you able to attach screenshots, screencasts or a live demo?**

[ ] Yes (attach)
[ ] No
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 🚀 Feature request
about: If you have a feature request
title: 'FEAT: '
---

## WARNING
READ and FOLLOW next 3 steps, then REMOVE them before posting the issue

1. Follow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.md
2. Do a quick SEARCH first, to see if someone else didn't open the same issue
3. All relative statements/questions have to be filled/answered, otherwise, the issue might be CLOSED
4. JSFiddle Starter template https://jsfiddle.net/szLp8h4n
5. CodeSandbox Starter template https://codesandbox.io/s/1r0w2pk1vl

**What are you trying to add to GrapesJS?**

*Describe your feature request **detailed***

**Is there an alternative at the latest version?**
[ ] Yes (descripe the alternative)
[ ] No

**Is this related to an issue?**
[ ] Yes (Give a link to the issue)
[ ] No
1 change: 1 addition & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 3cf493f

Please sign in to comment.