Skip to content

Commit

Permalink
Merge pull request #165 from Marcono1234/issue-templates
Browse files Browse the repository at this point in the history
Fix  #160: Add GitHub issue templates
  • Loading branch information
leibnitz27 authored May 13, 2020
2 parents f34d683 + d85839c commit 329eadc
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Report a bug with CFR.
title: ''
labels: bug
assignees: ''

---

# CFR version
<!-- Specify the CFR version you are using, example: "CFR 0.150-SNAPSHOT (64ce6e4)" -->
<!-- This information can be obtained by running `java -jar cfr.jar` -->


# Compiler
<!-- Specify the compiler and the version you are using -->
<!-- For `javac` paste the output of `javac -version` -->


# Description
<!-- Describe the bug, include expected vs. actual behavior if necessary -->


# Example
<!-- Provide source code to compile or attach `.class` files or `.jar`s (append the extension `.txt` or similar to make GitHub allow the upload) -->
<!-- IMPORTANT: Only provide code or class files which you are legally allowed to share 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 a feature for CFR.
title: ''
labels: enhancement
assignees: ''

---

<!-- Please have a look at `contributing.md`, to see which features will not be added -->
# Problem solved by this feature
<!-- Describe the problem the feature you are requesting tries to solve -->


# Feature description
<!-- Describe the feature -->


# Considerations
<!-- If applicable: Describe things which have to be considered when adding this feature -->


# Alternatives
<!-- Describe alternatives (if you can think of any) -->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: Ask a question about CFR, its usage, development, ...
title: ''
labels: question
assignees: ''

---


0 comments on commit 329eadc

Please sign in to comment.