This is an automated email from the ASF dual-hosted git repository.

yikun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new f6bab6b  [SPARK-40855] Add CONTRIBUTING.md for apache/spark-docker
f6bab6b is described below

commit f6bab6be5ddcd41d2b6c1b0c139316bc311e13aa
Author: Qian.Sun <qian.sun2...@gmail.com>
AuthorDate: Tue Oct 25 10:15:10 2022 +0800

    [SPARK-40855] Add CONTRIBUTING.md for apache/spark-docker
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `CONTRIBUTING.md` for apache/spark-docker.
    
    ### Why are the changes needed?
    
    Better to briefly explain how to contribute DOI.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    
![image](https://user-images.githubusercontent.com/44011673/197155544-bfae0c70-ee01-44b0-851d-ed5c288129d9.png)
    
    Closes #19 from dcoliversun/SPARK-40855.
    
    Authored-by: Qian.Sun <qian.sun2...@gmail.com>
    Signed-off-by: Yikun Jiang <yikunk...@gmail.com>
---
 CONTRIBUTING.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..4ba4baa
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,22 @@
+## Contributing to Spark Docker
+
+Thanks for improving the project! *Before opening a pull request*, review the 
+[Contributing to Spark guide](https://spark.apache.org/contributing.html). 
+It lists steps that are required before creating a PR. In particular, consider:
+
+- Is the change important and ready enough to ask the community to spend time 
reviewing?
+- Have you searched for existing, related JIRAs and pull requests?
+- Is this a new feature that can stand alone as a [third party 
project](https://spark.apache.org/third-party-projects.html) ?
+- Is the change being proposed clearly explained and motivated?
+
+When you contribute code, you affirm that the contribution is your original 
work and that you 
+license the work to the project under the project's open source license. 
Whether or not you 
+state this explicitly, by submitting any copyrighted material via pull 
request, email, or 
+other means you agree to license the material under the project's open source 
license and 
+warrant that you have the legal authority to do so.
+
+### How to update Dockerfile
+
+- Update `Dockerfile.template`
+- Update `tools/template.py` if need template file render change
+- Exec `add-dockerfiles.sh <spark-version>`
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to