Add intention/inspections/quickfix contribution quick notes

This commit is contained in:
Nikolay Krasko
2019-03-22 17:30:56 +03:00
parent fdf2482600
commit fb2e5f970d
2 changed files with 54 additions and 0 deletions
+5
View File
@@ -36,6 +36,11 @@ git config --global pull.rebase true
This will avoid your local repo having too many merge commits
which will help keep your pull request simple and easy to apply.
## Intention/QuickFix/Inspection
Please read the [Intention/QuickFix/Inspection Quick Notes](intentions_inspections_quickfixes.md) if you are
going to implement inspection, intention or add a quick fix.
## Checklist
Before submitting the pull request, make sure that you can say "YES" to each point in this short checklist: