This is an automated email from the ASF dual-hosted git repository.
holden pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new dc5671d5c8 Fix a couple of typos in contributing.md
dc5671d5c8 is described below
commit dc5671d5c838418555bbe8719d97f4089deb706a
Author: David Tagatac <[email protected]>
AuthorDate: Mon Feb 23 12:45:06 2026 -0800
Fix a couple of typos in contributing.md
1. Match the imperative voice of other bullets in the "Contributing to JIRA
maintenance" section.
2. "lower case latter" --> "lower case letter"
Author: David Tagatac <[email protected]>
Closes #679 from tagatac/contrib-typos.
---
contributing.md | 4 ++--
site/contributing.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/contributing.md b/contributing.md
index 06f5fdf5b9..8ad11a2d0f 100644
--- a/contributing.md
+++ b/contributing.md
@@ -125,7 +125,7 @@ When resolving JIRAs, observe a few useful conventions:
- In case several people contributed, prefer to assign to the more 'junior',
non-committer contributor
- For issues that can't be reproduced against master as reported, resolve as
**Cannot Reproduce**
- Fixed is reasonable too, if it's clear what other previous pull request
resolved it. Link to it.
-- If the issue is the same as or a subset of another issue, resolved as
**Duplicate**
+- If the issue is the same as or a subset of another issue, resolve as
**Duplicate**
- Make sure to link to the JIRA it duplicates
- Prefer to resolve the issue that has less activity or discussion as the
duplicate
- If the issue seems clearly obsolete and applies to issues or components that
have changed
@@ -479,7 +479,7 @@ lines can be up to 100 characters in length, not 79.
- For R code, Apache Spark follows
<a href="https://google.github.io/styleguide/Rguide.xml">Google's R Style
Guide</a> with three exceptions:
lines can be up to 100 characters in length, not 80, there is no limit on
function name but it has a initial
-lower case latter and S4 objects/methods are allowed.
+lower case letter and S4 objects/methods are allowed.
- For Java code, Apache Spark follows
<a
href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Oracle's
Java code conventions</a> and
Scala guidelines below. The latter is preferred.
diff --git a/site/contributing.html b/site/contributing.html
index 3a1b15bac9..a86f932ac5 100644
--- a/site/contributing.html
+++ b/site/contributing.html
@@ -278,7 +278,7 @@ who opened the PR that resolved the issue.</li>
<li>Fixed is reasonable too, if it’s clear what other previous
pull request resolved it. Link to it.</li>
</ul>
</li>
- <li>If the issue is the same as or a subset of another issue, resolved as
<strong>Duplicate</strong>
+ <li>If the issue is the same as or a subset of another issue, resolve as
<strong>Duplicate</strong>
<ul>
<li>Make sure to link to the JIRA it duplicates</li>
<li>Prefer to resolve the issue that has less activity or discussion as
the duplicate</li>
@@ -692,7 +692,7 @@ lines can be up to 100 characters in length, not 79.</li>
<li>For R code, Apache Spark follows
<a href="https://google.github.io/styleguide/Rguide.xml">Google’s R
Style Guide</a> with three exceptions:
lines can be up to 100 characters in length, not 80, there is no limit on
function name but it has a initial
-lower case latter and S4 objects/methods are allowed.</li>
+lower case letter and S4 objects/methods are allowed.</li>
<li>For Java code, Apache Spark follows
<a
href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Oracle’s
Java code conventions</a> and
Scala guidelines below. The latter is preferred.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]