File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments