[ 
https://issues.apache.org/jira/browse/CB-9974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004646#comment-15004646
 ] 

ASF GitHub Bot commented on CB-9974:
------------------------------------

Github user riknoll commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/418#discussion_r44828736
  
    --- Diff: www/contribute/contribute_guidelines.md ---
    @@ -0,0 +1,77 @@
    +---
    +layout: contribute-help
    +title: Apache Cordova Contribute Guidelines
    +---
    +# Contributor Guidelines
    +
    +Thanks for helping to improve Cordova! This page provides a general guide 
on making contributions to Cordova. If you can't find something on this page, 
please feel free to contact the [dev mailing 
list](http://cordova.apache.org/contact) or ask questions on the Cordova Slack.
    +
    +## Prerequisites
    +
    +Before contributing to Apache Cordova, please complete the following steps:
    +
    +1. Sign the [Individual Contributor License Agreement 
(ICLA)](http://www.apache.org/licenses/#clas) and [submit it to the 
ASF](http://www.apache.org/licenses/#submitting).
    +    * You should receive an email confirming you submission within a day 
or so and your name will appear in the [list of committers and 
non-committers](https://people.apache.org/committer-index.html)
    +    * If you are submitting on behalf of a company, you may need to submit 
a CCLA as well
    +2. Join the [mailing list](http://cordova.apache.org/contact/) and send a 
brief introduction of yourself
    +3. Create an [Apache 
JIRA](https://issues.apache.org/jira/secure/Signup!default.jspa) account
    +
    +## Working with JIRA
    +
    +Issues for Apache Cordova are hosted in the Apache JIRA. All code 
contributions made to Cordova should have a corresponding JIRA issue. When 
reporting issues, please follow [these guidelines](./issues.html).
    +
    +#### Claiming Issues
    +If you find a JIRA issue that you would like to work on, you can ask to 
claim it; please leave a comment indicating your intention and a committer will 
assign it to you. Some issues in JIRA are auto-assigned to certain 
contributors. If it is clear that an issue is not being worked on, feel free to 
work on it yourself (but please comment first to let the asignee know). If you 
are looking for a place to start, try searching the [issues labelled 
easyfix](https://issues.apache.org/jira/browse/CB-9974?jql=project%20%3D%20CB%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20%22easyfix%22%20ORDER%20BY%20createdDate%20DESC).
    +
    +
    +## Submitting Code
    --- End diff --
    
    Sure! I'll add some notes about branches/forks and rebasing PRs. I don't 
want to add a bunch of git tutorial steps here, but I'll point to the official 
git docs. The code review steps are useful too.


> openDatabaseSync() not working in web worker Cordova iOS 9
> ----------------------------------------------------------
>
>                 Key: CB-9974
>                 URL: https://issues.apache.org/jira/browse/CB-9974
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 3.9.0
>            Reporter: Zam Abdul Vahid
>              Labels: easyfix
>
> Cordova cli version: 5.3.3
> Cordova iOS platform version: 3.9.1
> Xcode version: 7 - iOS 9
> ~ worker.js
> var db = openDatabaseSync("MyDb", "1.0", "My Description", 50*1024*1024); 
> When i try to create a database from within a web worker its throwing a js 
> error as below.
> ~output
> [Error] ReferenceError: Can't find variable: openDatabaseSync (worker.js, 
> line 7)
> But the same code working in iOS 8. Any help would be much appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to