From 015b9cb1b2f808624ae693327090aa8514438226 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Thu, 10 Dec 2020 18:17:07 -0600 Subject: Initial commit --- roles/docker.ubuntu/CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 roles/docker.ubuntu/CONTRIBUTING.md (limited to 'roles/docker.ubuntu/CONTRIBUTING.md') diff --git a/roles/docker.ubuntu/CONTRIBUTING.md b/roles/docker.ubuntu/CONTRIBUTING.md new file mode 100644 index 0000000..b289de8 --- /dev/null +++ b/roles/docker.ubuntu/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +I'm very welcoming of PRs, and I'm happy to have anyone open a PR, but it _always_ helps to have a discussion before you open something. + +When you discover an issue or believe the this needs to move in a different direction, open an issue and we can discuss. I don't always respond immediately - but my primary goal is to facilitate PRs to make sure the project is useful. I'll respond, we'll talk about whether it benefits the group, and I'll handle PRs as necessary. + +Quick things to remember: + +* I love PRs and I'm happy to merge +* Major changes to the role interface are going to be a problem - we should discuss +* Not breaking existing envs is highest consideration; backwards compatibility is next +* Breaking changes upstream are an ongoing problem, so let's minimize them +* Modification of existing installs should require explicit permission +* Use idempotent operations -- cgit v1.1