Skip to content

Commit

Permalink
Remove the bug command
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdoumenjou authored and traefiker committed Mar 5, 2019
1 parent ebded2c commit 3419f9a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 231 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ If you intend to ask a support question: DO NOT FILE AN ISSUE.
HOW TO WRITE A GOOD ISSUE?
- Respect the issue template as much as possible.
- If possible, use the command `traefik bug`. See https://www.youtube.com/watch?v=Lyz62L8m93I.
- The title should be short and descriptive.
- Explain the conditions which led you to report this issue: the context.
- The context should lead to something, an idea or a problem that you’re facing.
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Bug
HOW TO WRITE A GOOD BUG REPORT?
- Respect the issue template as much as possible.
- If possible, use the command `traefik bug`. See https://www.youtube.com/watch?v=Lyz62L8m93I.
- The title should be short and descriptive.
- Explain the conditions which led you to report this issue: the context.
- The context should lead to something, an idea or a problem that you’re facing.
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Feature
HOW TO WRITE A GOOD ISSUE?
- Respect the issue template as much as possible.
- If possible, use the command `traefik bug`. See https://www.youtube.com/watch?v=Lyz62L8m93I.
- The title should be short and descriptive.
- Explain the conditions which led you to report this issue: the context.
- The context should lead to something, an idea or a problem that you’re facing.
Expand Down
171 changes: 0 additions & 171 deletions cmd/bug/bug.go

This file was deleted.

45 changes: 0 additions & 45 deletions cmd/bug/bug_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions cmd/traefik/traefik.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
"github.com/containous/staert"
"github.com/containous/traefik/autogen/genstatic"
"github.com/containous/traefik/cmd"
"github.com/containous/traefik/cmd/bug"
"github.com/containous/traefik/cmd/healthcheck"
"github.com/containous/traefik/cmd/storeconfig"
cmdVersion "github.com/containous/traefik/cmd/version"
Expand Down Expand Up @@ -134,7 +133,6 @@ Complete documentation is available at https://traefik.io`,

// add commands
f.AddCommand(cmdVersion.NewCmd())
f.AddCommand(bug.NewCmd(traefikConfiguration, traefikPointersConfiguration))
f.AddCommand(storeConfigCmd)
f.AddCommand(healthcheck.NewCmd(traefikConfiguration, traefikPointersConfiguration))

Expand Down
2 changes: 1 addition & 1 deletion docs/content/contributing/submitting-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The title must be short and descriptive. (~60 characters)

## Description

Follow the [issue template](https://github.com/containous/traefik/blob/master/.github/ISSUE_TEMPLATE.md) as much as possible, and make use of the `traefik bug` command if you can (see the [video on Youtube](https://www.youtube.com/watch?v=Lyz62L8m93I)).
Follow the [issue template](https://github.com/containous/traefik/blob/master/.github/ISSUE_TEMPLATE.md) as much as possible.

Explain us in which conditions you encountered the issue, what is your context.

Expand Down
9 changes: 0 additions & 9 deletions docs/content/operations/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Available commands:

- `version` : Print version
- `storeconfig` : Store the static Traefik configuration into a Key-value stores. Please refer to the `Store Traefik configuration`(TODO: add doc and link) section to get documentation on it.
- `bug`: The easiest way to submit a pre-filled issue.
- `healthcheck`: Calls Traefik `/ping` to check health.

Each command can have additional flags.
Expand All @@ -35,14 +34,6 @@ docker run traefik[:version] --help
# ex: docker run traefik:1.5 --help
```

## Command: bug

The easiest way to submit a pre-filled issue on [Traefik GitHub](https://github.com/containous/traefik)! Watch [this demo](https://www.youtube.com/watch?v=Lyz62L8m93I) for more information.

```bash
traefik bug
```

### Command: healthcheck

Checks the health of Traefik.
Expand Down

0 comments on commit 3419f9a

Please sign in to comment.