...
1# Contributing to embedded-postgres
2
3Thank you for taking the time to contribute. These are mostly guidelines, not rules. Use your best judgment, and feel
4free to propose changes to this document in a pull request.
5
6# Working with forked go repos
7
8If you haven't worked with forked go repos before, take a look at this blog post for some excellent advice
9about [contributing to go open source git repositories](https://splice.com/blog/contributing-open-source-git-repositories-go/)
10.
11
12# PRs
13
14- Please open PRs against master.
15- We prefer single commit PRs, but sometimes for multiple commits are justified - use your best judgement.
16- Please add/modify tests to cover the proposed code changes.
17- If the PR contains a new feature, please document it in the README.
18
19# Documentation
20
21For simple typo fixes and documentation improvements feel free to raise a PR without raising an issue in github. For
22anything more complicated please file an issue.
View as plain text