Skip to content

Commit 8b96657

Browse files
author
Thibault Mutabazi
committed
Added README.md
1 parent c7acf70 commit 8b96657

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.MD

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Redmine Text Blocks Plugin
2+
3+
This plugin adds configurable text blocks for replying to issues.
4+
5+
6+
## Requirements
7+
8+
- Redmine >= 3.4.0
9+
10+
## Installation
11+
12+
To install Redmine text blocks plugin, download or clone this repository in your Redmine installation plugins directory!
13+
14+
`git clone https://hub.georepublic.net/gtt/redmine_text_blocks.git`
15+
16+
Then run
17+
18+
`bundle install`
19+
20+
followed by
21+
22+
`bundle exec rake redmine:plugins:migrate`
23+
24+
25+
After restarting Redmine, you should be able to see the Redmine Resource Manager in the Plugins page.
26+
27+
More information on installing Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
28+
29+
30+
## Version History
31+
32+
- 1.0.2 Fixes localization
33+
- 1.0.1 Bugfix
34+
35+
36+
## Authors
37+
38+
- [Jens Kraemer](https://github.com/jkraemer)
39+
40+
- [Daniel Kastl](https://github.com/dkastl)
41+
42+
43+
## LICENSE
44+
45+
GPL v3.0

0 commit comments

Comments
 (0)