Skip to content

Commit

Permalink
Merge 246b618 into 7fba3c1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jun 28, 2019
2 parents 7fba3c1 + 246b618 commit 35baa77
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
name: Bug report
about: Something isn't working as expected
title: ''
labels: ''
assignees: ''

---

<!-- NOTE:
If you find that markdown files are not rendered as expected, please go to https://marked.js.org/demo/ to see if it can be reproduced there. If it can be reproduced, please file a bug to https://github.com/markedjs/marked.
If you want help on your bug, please also send us the github repository where your hexo code is stored. If it is not on github, please post it on github, it would greatly help.
-->

## Check List

Please check followings before submitting a new issue.

- [ ] I already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting)
- [ ] I already searched existing issues and they are not help to me
- [ ] I examined error or warning messages and it's difficult to solve
- [ ] Node.js is higher than 6.9

## Expected behavior

## Actual behavior

## How to reproduce?

* Step1
* Step2
* etc...

## Environment & Settings

**Node.js & npm version**

```
```

**Your site `_config.yml`** (Optional)

```
```

**Your theme `_config.yml`** (Optional)

```
```

**Hexo and Plugin version(`npm ls --depth 0`)**

```
```

**Your package.json `package.json`**

```
```

## Others

<!-- If you have other information. Please write here. -->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request---improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request / Improvement
about: I have a feature request, suggestion, improvement etc...
title: ''
labels: ''
assignees: ''

---

## Check List

Please check followings before submitting a new feature request.

- [ ] I already read [Docs page](https://hexo.io/docs/)
- [ ] I already searched existing issues

## Feature Request

<!-- Feature Request description -->

## Others

<!-- If you have other information. Please write here. -->
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
name: Other
about: Not a question, feature-request, bug
title: ''
labels: ''
assignees: ''

---

<!-- NOTE:
If you find that markdown files are not rendered as expected, please go to https://marked.js.org/demo/ to see if it can be reproduced there. If it can be reproduced, please file a bug to https://github.com/markedjs/marked.
If you want help on your bug, please also send us the github repository where your hexo code is stored. If it is not on github, please post it on github, it would greatly help.
-->

## Check List

Please check followings before submitting a new issue.

- [ ] I already confirmed other issue template and they are not different my want

## Information

<!-- Question description -->

## Environment & Settings

**Node.js & npm version**

```
```

**Your site `_config.yml`** (Optional)

```
```

**Your theme `_config.yml`** (Optional)

```
```

**Hexo and Plugin version(`npm ls --depth 0`)**

```
```

**Your package.json `package.json`**

```
```

## Others

<!-- If you have other information. Please write here. -->
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/question-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
name: Question/Help
about: I have a question, help for hexo (e.g. Customize)
title: ''
labels: ''
assignees: ''

---

<!-- NOTE:
If you find that markdown files are not rendered as expected, please go to https://marked.js.org/demo/ to see if it can be reproduced there. If it can be reproduced, please file a bug to https://github.com/markedjs/marked.
If you want help on your bug, please also send us the github repository where your hexo code is stored. If it is not on github, please post it on github, it would greatly help.
-->

## Check List

Please check followings before submitting a new issue.

- [ ] I already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting)
- [ ] I already searched existing issues and they are not help to me
- [ ] I examined error or warning messages and it's difficult to solve
- [ ] Node.js is higher than 6.9

## Question

<!-- Question description -->

## Environment & Settings

**Node.js & npm version**

```
```

**Your site `_config.yml`** (Optional)

```
```

**Your theme `_config.yml`** (Optional)

```
```

**Hexo and Plugin version(`npm ls --depth 0`)**

```
```

**Your package.json `package.json`**

```
```

## Others

<!-- If you have other information. Please write here. -->

0 comments on commit 35baa77

Please sign in to comment.