This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 6e8187b [MINOR][DOC] Remove obsolete `contributing-to-spark.md`
6e8187b is described below
commit 6e8187b7b5b72680792b8a951d65ccea4aebd3f5
Author: Kousuke Saruta <[email protected]>
AuthorDate: Wed Aug 4 10:19:24 2021 +0900
[MINOR][DOC] Remove obsolete `contributing-to-spark.md`
### What changes were proposed in this pull request?
This PR removes obsolete `contributing-to-spark.md` which is not referenced
from anywhere.
### Why are the changes needed?
Just clean up.
### Does this PR introduce _any_ user-facing change?
No. Users can't have access to contributing-to-spark.html unless they
directly point to the URL.
### How was this patch tested?
Built the document and confirmed that this change doesn't affect the result.
Closes #33619 from sarutak/remove-obsolete-contribution-doc.
Authored-by: Kousuke Saruta <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit c31b653806f19ffce018651b6953bf47d019d7e8)
Signed-off-by: Hyukjin Kwon <[email protected]>
---
docs/contributing-to-spark.md | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/docs/contributing-to-spark.md b/docs/contributing-to-spark.md
deleted file mode 100644
index 1e4cf4c..0000000
--- a/docs/contributing-to-spark.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-layout: global
-title: Contributing to Spark
-license: |
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
----
-
-The Spark team welcomes all forms of contributions, including bug reports,
documentation or patches.
-For the newest information on how to contribute to the project, please read the
-[Contributing to Spark guide](https://spark.apache.org/contributing.html).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]