-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
083f0cc
commit 9f92137
Showing
4 changed files
with
116 additions
and
30 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,93 @@ | ||
name: ❔ Ask Question | ||
description: Ask a question about how to use something, or to understand why something isn't working as you expect it to. | ||
labels: ["type: question"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
❤️ Thank you for contributing to the using of Tai-e. | ||
**❗ Please note:** | ||
To expedite our response to your report and ensure it receives appropriate priority, please **include a reproducible test case** or script if possible ([see an example of how to write a reproducible case](https://github.com/pascal-lab/Tai-e/compare/how-to-write-a-reproducible-case)). | ||
- type: textarea | ||
id: overall-description | ||
attributes: | ||
label: Overall Description | ||
description: Give a concise overview of the issue. | ||
placeholder: "Brief overview of the issue" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: current-behavior | ||
attributes: | ||
label: Current Behavior | ||
description: Describe what is actually happening. | ||
placeholder: "What is actually happening" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: Describe what you expected to happen. | ||
placeholder: "What you expected to happen" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: tai-e-version | ||
attributes: | ||
label: Tai-e Version | ||
description: Specify the version or commit-hash of Tai-e you're using. | ||
placeholder: "Tai-e version or commit-hash" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: tai-e-arguments | ||
attributes: | ||
label: Tai-e Arguments | ||
description: List the arguments or settings used. Especially the analysis you are running, e.g., `-a pta=cs:ci;only-app:false -a ir-dumper`. | ||
placeholder: | | ||
Example: | ||
-pp | ||
-cp src/test/resources/pta | ||
-a pta=cs:ci;only-app:false | ||
-a ir-dumper | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: jdk-version | ||
attributes: | ||
label: JDK Version | ||
description: Specify the version of Java Development Kit (JDK) you are using. You can find this by running `java -version` in your terminal. | ||
placeholder: "JDK version (e.g., Temurin 17.0.6+10)" | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: os-info | ||
attributes: | ||
label: System Environment | ||
description: Specify the operating system you are using, e.g., `Windows 10 x64`, `macOS 13.4.1 (Apple silicon)`, `Ubuntu 22.04 x64`, etc. | ||
placeholder: Your operating system. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional Information | ||
description: Provide any additional information or context about the bug. Such as the complete analyzed program (and/or its `.tir`), the taint configuration (`taint-config.yml`), the log of Tai-e (`tai-e.log`), etc. | ||
placeholder: | | ||
Any other relevant information, e.g., | ||
the complete analyzed program (and/or its `.tir`), | ||
the taint configuration (`taint-config.yml`), | ||
the log of Tai-e (`tai-e.log`), | ||
etc. | ||
validations: | ||
required: false |
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
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
This file was deleted.
Oops, something went wrong.