You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/question.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,20 @@ assignees: ''
7
7
8
8
---
9
9
10
-
> **Before posting a new question, please read the documentation](https://github.com/lequal/i-CodeCNES/wiki) and check [existing issues](https://github.com/lequal/sonar-icode-cnes-plugin/issues)**
10
+
> _Before posting a new question, please read the documentation](https://github.com/lequal/i-CodeCNES/wiki) and check [existing issues](https://github.com/lequal/sonar-icode-cnes-plugin/issues)_
11
11
12
-
**Describe what you need to know**
13
-
> A clear and concise description of what your question is.
12
+
#### Describe what you need to know
13
+
> _A clear and concise description of what your question is._
14
14
15
-
**Screenshots & log**
16
-
> If applicable, add screenshots to help explain your problem. Then, append i-Code log and **do not forget to obfuscate them**.
15
+
#### Screenshots & log
16
+
> _If applicable, add screenshots to help explain your problem. Then, append i-Code log and **do not forget to obfuscate them**._
17
17
18
-
**User environment (please complete the following information):**
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Proposed changes
2
2
3
-
> Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
3
+
> _Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue._
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,16 @@ You can get i-Code CNES on GitHub: [lequal/i-CodeCNES](https://github.com/lequal
21
21
- Run an analysis with *sonar-scanner*, *maven*, *gradle*, *msbuild*, etc.
22
22
23
23
#### Run i-Code automatically
24
-
This SonarQube plugin is now able to run automaticcaly an embedded version of i-Code. If you do not specify properties to run i-Code [manually](#run-i-Code-manually) or [from a specific version](#Run-a-specific-i-Code-version-through-sonaricode-plugin), embedded version of i-Code will be executed.
24
+
This SonarQube plugin is now able to run automatically an embedded version of i-Code. If you do not specify properties to run i-Code [manually](#run-i-Code-manually) or [from a specific version](#Run-a-specific-i-Code-version-through-sonaricode-plugin), embedded version of i-Code will be executed.
25
25
26
26
Here is the compatibility matrix of the plugin:
27
27
28
28
| sonaricode version | embedded i-Code version | supported SonarQube version |
If you need help to run i-Code please refer to the [official user manual](https://github.com/lequal/i-CodeCNES/wiki/User-Manual) or [i-Code issue tracker](https://github.com/lequal/i-CodeCNES/issues).
@@ -77,6 +78,8 @@ If you experienced a problem with the plugin please open an issue. Inside this i
77
78
78
79
If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.
79
80
81
+
All details are available in [CONTRIBUTING](https://github.com/lequal/sonar-icode-cnes-plugin/CONTRIBUTING.md).
0 commit comments