Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #75 from raml-org/add_issue_template
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
postatum committed Mar 18, 2020
2 parents 6b8ee0c + d1837ac commit 93d91af
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Library version used**
E.g. "0.4.0"

**Language library used with**
Java, JavaScript, etc.

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

**Code that causes a bug**
Should be wrapped in code blocks when possible.

**Input**
Input which causes a bug. Should be wrapped in code blocks when possible.

**Actual behaviour/output/error**
Describe an actual behaviour/output/error produced when running the code with the input. Should be wrapped in code blocks when possible.

**Expected behaviour/output**
Describe expected behaviour/output when running the code with the input. Should be wrapped in code blocks when possible.

**Additional context**
Mode details which don't seem to belong to other sections.

0 comments on commit 93d91af

Please sign in to comment.