Giter VIP home page Giter VIP logo

bug-mode's Introduction

bug-mode

A mode to interface with bug/issue tracking systems from within Emacs. This mode started out as bz-mode, but got renamed to bug-mode after work was done to support additional bug trackers.

Currently somewhat working bug trackers are:

Quick start

This is a quick start guide. Have a look at the full manual for more details. If you’re a developer, read this.

  • call make to generate autoloads
  • Edit your ~/.emacs or ~/.emacs.d/init.el:
(load-file "/path/to/bug-mode/bug.el")
  • M-x customize-group RET bug and adjust at least the the list of instances and the name of the default instance. The instance plist configuration could look like this:
(:foo (:url "https://foo.example" :type bz-rpc)
 :bar (:url "https://bar.example" :authinfo "~/.netrc" :type bz-rpc)
 :rally (:api-key "_yourapikey" :type rally))
  • M-x customize-group RET bug-faces if you don’t like the default faces
  • Store your credentials in authinfo format in ~/.authinfo, or specify a database location with the :authinfo property
  • For using Rally, generate API Keys if your subscription allows it, and set the :api-key property. With no API key configured username/password from authinfo are used as well.

bug-mode's People

Contributors

bwachter avatar henrikolsson avatar tohojo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.