You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
# Contributing
2
2
3
-
Fork the repo. Make your changes. Raise a PR.
3
+
These are the guidelines for contributing to the ```dexec``` CLI and also applies to the associated Docker images and tooling projects.
4
4
5
-
All PRs are welcome, and changes don't just have to be additive - if you have ideas about how to improve existing code, please feel free to submit these.
5
+
## Creating issues
6
+
7
+
Please consult the [reference section](https://github.com/docker-exec/dexec/blob/master/README.md#reference) of the README before creating issues. It may contain the answer to your problem.
6
8
7
9
## Code
8
10
11
+
Fork the repo. Make your changes. Raise a PR.
12
+
13
+
All PRs are welcome, and changes don't just have to be additive - if you have ideas about how to improve existing code, please feel free to submit these.
14
+
9
15
```dexec``` is written in go and changes must adhere to the default settings for all the following tools:
0 commit comments