-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compliance to awesome repository requirements #38
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor changes, thanks @glours!
CONTRIBUTING.md
Outdated
samples that can be easily deployed with [Docker Compose](https://github.com/docker/compose). | ||
|
||
## Missing a kind of application? | ||
You can request a new example of application by submitting an issue to our GitHub Repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: missing \n
after heading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can request a new example of application by submitting an issue to our GitHub Repository. | |
You can request a new example of an application by submitting an issue to our GitHub repository. |
CONTRIBUTING.md
Outdated
|
||
## Missing a kind of application? | ||
You can request a new example of application by submitting an issue to our GitHub Repository. | ||
If you would like to implement a new application sample, please submit an issue with a proposal first, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you would like to implement a new application sample, please submit an issue with a proposal first, | |
If you would like to submit a new application example, please start by submitting a proposal as an issue. |
CONTRIBUTING.md
Outdated
You can request a new example of application by submitting an issue to our GitHub Repository. | ||
If you would like to implement a new application sample, please submit an issue with a proposal first, | ||
to be sure that we can use it. | ||
Then we'll consult the community to know what can be the most valuable application with this technology/language/framework... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then we'll consult the community to know what can be the most valuable application with this technology/language/framework... | |
The maintainers will then use this issue to discuss what the the most valuable example for the application, technology, language, or framework would be. |
CONTRIBUTING.md
Outdated
to be sure that we can use it. | ||
Then we'll consult the community to know what can be the most valuable application with this technology/language/framework... | ||
|
||
After the choice made, you can submit your pull request following the choice of the community without forgetting to add : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the choice made, you can submit your pull request following the choice of the community without forgetting to add : | |
After the choice has been made, you can submit your a pull request not forgetting to: |
CONTRIBUTING.md
Outdated
Then we'll consult the community to know what can be the most valuable application with this technology/language/framework... | ||
|
||
After the choice made, you can submit your pull request following the choice of the community without forgetting to add : | ||
- a local README.md to describe the application and explain how to run/use the sample. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- a local README.md to describe the application and explain how to run/use the sample. | |
- include an example README.md to describe the application and explain how to run/use the sample |
CONTRIBUTING.md
Outdated
The goal of the Awesome Compose is to provide a curated list of application | ||
samples that can be easily deployed with [Docker Compose](https://github.com/docker/compose). | ||
|
||
## Missing a kind of application? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Missing a kind of application? | |
## Missing an example? |
CONTRIBUTING.md
Outdated
- a local README.md to describe the application and explain how to run/use the sample. | ||
- edit the global README.md to add your sample in the repository main list. | ||
|
||
## Update a existing sample |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can actually remove this
CONTRIBUTING.md
Outdated
To help maintainers understand what user or developer problem needs to be | ||
solved, the first step to a contribution is usually submitting an issue. A well | ||
written issue is one that clearly outlines the developer or user problem that | ||
needs to be solved along with a list of requirements for resolution of the | ||
problem. If there are multiple possible solutions to the problem, these can be | ||
outlined in the issue. Once consensus is reached on how to resolve the issue, a | ||
pull request can be created. | ||
|
||
Pull requests that propose minor changes or improvements may be submitted | ||
without an associated issue or discussion. | ||
|
||
For large or high impact changes, contributors can reach out to maintainers | ||
before starting work. This will ensure that contributors and maintainers are | ||
aligned and increase the chance that the change is accepted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can remove this as it's more targeted at code/specs
d45e3d8
to
30178cd
Compare
30178cd
to
af836b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes after seeing it all together. Thanks @glours!
CONTRIBUTING.md
Outdated
|
||
Before submitting a new application, check if there isn't already application sample matching your need. | ||
|
||
If there is one, consider to update it instead of create a new one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
If there is one, consider to update it instead of create a new one. | |
If there is one, consider updating it instead of creating a new one. |
CONTRIBUTING.md
Outdated
The maintainers will then use this issue to discuss what the the most valuable example for the application, | ||
technology, language, or framework would be. | ||
|
||
After the choice has been made, you can submit your a pull request not forgetting to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the choice has been made, you can submit your a pull request not forgetting to: | |
After the choice has been made, you can submit a pull request with the example remembering to: |
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
af836b2
to
7fcb573
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add
Fix
README.md
to be compliant with awesome repositorySigned-off-by: Guillaume Lours guillaume.lours@docker.com