Skip to content

Commit 73d75bf

Browse files
committed
Contributions guidelines
1 parent b337299 commit 73d75bf

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

.github/pull_request_template.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- prettier-ignore-start -->
2+
<!-- markdownlint-disable-next-line MD041 -->
3+
## Readiness checklist
4+
<!-- prettier-ignore-end -->
5+
6+
Please check the boxes below to confirm that you have followed the
7+
required guidelines for contributions:
8+
9+
- [ ] If this pull request includes code changes, they were all properly tested. Automated tests where also included where possible.
10+
- [ ] This pull request includes the relevant documentation for this change (if applicable).
11+
- [ ] All the commits in this pull request where squashed into a single commit. That commit is [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification).
12+
- [ ] If this pull request is about and existing issue, I added the `Fix #ISSUE_NUMBER` or `Close #ISSUE_NUMBER` text to the description of the pull request.

CONTRIBUTING.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing
2+
3+
## Creating an issue
4+
5+
If you have found a bug, want to request an enhancement or simply ask
6+
a question, feel free to open an
7+
[issue](https://github.com/leplusorg/docker-csv/issues/new/choose).
8+
9+
For security-related issues, please see our [security policy](/SECURITY.md).
10+
11+
## Submitting a pull request
12+
13+
If you want to contribute code, documentation etc. you can open a pull
14+
request. We then kindly ask that:
15+
16+
- before working or submitting a large pull request, please open an
17+
issue to discuss what you have in mind and check that there is not
18+
an existing solution or a different approach.
19+
- all code changes must be tested manually and automated tests should
20+
be included when possible.
21+
- all necessary documentation should be included as well.
22+
- commits on a single pull request must be squashed together to keep
23+
make reviews easier.
24+
- commits must be signed (this is supported by most Git clients as
25+
well as the GitHub web UI, see link below).
26+
27+
## Resources
28+
29+
- [Managing commit signature verification](https://docs.github.com/en/authentication/managing-commit-signature-verification)
30+
- [Using Pull Requests](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Docker container to run CSV manipulation utitilies (csvkit...).
44

5-
[![Dockerfile](https://img.shields.io/badge/GitHub-Dockerfile-blue)](https://github.com/leplusorg/docker-csv/blob/main/csv/Dockerfile)
5+
[![Dockerfile](csv/Dockerfile)
66
[![Docker Build](https://github.com/leplusorg/docker-csv/workflows/Docker/badge.svg)](https://github.com/leplusorg/docker-csv/actions?query=workflow:"Docker")
77
[![Docker Stars](https://img.shields.io/docker/stars/leplusorg/csv)](https://hub.docker.com/r/leplusorg/csv)
88
[![Docker Pulls](https://img.shields.io/docker/pulls/leplusorg/csv)](https://hub.docker.com/r/leplusorg/csv)

0 commit comments

Comments
 (0)