Skip to content

Commit 4227fe8

Browse files
committed
Update CONTRIBUTING.md
1 parent df4615d commit 4227fe8

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,40 +25,13 @@ Anyone can contribute to Cordova. And we need your contributions.
2525

2626
There are multiple ways to contribute: report bugs, improve the docs, and
2727
contribute code.
28-
28+
2929
For instructions on this, start with the
3030
[contribution overview](http://cordova.apache.org/contribute/).
3131

3232
The details are explained there, but the important items are:
33-
- Sign and submit an Apache ICLA (Contributor License Agreement).
34-
- Have a Jira issue open that corresponds to your contribution.
33+
- Check for Github issues that corresponds to your contribution and link or create them if necessary.
3534
- Run the tests so your patch doesn't break existing functionality.
3635

3736
We look forward to your contributions!
3837

39-
The notes on [Commit Workflow](https://github.com/apache/cordova-coho/blob/master/docs/committer-workflow.md#commit-workflow) can be helpful even if you are not a committer.
40-
41-
## Running plugin tests
42-
43-
* clone and install [cordova-plugin-test-framework](https://github.com/apache/cordova-plugin-test-framework)
44-
```
45-
git clone [email protected]:apache/cordova-plugin-test-framework.git
46-
```
47-
* edit ```cordova-plugin-test-framework/www/assets/index.html``` and add the following line
48-
```
49-
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com http://cordova.apache.org http://google.co.uk https://google.co.uk 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">
50-
```
51-
* create test project
52-
```
53-
cordova create plugintest
54-
cd plugintest
55-
cordova platform add android
56-
cordova plugin add ../cordova-plugin-inappbrowser
57-
cordova plugin add ../cordova-plugin-inappbrowser/tests
58-
cordova plugin add ../cordova-plugin-test-framework
59-
```
60-
* edit ```config.xml``` and replace ```<content src="index.html" />``` with ```<content src="cdvtests/index.html" />```
61-
* run application
62-
```
63-
cordova run
64-
```

0 commit comments

Comments
 (0)