Skip to content

Commit

Permalink
removed instructions about adding documentation to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
daspilker committed Sep 2, 2015
1 parent 2caacd2 commit fda4d37
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class FooContext {

```groovy
/**
* Generate configuration for Mercurial.
* Adds a Mercurial SCM source.
*
* @since 1.33
*/
Expand All @@ -148,29 +148,3 @@ class FooContext {
```

* Add at least one example for each DSL method to `job-dsl-core/src/main/docs/examples`.
* Update the [DSL Overview](docs/Job-DSL-Commands.md#dsl-methods) if necessary.
* Make sure that the Job Reference page contains a formal reference, a short description including a link to the plugin, at least one example and the version which added the feature.

```
## Foo
```groovy
job {
wrappers {
foo(String option) // optional
}
}
```

Does some foo. Requires the [Foo Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Foo).

```groovy
job {
wrappers {
foo('bar')
}
}
```

(Since 1.15)
```

0 comments on commit fda4d37

Please sign in to comment.