Fix typo in CONTRIBUTING.md template
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1780827 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/e9c565fd Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/e9c565fd Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/e9c565fd Branch: refs/heads/master Commit: e9c565fd8e91c590dedc1e81bb9633bafba4e820 Parents: 83c33fd Author: Matt Sicker <[email protected]> Authored: Sun Jan 29 17:28:24 2017 +0000 Committer: Matt Sicker <[email protected]> Committed: Sun Jan 29 17:28:24 2017 +0000 ---------------------------------------------------------------------- .../resources/commons-xdoc-templates/contributing-md-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/e9c565fd/src/main/resources/commons-xdoc-templates/contributing-md-template.md ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/contributing-md-template.md b/src/main/resources/commons-xdoc-templates/contributing-md-template.md index cd23388..edc8c9f 100644 --- a/src/main/resources/commons-xdoc-templates/contributing-md-template.md +++ b/src/main/resources/commons-xdoc-templates/contributing-md-template.md @@ -50,7 +50,7 @@ Getting Started + Make sure you have a [JIRA account](https://issues.apache.org/jira/). + Make sure you have a [GitHub account](https://github.com/signup/free). -+ If you're planning to implement a new feature it makes sense to discuss you're 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 @NAME@'s scope. ++ 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 @NAME@'s scope. + Submit a [Jira Ticket][jira] for your issue, assuming one does not already exist. + Clearly describe the issue including steps to reproduce when it is a bug. + Make sure you fill in the earliest version that you know has the issue.
