Skip to content

Commit 47f825b

Browse files
wbarsintellij-monorepo-bot
authored andcommittedOct 9, 2020
PHP Psalm Specify current contributing guidelines
GitOrigin-RevId: a2cfcdfa40fc6f2ce9a9ae0b7aa58861ca914063
1 parent b31d0d9 commit 47f825b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed
 

‎CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
If you are introducing a user-visible change, please make sure to:
4+
- create the corresponding issue first in [our tracker](https://youtrack.jetbrains.com/newIssue?project=WI)
5+
- comment about intention to start a work on the fix
6+
- cover the change with a test with the implementation
7+
- mention issue id in pull request

‎README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,4 @@ This plugin adds dedicated functionality for [Psalm](https://psalm.dev/) to [Php
1515
**Psalm annotations support**
1616

1717
- Existing PhpStorm code analysis features are aware of Psalm-specific annotations
18-
- New Psalm-related inspections
19-
20-
# Contributing
21-
22-
If you are introducing a user-visible change, please make sure to create the corresponding issue first, comment about intention to start a work on the fix and cover the change with a test with the implementation.
18+
- New Psalm-related inspections

0 commit comments

Comments
 (0)
Please sign in to comment.