Skip to content

Commit

Permalink
README and update description of this plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Oct 28, 2014
1 parent 3d2dfb8 commit 95c4660
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 103 deletions.
90 changes: 0 additions & 90 deletions README.ja.md

This file was deleted.

19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Redmine Issue Wiki Journal

| English | [Japanese](https://github.com/hidakatsuya/redmine_issue_wiki_journal/blob/master/README.ja.md) |
[![Build Status](http://img.shields.io/travis/hidakatsuya/redmine_issue_wiki_journal.svg?style=flat)](https://travis-ci.org/hidakatsuya/redmine_issue_wiki_journal)

This plugin will provides the feature which associate Wiki updates to the Issue.
Redmine plugin for referencing and fixing issues in comment of wiki updates.

## Usage

Expand Down Expand Up @@ -32,16 +32,16 @@ You can update status of the related Issue using keywords like `fixes` `closes`.

## Supported versions

* Redmine 2.2.x, 2.3.x
* Ruby 1.9.3, 2.0.0
* Redmine 2.3, 2.4, 2.5, 2.6
* Ruby 1.9.3, 2.1.3

## Install

Clone this plugin to `your.Redmine/plugins`.

git clone https://github.com/hidakatsuya/redmine_issue_wiki_journal.git

Or, download ZIP/TAR.gz archives from [here](https://github.com/hidakatsuya/redmine_issue_wiki_journal/releases/tag/0.0.1).
Or, download ZIP/TAR.gz archives from [here](https://github.com/hidakatsuya/redmine_issue_wiki_journal/releases).
Then, refer the following page to setup.
http://www.redmine.org/projects/redmine/wiki/Plugins#Installing-a-plugin

Expand All @@ -60,21 +60,16 @@ http://www.redmine.org/projects/redmine/wiki/Plugins#Uninstalling-a-plugin
4. Push to the branch (``git push origin new-feature``)
5. Create new Pull Request

### How to setup plugin development envirnoment

TODO

### How to test

Run the following command in Redmine root directory:

$ rake redmine:plugins:test NAME=redmine_issue_wiki_journal
$ bundle exec rake redmine:plugins:test NAME=redmine_issue_wiki_journal

### Report Bugs

[github issues](https://github.com/hidakatsuya/redmine_issue_wiki_journal/issues/new)

## Copyright

Copyright © Katsuya Hidaka. See MIT-LICENSE for further details.

© Katsuya Hidaka. See MIT-LICENSE for further details.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Redmine::Plugin.register :redmine_issue_wiki_journal do
name 'Redmine Issue Wiki Journal'
author 'Katsuya Hidaka'
description 'This plugin will provides the feature which associate Wiki updates to the Issue'
description 'Redmine plugin for referencing and fixing issues in comment of wiki updates.'
version '1.0.0'
url 'https://github.com/hidakatsuya/redmine_issue_wiki_journal'
author_url 'https://github.com/hidakatsuya'
Expand Down

0 comments on commit 95c4660

Please sign in to comment.