Skip to content

Commit

Permalink
new issue templates (filebrowser#477)
Browse files Browse the repository at this point in the history
Former-commit-id: a28d3ceeb4a70ec5c59c7ad159952c4d453c8bca [formerly 1bcbffccb6aa9ccadf8ea43a7ffe4eb14cd7ec2b] [formerly 1d27bddbcf066bf32160c9b422bd927802ae8daa [formerly fb1dbb4]]
Former-commit-id: 5fca1e72ba88f574059c4cf6ce92a13eac1919ed [formerly 3b928a4ec672b17f72ecfbc71bd7764e7cf7a31c]
Former-commit-id: 613be772339dcf2e4d422d5ddd361b66c95e7b2c
  • Loading branch information
1138-4EB authored and hacdias committed Jul 29, 2018
1 parent af095a7 commit 7445d73
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
---

**Description**
A clear and concise description of what the issue is about. What are you trying to do?

**Expected behaviour**
What did you expect to happen?

**What is happening instead?**
Please, give full error messages and/or log.

**Additional context**
Add any other context about the problem here. If applicable, add screenshots to help explain your problem.

**How to reproduce?**
Tell us how to reproduce this issue. How can someone who is starting from scratch reproduce this behaviour as minimally as possible?

**Files**
A list of relevant files for this issue. Large files can be uploaded one-by-one or in a tarball/zipfile.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/caddy_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Caddy related bug report
about: Create a report to help us improve
---

**Are you asking for help with using Caddy or File Browser?**
Please use our forum instead: https://forum.caddyserver.com.

**When did you download File Browser from caddyserver.com?**

**What is your entire Caddyfile?**

```text
(Put Caddyfile here)
```

**Description**
A clear and concise description of what the issue is about. What are you trying to do?

**Expected behaviour**
What did you expect to happen?

**What is happening instead?**
Please, give full error messages and/or log.

**Additional context**
Add any other context about the problem here. If applicable, add screenshots to help explain your problem.

**How to reproduce?**
Tell us how to reproduce this issue. How can someone who is starting from scratch reproduce this behaviour as minimally as possible?

**Files**
A list of relevant files for this issue. Large files can be uploaded one-by-one or in a tarball/zipfile.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
---

**Is your feature request related to a problem? Please describe.**
Add a clear and concise description of what the problem is. E.g. *I'm always frustrated when [...]*

**Describe the solution you'd like**
Add a clear and concise description of what you want to happen.

**Describe alternatives you've considered**
Add a clear and concise description of any alternative solutions or features you've considered.

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

0 comments on commit 7445d73

Please sign in to comment.