浏览代码

Merge pull request #2 from docker/Initial-Commit-working-branch

Contribution guidelines addition
Justin Graham 5 年之前
父节点
当前提交
f5b56199c8
共有 2 个文件被更改,包括 41 次插入1 次删除
  1. 38 0
      CONTRIBUTING.MD
  2. 3 1
      README.md

+ 38 - 0
CONTRIBUTING.MD

@@ -0,0 +1,38 @@
+# Contributing Guidelines
+
+We hope you are enjoying Docker and look forward to hearing your feedback. Whether you want to raise a bug report, a feature request or just request a correction to something we really value our community input.
+
+We do ask though that you read all of this document you send us any issues or raise pull requests to make sure we understand clearly what you are asking for, this helps us make sure we are making the right decisions and taking the right actions.  
+
+## Feature Requests
+
+You are very welcome to create new issues on this project to request new features in any of Docker products.
+
+If you would like to suggest a new feature we ask that you please use our issue template. This contains a few essential questions that help us understand the problem you are looking to solve and how you think your reocommendation will address it. We alsotag incoming issues from this template with "community_new".  This lets our teams quickly see what has been raised and better find our community recommendations
+
+To see what has already been proposed by the community you can look [here](https://github.com/docker/docker-roadmap/labels/community_new).
+
+Watch our for duplicates! If you are creating a new issue, please check [existing open](https://github.com/docker/docker-roadmap/issues), or [recently closed](https://github.com/docker/docker-roadmap/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20) . Having a single voted for issue is far easier for us to prioritize 
+
+## Reporting Bugs
+
+We would ask that you please don't use this repo to raise bugs, each of our products has it's own repo where issues relating to that product are raised. We have chosen to do this as our products are all quiet different and as a result we need quite different information for each product to best understand how to help you.
+
+To raise a bug please use:
+* [Docker Hub](https://github.com/docker/hub-feedback/issues/new)
+* [Docker Desktop Windows](https://github.com/docker/for-win/issues/new)
+* [Docker Desktop Mac](https://github.com/docker/for-mac/issues/new)
+* [Docker Engine](https://github.com/moby/moby/issues/new)
+
+
+
+## Security issue notifications
+Please do **not** create a public github issue.
+If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](). Please do **not** create a public github issue.
+
+
+## Licensing
+
+See the [LICENSE](https://github.com/docker/docker-roadmap/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
+
+We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

+ 3 - 1
README.md

@@ -12,7 +12,8 @@ Contribute to our roadmap »
 
 ## Early Access to features 
 
-For Windows and Mac users of Docker we provide early access to new features through our Docker Desktop Edge channel. Issues tagged In Preview for Docker Desktop on the public roadmap are available in the Edge Channel. 
+For Windows and Mac users of Docker we provide early access to new features through our Docker Desktop Edge channel. 
+Issues tagged In Preview for Docker Desktop on the public roadmap are available in the Edge Channel. 
 For Docker Engine we have a release candidate program that allows users to get early access to versions of Docker engine with new features and changes. Issues tagged In Preview for Docker Engine on the public roadmap are available in the RC version of Engine. 
 Note: depending on release timings Docker Desktop may have the RC engine, please check the release notes for Docker Desktop to verify the current version in Edge 
 
@@ -51,6 +52,7 @@ If you think you’ve found a potential security issue, please do not post it in
 **A:** Please open an issue!
 
 **Q:** How can I request a feature be added to the roadmap?
+
 **A:** Please open an issue! You can read about how to contribute here. Community submitted issues will be tagged "Proposed" and will be reviewed by the team.
 
 **Q:** Will you accept a pull request?