Skip to content

Commit 1063524

Browse files
committed
Merge branch 'feature/appcode-colors'
2 parents e58e33f + 9624a9c commit 1063524

File tree

4 files changed

+32
-22
lines changed

4 files changed

+32
-22
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,20 @@ assignees: ''
88
---
99

1010
## Describe the bug
11-
A clear and concise description of what the bug is.
1211

13-
## Platform & Language Details (please complete the following information):
14-
- Platform: [e.g. IntelliJ, PyCharm, PhpStorm, Rider, Webstorm, GoLand, Android Studio, etc]
15-
- Platform Version: XXXX.XX.XX [e.g. 2022.1.1]
16-
- Language: [e.g. Java, Kotlin, Dart, .NET, Go, C#, C++, PHP, Python, Ruby, etc]
17-
- Version [e.g. 22]
12+
<!-- A clear and concise description of what the bug is.) -->
13+
14+
## Platform & Language Details
15+
- Language: [e.g. Java, Kotlin, Dart, .NET, Go, C#, C++, PHP, Python, Ruby, etc]
16+
- IDE Details:
17+
```
18+
1. Double press the shift key (to bring the Search everywhere window)
19+
2. Search for "About" -> Click the "Copy" and Paste the details here.
20+
```
1821

1922
## Jetbrains Screenshot
2023

2124
## VSCode Screenshot
2225

2326
## Additional context/Logs
24-
Add any other context about the problem here.
27+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/feature_request.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ assignees: ''
88
---
99

1010
## Is your feature request related to a problem? Please describe.
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
1212

1313
## Describe the solution you'd like
14-
A clear and concise description of what you want to happen.
14+
<!-- A clear and concise description of what you want to happen. -->
1515

1616
## Describe alternatives you've considered
17-
A clear and concise description of any alternative solutions or features you've considered.
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
1818

19-
## Feature for Platform & Language (please complete the following information):
20-
- Platform: [e.g. IntelliJ, PyCharm, PhpStorm, Rider, Webstorm, GoLand, Android Studio, etc]
21-
- Platform Version: XXXX.XX.XX [e.g. 2022.1.1]
19+
## Feature for Platform & Language:
2220
- Language: [e.g. Java, Kotlin, Dart, .NET, Go, C#, C++, PHP, Python, Ruby, etc]
23-
- Version [e.g. 22]
21+
- IDE Details:
22+
```
23+
1. Double press the shift key (to bring the Search everywhere window)
24+
2. Search for "About" -> Click the "Copy" and Paste the details here.
25+
```
2426

2527
## Additional context
26-
Add any other context or screenshots about the feature request here.
28+
<!-- Add any other context or screenshots about the feature request here. -->

.github/ISSUE_TEMPLATE/question.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ assignees: ''
88
---
99

1010
## Question:
11-
Ask your question here. Please keep the question concise and try not to ask to combine too many topics in the same issue. Open separate tickets for each topic.
11+
<!--
12+
Ask your question here. Please keep the question concise and
13+
try not to ask to combine too many topics in the same issue. Open separate tickets for each topic.
14+
-->
1215

13-
## Platform & Language Details (Optional):
14-
- Platform: [e.g. IntelliJ, PyCharm, PhpStorm, Rider, Webstorm, GoLand, Android Studio, etc]
15-
- Platform Version: XXXX.XX.XX [e.g. 2022.1.1]
16+
## Platform & Language Details:
1617
- Language: [e.g. Java, Kotlin, Dart, .NET, Go, C#, C++, PHP, Python, Ruby, etc]
17-
- Version [e.g. 22]
18+
- IDE Details:
19+
```
20+
1. Double press the shift key (to bring the Search everywhere window)
21+
2. Search for "About" -> Click the "Copy" and Paste the details here.
22+
```

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Intellij, Webstorm, Android Studio, CLion, PhpStorm, Rider, GoLang and many more
5555

5656
---
5757
## Roadmap
58-
- [ ] Enhnaced syntax highlighting for Ruby
59-
- [ ] File icons to match VSCode
6058
- [ ] Rainbow brackets (with 3 colors)
59+
- [ ] File icons to match VSCode
60+
- [ ] Enhanced syntax highlighting for Ruby
6161
- and many more. . .
6262

6363
## How can I contribute?

0 commit comments

Comments
 (0)