1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/CONTRIBUTING.md

17 lines
879 B
Markdown
Raw Normal View History

2017-12-31 23:02:53 +01:00
# Contributing to Psalm
The following is a set of guidelines for contributing to Psalm, which is hosted in the [Vimeo Organization](https://github.com/vimeo) on GitHub.
Make sure to check out the [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/) guide.
2017-12-31 23:02:53 +01:00
## Submitting Issues
You can create an issue [here](https://github.com/vimeo/psalm/issues/new), but before you do, follow these guidelines:
* Make sure that you are using the latest version (`master`).
* Its by no means a requirement, but if it's a bug, and you provide demonstration code that can be pasted into https://psalm.dev, it will likely get fixed faster.
2017-12-31 23:02:53 +01:00
2020-11-30 05:51:09 +01:00
## Contributing code and documentation
2017-12-31 23:02:53 +01:00
2020-11-30 05:51:09 +01:00
Have a look at the [contributing documentation](docs/contributing/index.md) which is [mirrored on Psalms website](https://psalm.dev/docs/contributing).