-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from Marcono1234/issue-templates
Fix #160: Add GitHub issue templates
- Loading branch information
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '' | ||
|
||
--- | ||
|
||
|