/bug-tracker

Bug Tracker is a small team collaboration tool that synchronizes bugs fed back by users and testers to a private repository

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Introduction

The Bug Tracker tool is used for small team problem tracking to associate the problem with the project instead of being in a free state. It is generally used when the project is not visible to everyone, so that users and testers can relate the feedback problems.

Install

make build # or make docker-build

Usage

Before use, you need to configure your project information and gitlab authentication token. in config.yaml:

Projects:
  - ID: 1
    Name: demo
  = ID: 1
    Name: frontend-demo

AccessToken: <your gitlab authentication token>
Repos: https://git.<your repo address>.org

Screenshot

demo.png