You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,13 @@ Getting Started
48
48
---------------
49
49
50
50
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
51
-
+ Make sure you have a [GitHub account](https://github.com/signup/free). This is not essential, but makes providing patches much easier.
51
+
+ Make sure you have a [GitHub account](https://github.com/signup). This is not essential, but makes providing patches much easier.
52
52
+ If you're planning to implement a new feature it makes sense to discuss your changes on the [dev list](https://commons.apache.org/mail-lists.html) first. This way you can make sure you're not wasting your time on something that isn't considered to be in Apache Commons CSV's scope.
53
53
+ Submit a [Jira Ticket][jira] for your issue, assuming one does not already exist.
54
54
+ Clearly describe the issue including steps to reproduce when it is a bug.
55
55
+ Make sure you fill in the earliest version that you know has the issue.
56
56
+ Find the corresponding [repository on GitHub](https://github.com/apache/?query=commons-),
57
-
[fork](https://help.github.com/articles/fork-a-repo/) and check out your forked repository. If you don't have a GitHub account, you can still clone the Commons repository.
57
+
[fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) and check out your forked repository. If you don't have a GitHub account, you can still clone the Commons repository.
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,12 @@
52
52
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-324">Lexer.isDelimiter() accepts a partial multi-character delimiter at EOF (#603).</action>
53
53
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-325">CSVParser applies characterOffset to bytePosition (#604).</action>
54
54
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-326">CSVPrinter Reader printing with quote and escape can emit CSV that its parser cannot read back.</action>
55
+
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-327">CSVParser applies maxRows to record numbers instead of rows produced when setRecordNumber(...) is used.</action>
55
56
<!-- ADD -->
56
57
<actiontype="add"dev="ggregory"due-to="Gary Gregory, Indy, Sylvia van Os"issue="CSV-307">Add an "Android Compatibility" section to the web site.</action>
57
58
<actiontype="add"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>
58
59
<!-- UPDATE -->
59
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 101 #573, #595.</action>
60
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 102 #573, #595.</action>
60
61
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">[test] Bump com.opencsv:opencsv from 5.11.2 to 5.12.0 #558.</action>
61
62
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0.</action>
62
63
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.19.0 to 1.22.0.</action>
0 commit comments