Skip to content

Commit 5e11edb

Browse files
authored
Develop (#9)
* Applies updated template * Updates version and metadata Signed-off-by: Daniel Kastl <[email protected]>
1 parent 61c10ce commit 5e11edb

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

README.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,54 @@
11
# Redmine Text Blocks Plugin
22

3-
This plugin adds configurable text blocks for replying to issues.
4-
5-
## Project health
6-
73
![CI #develop](https://github.com/gtt-project/redmine_text_blocks/workflows/Test%20with%20Redmine/badge.svg)
84

5+
This plugin adds configurable text blocks for replying to issues.
6+
97
## Requirements
108

119
- Redmine >= 3.4.0
1210

1311
## Installation
1412

1513
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+
```
1818

1919
Then run
2020

21-
`bundle install`
21+
```
22+
bundle install
23+
bundle exec rake redmine:plugins:migrate
24+
```
2225

23-
followed by
26+
After restarting Redmine, you should be able to see the Redmine Text Blocks plugin in the Plugins page.
2427

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
2629

30+
## How to use
2731

28-
After restarting Redmine, you should be able to see the Redmine Resource Manager in the Plugins page.
32+
[Settings, screenshots, etc.]
2933

30-
More information on installing Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
34+
## Contributing and Support
3135

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).
3237

3338
## Version History
3439

35-
- 1.0.2 Fixes localization
36-
- 1.0.1 Bugfix
40+
- 1.0.2 Fixes localization
41+
- 1.0.1 Bugfix
3742

43+
See [all releases](https://github.com/gtt-project/redmine_text_blocks/releases) with release notes.
3844

3945
## Authors
4046

4147
- [Jens Kraemer](https://github.com/jkraemer)
42-
4348
- [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)
4552

4653
## LICENSE
4754

init.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
Redmine::Plugin.register :redmine_text_blocks do
88
name 'Redmine Text Blocks Plugin'
99
author 'Jens Krämer, Georepublic'
10-
author_url 'https://hub.georepublic.net/gtt/redmine_text_blocks'
10+
author_url 'https://github.com/georepublic'
11+
url 'https://github.com/gtt-project/redmine_text_blocks'
1112
description 'Adds configurable text blocks for replying to issues'
12-
version '1.0.2'
13+
version '1.2.0'
1314

1415
requires_redmine version_or_higher: '3.4.0'
1516

0 commit comments

Comments
 (0)