-
Notifications
You must be signed in to change notification settings - Fork 9
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 #10 from maiqingqiang/next
v1.2.2
- Loading branch information
Showing
14 changed files
with
220 additions
and
62 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,63 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
labels: ["bug"] | ||
body: | ||
|
||
- type: textarea | ||
id: issue | ||
attributes: | ||
label: What happened? | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output or stack trace | ||
description: | | ||
Please copy and paste any relevant log output. | ||
Add the full stack trace if available. | ||
If possible, run the failing task with `--stacktrace` flag. | ||
*This will be automatically formatted into code, so there is no need for backticks.* | ||
render: shell | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Steps to reproduce the behavior – provide your build configuration. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Gradle IntelliJ Plugin version | ||
placeholder: 1.16.0 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: gradle | ||
attributes: | ||
label: Gradle version | ||
placeholder: 8.2.1 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Operating System | ||
options: | ||
- macOS | ||
- Linux | ||
- Windows | ||
|
||
- type: input | ||
id: url | ||
attributes: | ||
label: Link to build, i.e. failing GitHub Action job | ||
placeholder: https://github.com/username/project/actions/runs/1234567890 |
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,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Documentation | ||
url: https://github.com/JetBrains/intellij-platform-plugin-template | ||
about: Check the README file in the first place. | ||
- name: Getting Help | ||
url: https://plugins.jetbrains.com/docs/intellij/getting-help.html | ||
about: Check if you search for a help in plugin development. |
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,32 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: ["enhancement"] | ||
body: | ||
|
||
- type: textarea | ||
id: cause | ||
attributes: | ||
label: Describe the need of your request | ||
description: A clear and concise description of what the need or problem is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Proposed solution | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives you've considered | ||
description: What did you try so far to accomplish the goal? | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request 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
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 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 |
---|---|---|
@@ -1 +1,5 @@ | ||
rootProject.name = "Go ORM Helper" | ||
plugins { | ||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0" | ||
} | ||
|
||
rootProject.name = "Go ORM Helper" |
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
14 changes: 0 additions & 14 deletions
14
...ngqiang/goormhelper/orm/goframe/codeInsights/completion/GoFrameCompletionContributor.java
This file was deleted.
Oops, something went wrong.
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
17 changes: 0 additions & 17 deletions
17
.../maiqingqiang/goormhelper/orm/gorm/codeInsights/completion/GormCompletionContributor.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.