From 80dc5e65b7f9e902c7f2e8c252a4d884a5e7d5cb Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 13 Jul 2021 14:27:38 -0300 Subject: [PATCH] chore: deleted in favor of new templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 35 ---------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index 5a9b41ffb..000000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -labels: bug ---- - -**Describe the bug** - -A clear and concise description of what the bug is. - -**To Reproduce** - -Steps to reproduce the behavior: - -```yaml -your goreleaser config file -``` - -> Make sure your config file is valid by running -> `goreleaser check -f path-to-config-file`. - -**Expected behavior** - -A clear and concise description of what you expected to happen. - -**Environment (please complete the following information):** - -- OS: [e.g. mac, linux] -- OS version: [uname -a] -- GoReleaser Version [goreleaser --version] -- GitLab version (if using a private hosted one) - -**Additional context** -Add any other context about the problem here. Full output log with debug on -is probably a helpful thing to add here.