浏览代码

Finish mailing-list removal from #572

Joe Ferguson 8 年之前
父节点
当前提交
37f22d0f63
共有 3 个文件被更改,包括 17 次插入8 次删除
  1. 0 1
      silverpeas/mailing-list.md
  2. 17 0
      silverpeas/user-feedback.md
  3. 0 7
      update.sh

+ 0 - 1
silverpeas/mailing-list.md

@@ -1 +0,0 @@
-For general questions about Silverpeas, see our [user mailing list](https://groups.google.com/forum/#!forum/silverpeas-users).

+ 17 - 0
silverpeas/user-feedback.md

@@ -0,0 +1,17 @@
+## Issues
+
+If you have any problems with or questions about this image, please contact us through a [GitHub issue](%%GITHUB-REPO%%/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
+
+You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
+
+For general questions about Silverpeas, see our [user mailing list](https://groups.google.com/forum/#!forum/silverpeas-users).
+
+## Contributing
+
+You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
+
+Before you start to code, we recommend discussing your plans through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
+
+## Documentation
+
+Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.

+ 0 - 7
update.sh

@@ -30,13 +30,6 @@ for repo in "${repos[@]}"; do
 	if [ -e "$repo/content.md" ]; then
 		githubRepo="$(cat "$repo/github-repo")"
 		
-		mailingList="$(cat "$repo/mailing-list.md" 2>/dev/null || true)"
-		if [ "$mailingList" ]; then
-			mailingList=" $mailingList "
-		else
-			mailingList=' '
-		fi
-		
 		dockerVersions="$(cat "$repo/docker-versions.md" 2>/dev/null || cat "$helperDir/docker-versions.md")"
 		
 		userFeedback="$(cat "$repo/user-feedback.md" 2>/dev/null || cat "$helperDir/user-feedback.md")"