|
1 | 1 | # Redmine Text Blocks Plugin
|
2 | 2 |
|
3 |
| -This plugin adds configurable text blocks for replying to issues. |
4 |
| - |
5 |
| -## Project health |
6 |
| - |
7 | 3 | 
|
8 | 4 |
|
| 5 | +This plugin adds configurable text blocks for replying to issues. |
| 6 | + |
9 | 7 | ## Requirements
|
10 | 8 |
|
11 | 9 | - Redmine >= 3.4.0
|
12 | 10 |
|
13 | 11 | ## Installation
|
14 | 12 |
|
15 | 13 | To install Redmine text blocks plugin, download or clone this repository in your Redmine installation plugins directory!
|
16 |
| - |
17 |
| -`git clone https://hub.georepublic.net/gtt/redmine_text_blocks.git` |
| 14 | +``` |
| 15 | +cd path/to/plugin/directory |
| 16 | +git clone https://github.com/gtt-project/redmine_text_blocks.git |
| 17 | +``` |
18 | 18 |
|
19 | 19 | Then run
|
20 | 20 |
|
21 |
| -`bundle install` |
| 21 | +``` |
| 22 | +bundle install |
| 23 | +bundle exec rake redmine:plugins:migrate |
| 24 | +``` |
22 | 25 |
|
23 |
| -followed by |
| 26 | +After restarting Redmine, you should be able to see the Redmine Text Blocks plugin in the Plugins page. |
24 | 27 |
|
25 |
| -`bundle exec rake redmine:plugins:migrate` |
| 28 | +More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins |
26 | 29 |
|
| 30 | +## How to use |
27 | 31 |
|
28 |
| -After restarting Redmine, you should be able to see the Redmine Resource Manager in the Plugins page. |
| 32 | +[Settings, screenshots, etc.] |
29 | 33 |
|
30 |
| -More information on installing Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins |
| 34 | +## Contributing and Support |
31 | 35 |
|
| 36 | +The Text Blocks Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)! Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md). |
32 | 37 |
|
33 | 38 | ## Version History
|
34 | 39 |
|
35 |
| - - 1.0.2 Fixes localization |
36 |
| - - 1.0.1 Bugfix |
| 40 | +- 1.0.2 Fixes localization |
| 41 | +- 1.0.1 Bugfix |
37 | 42 |
|
| 43 | +See [all releases](https://github.com/gtt-project/redmine_text_blocks/releases) with release notes. |
38 | 44 |
|
39 | 45 | ## Authors
|
40 | 46 |
|
41 | 47 | - [Jens Kraemer](https://github.com/jkraemer)
|
42 |
| - |
43 | 48 | - [Daniel Kastl](https://github.com/dkastl)
|
44 |
| - |
| 49 | + - [Thibault Mutabazi](https://github.com/eyewritecode) |
| 50 | + - [Ko Nagase](https://github.com/sanak) |
| 51 | + - ... [and others](https://github.com/gtt-project/redmine_text_blocks/graphs/contributors) |
45 | 52 |
|
46 | 53 | ## LICENSE
|
47 | 54 |
|
|
0 commit comments