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 CLI'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.
0 commit comments