Skip to content

Commit 6a936b7

Browse files
committed
Add CONTRIBUTING file
1 parent 77c0bd2 commit 6a936b7

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Raising a Bug
2+
While raising a bug, please provide:
3+
* Version of the SonarQube platform
4+
* Version of the CSS / SCSS / Less plugin
5+
* Log file of the analysis
6+
* Source code to reproduce the error
7+
8+
## Contributing
9+
Any contribution is more than welcome!
10+
11+
You feel like:
12+
* Adding a new check? Just [open an issue](https://github.com/racodond/sonar-css-plugin/issues/new) to discuss the value of your check. Once validated, code, don't forget to add a lot of unit tests and open a PR.
13+
* Maintaining the [stylelint / SonarQube rule mapping](https://github.com/racodond/sonar-css-plugin/blob/master/doc/stylelint-sonarqube-rule-mapping.md)? Just open a PR
14+
* Fixing some bugs or improving existing checks? Just open a PR.

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ If your custom checks may benefit the community, feel free to create a pull requ
6060
You're thinking of new checks that may benefit the community but don't have the time or the skills to write them? Feel free to create an [issue](https://github.com/racodond/sonar-css-plugin/issues) for your checks to be taken under consideration.
6161

6262

63-
## Contributing
64-
Any contribution is more than welcome!
65-
66-
You feel like:
67-
* Adding a new check? Just [open an issue](https://github.com/racodond/sonar-css-plugin/issues/new) to discuss the value of your check. Once validated, code, don't forget to add a lot of unit tests and open a PR.
68-
* Maintaining the [stylelint / SonarQube rule mapping](https://github.com/racodond/sonar-css-plugin/blob/master/doc/stylelint-sonarqube-rule-mapping.md)? Just open a PR
69-
* Fixing some bugs or improving existing checks? Just open a PR.
70-
71-
7263
## Metrics
7364

7465
### Functions

0 commit comments

Comments
 (0)