Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "IssueWorkflow" page has been changed by AndrewGrieve: https://wiki.apache.org/cordova/IssueWorkflow?action=diff&rev1=4&rev2=5 * The version field is essentially obsolete due to the multi-repo multi-version world -- so you can generally ignore it. If a bug actually does map to a cadence release (e.g. 3.1.0), feel free to fill it in. * Issues can be resolved as "Fixed", "Duplicate", "Not a Problem", etc. - === Providing patches === + === Providing Patches === There are a couple of ways to provide a patch: * You can upload patches to Jira via `git format-patch` * You could paste a diff to Jira (you won't get authorship if you do this) * You can send a pull request to the [[https://github.com/search?q=%40apache+cordova|github.com/apache/cordova]]-* repository + * To ensure that your request is seen, paste the pull request link into the relevant JIRA issue, or in an email to the mailing-list. == Git Workflow == === Setting up your repository === @@ -163, +164 @@ * Open a web browser to your GitHub account's cordova-x fork. * Select your topic branch so that the pull request references the topic branch. * Click the Pull Request button. + * Paste the pull request link into the relevant JIRA issue, or in an email to the mailing-list. == More Info == For more information about Git, see [[GitWorkflow]]
