Skip to content

Commit

Permalink
JENKINS-49559: Incorporated review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
znerd committed Feb 16, 2018
1 parent 8b188b2 commit f6e83ba
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
@@ -1,11 +1,11 @@
[![][ButlerImage]][wiki]
[![][ButlerImage]][homepage]

# About
This is the source repository for the **File System SCM** plugin for Jenkins.
This plugin provides an additional SCM option to Jenkins, based on the file
system.

For more information see the [wiki].
For more information see the [homepage].

# Purpose and Use Cases

Expand All @@ -21,26 +21,26 @@ the latency by just getting things from the local file system.
# How to Raise Issues

If you find any bug, or if you want to file a change request, then please
check out: [How to report an issue].
check out:
[How to report an issue](https://wiki.jenkins.io/display/JENKINS/How+to+report+an+issue).

When creating a ticket in the [Jenkins JIRA] system, select the component
`filesystem_scm_plugin`.
When creating a ticket in the [Jenkins JIRA](https://issues.jenkins-ci.org/)
system, select the component `filesystem_scm_plugin`.

# Source
The source code can be found on [GitHub]. Fork us!
The source code can be found on
[GitHub](https://github.com/jenkinsci/filesystem_scm-plugin). Fork us!

# Contributing

Contributions are welcome! Check out the [open tickets] for this plugin in
JIRA.
Contributions are welcome! Check out the
[open tickets](https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20status%20in%20%28Open%2C%20Reopened%29%20AND%20component%20%3D%20filesystem_scm-plugin)
for this plugin in JIRA.

If you are a newbie, and want to pick up an easier task first, you may
want to start with [newbie-friendly open tickets] first (if there are any).
want to start with
[newbie-friendly open tickets](https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20status%20in%20%28Open%2C%20Reopened%29%20AND%20component%20%3D%20filesystem_scm-plugin%20AND%20labels%20%3D%20newbie-friendly)
first (if there are any).

[ButlerImage]: https://jenkins.io/sites/default/files/jenkins_logo.png
[wiki]: https://wiki.jenkins.io/display/JENKINS/File+System+SCM
[How to report an issue]: https://wiki.jenkins.io/display/JENKINS/How+to+report+an+issue
[Jenkins JIRA]: https://issues.jenkins-ci.org/
[GitHub]: https://github.com/jenkinsci/filesystem_scm-plugin
[open tickets]: https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20status%20in%20(Open%2C%20Reopened)%20AND%20component%20%3D%20filesystem_scm-plugin
[newbie-friendly open tickets]: https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20status%20in%20(Open%2C%20Reopened)%20AND%20component%20%3D%20filesystem_scm-plugin%20AND%20labels%20%3D%20newbie-friendly
[homepage]: https://plugins.jenkins.io/filesystem_scm

0 comments on commit f6e83ba

Please sign in to comment.