awesome-docker/CONTRIBUTING.md

84 lines
4.2 KiB
Markdown
Raw Normal View History

2014-09-26 07:45:26 +00:00
We appreciate and recognize [all contributors](https://github.com/veggiemonk/awesome-docker/graphs/contributors).
2017-06-20 19:30:40 +00:00
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/veggiemonk/awesome-docker/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
2016-04-14 07:38:50 +00:00
2017-01-27 12:46:59 +00:00
# Table of Contents
- [Awesome Docker contribution guidelines](#contribution-guidelines)
- [Quality Standard](#quality-standard)
2014-09-26 07:45:26 +00:00
# Contribution Guidelines
#### Your commit message will be a tweet so make a beautiful commit message, keep that in mind :)
2017-01-27 12:46:59 +00:00
- **To add to the list:** Submit a pull request or open an issue
- **To remove from the list:** Submit a pull request or open an issue
- want to change something: Submit a pull request or open an issue
- want to try something else: Submit a pull request or open an issue
2017-01-27 12:46:59 +00:00
- don't know what to do: Submit a pull request or open an issue, let us know what's going on.
2014-09-26 07:45:26 +00:00
or you can
2017-02-18 08:46:39 +00:00
#### Join the chat:
2017-02-18 20:48:14 +00:00
[![Join the chat at https://gitter.im/veggiemonk/awesome-docker](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/veggiemonk/awesome-docker)
2017-02-18 08:46:39 +00:00
or you can
#### ping us on twitter:
* [veggiemonk](https://twitter.com/veggiemonk)
* [idomyowntricks](https://twitter.com/idomyowntricks)
* [gesellix](https://twitter.com/gesellix)
* [dmitrytokarev](https://twitter.com/dmitrytok)
2017-02-07 13:42:09 +00:00
`awesome-docker` is a hand-crafted list for high-quality information about docker and its resources.
It would be nice if it is related or compatible with docker in some way.
But if it's awesome, let's us know why and you're good to go!
2014-09-26 07:45:26 +00:00
2017-01-27 12:46:59 +00:00
- Each item should be limited to one link, no duplicates, no redirection (careful with `http` vs `https`!)
2014-09-26 07:45:26 +00:00
- The link should be the name of the package or project or website
2017-01-27 12:46:59 +00:00
- Description should be clear and concise (read it out loud to be sure)
- Description should follow the link, on the same line
2015-04-25 09:27:48 +00:00
- if you want to add more than one link, please don't do all PR on the exact same line, it usually results in conflicts and your PR cannot be automatically merged...
2014-09-26 07:45:26 +00:00
Please contribute links to packages/projects you have used or are familiar with. This will help ensure high-quality entries.
2017-01-27 12:46:59 +00:00
# Quality standard
2017-02-07 13:42:09 +00:00
Note that we can help you achieve those standards, just try your best, be brave.
2017-01-27 12:46:59 +00:00
We'll guide you to the best of our abilities.
2014-09-26 07:45:26 +00:00
2014-11-12 08:25:37 +00:00
To be on the list, it would be *nice* if entries adhere to these quality standards:
2014-09-26 07:45:26 +00:00
- Generally useful to the community.
- A project on github with a beautiful readme and plenty of examples is considered high quality.
- Clearly stating when an entry is relating to (Linux) containers and not Docker.
- Clearly "what is it" i.e. which category it belongs. Just try your best, we'll help you if needed.
- Clearly stating "what is it for" i.e. mention the problem it solves. Just try your best, make it clear for the next person.
- Solves a real problem (even a small one).
2017-04-20 12:14:08 +00:00
- If it is a **WIP** (work in progress, not safe for production), mention it. (Remember the time before Docker 1.0 ? ;-) )
- Always put the link to the github project instead of the website!
2016-04-14 07:38:50 +00:00
2017-02-16 14:20:14 +00:00
To be on the list, the project **must** have:
- How to setup the project
- How to use the project (examples)
2017-04-15 13:25:08 +00:00
If your PR is not merged, we will tell you why so that you may be able to improve it.
2017-02-16 14:20:14 +00:00
But usually, we are pretty relaxed people, so just come and say hi, we'll figure something out together.
2016-04-14 07:38:50 +00:00
# New Collaborators
If you just joined the team of maintainers for this repo, first of all: WELCOME!
2017-04-15 13:25:08 +00:00
If it is your first time maintaining an open source project, read the [best practice guides for maintainers](https://opensource.guide/best-practices/).
Here are the few things you need to know:
* we don't push directly to master, we create a pull request. Every entry has to be reviewed.
* how to tell if a project should be on the list, read this file `CONTRIBUTING.md`
* to ask a contributor to make a change, just copy paste this message [here](https://github.com/veggiemonk/awesome-docker/pull/289#issuecomment-285608004) and changes a few things like names and stuff. The main idea is to help people get to quality.
* If something seems weird, if you don't understand what a project does or the documentation is poor, don't hesitate to ask for more (see previous point).