-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat) improve how to report a bug documentation
- Loading branch information
1 parent
de92b26
commit 949412a
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,3 +222,17 @@ Default access for the application is **http://localhost:9000**. | |
```sh | ||
$ docker-compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage [COMMAND] | ||
``` | ||
|
||
## Bug reports, enhancements and support | ||
|
||
If you **need help to setup Taiga**, want to **talk about some cool enhancemnt** or you have **some questions**, please write us to our [mailing list](http://groups.google.com/d/forum/taigaio). | ||
|
||
If you **find a bug** in Taiga you can always report it: | ||
|
||
- in [Taiga issues](https://tree.taiga.io/project/taiga/issues). | ||
- send us a mail to [email protected] if is a bug related to [tree.taiga.io](https://tree.taiga.io). | ||
- send a mail to [email protected] if is a **security bug**. | ||
|
||
One of our fellow Taiga developers will search, find and hunt it as soon as possible. | ||
|
||
Please, before reporting a bug write down how can we reproduce it, your operating system, your browser and version, and if it's possible, a screenshot. Sometimes it takes less time to fix a bug if the developer knows how to find it and we will solve your problem as fast as possible. |