Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
d13ab45b
Kaydet (Commit)
d13ab45b
authored
Eyl 19, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Contributing document draft
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
ef0c373f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
74 additions
and
0 deletions
+74
-0
CONTRIBUTING.md
CONTRIBUTING.md
+74
-0
No files found.
CONTRIBUTING.md
0 → 100644
Dosyayı görüntüle @
d13ab45b
# Contributing guidelines
Thank you for your interest in the project. We look forward to your
contribution. In order to make the process as fast and streamlined as possible,
here is a set of guidelines we recommend you follow.
## Reporting issues
We do our best to ensure bugs don't creep up in our releases, but some may
still slip through. If you encounter one while using docker-py, please create
an issue
[
in the tracker
](
https://github.com/docker/docker-py/issues/new
)
with
the following information:
-
docker-py version, docker version and python version
```
pip freeze | grep docker-py && python --version && docker version
```
-
The issue you're encountering including a stacktrace if applicable
-
If possible, steps or a code snippet to reproduce the issue
To save yourself time, please be sure to check our
[
documentation
](
http://docker-py.readthedocs.org/
)
and use the
[
search function
](
https://github.com/docker/docker-py/search
)
to find out if
it has already been addressed, or is currently being looked at.
## Submitting pull requests
Do you have a fix for an existing issue, or want to add a new functionality
to docker-py? We happily welcome pull requests. Here are a few tips to make
the review process easier on both the maintainers and yourself.
### 1. Sign your commits
Please refer to the
[
"Sign your work"
](
https://github.com/docker/docker/blob/master/CONTRIBUTING.md#sign-your-work
)
paragraph in the Docker contribution guidelines.
### 2. Make sure tests pass
Before we can review your pull request, please ensure that nothing has been
broken by your changes by running the test suite. You can do so simply by
running
`make test`
in the project root. This also includes coding style using
`flake8`
### 3. Rebase proactively
It's much easier to review a pull request that is up to date against the
current master branch.
### 4. Notify thread subscribers when changes are made
GitHub doesn't notify subscribers when new commits happen on a PR, and
fixes or additions might be missed. Please add a comment to the PR thread
when you push new changes.
### 5. Two maintainers LGTM are required for merging
Please wait for review and approval of two maintainers, and respond to their
comments and suggestions during review.
### 6. Add tests
Whether you're adding new functionality to the project or fixing a bug, please
add relevant tests to ensure the code you added continues to work as the
project evolves.
### 7. Add docs
This usually applies to new features rather than bug fixes, but new behavior
should always be documented.
### 8. Ask questions
If you're ever confused about something pertaining to the project, feel free
to reach out and ask questions. We will do our best to answer and help out.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment