Merge pull request #81 from resin-io/doc/contributing-guidelines-pr

Improve pull request contributing guidelines
This commit is contained in:
Juan Cruz Viotti 2016-01-14 10:50:04 -04:00
commit f56ffebfdc

View File

@ -80,6 +80,8 @@ When sending a pull request, consider the following guidelines:
- Mention the operating systems with the corresponding versions in which you tested your changes.
- If your change affects the visuals of the application, consider attaching a screenshot.
- Refer to the issue/s your pull request fixes, so they're closed automatically when your pull request is merged.
- Write a descriptive pull request title.
- Squash commits when possible, for example, when commiting review changes.
Before your pull request can be merged, the following conditions must hold: