File tree 2 files changed +35
-2
lines changed
2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ ignore = _projects/corobo-enhancement.md,
132
132
_projects/generic-bears.md,
133
133
_projects/python-support.md,
134
134
_projects/improve-corobo.md,
135
- _projects/gitmate-coala.md
135
+ _projects/gitmate-coala.md,
136
+ _projects/git-bug2.md
136
137
137
138
[old_linelength_projects]
138
139
files = _projects/corobo-enhancement.md,
@@ -187,7 +188,8 @@ files = _projects/corobo-enhancement.md,
187
188
_projects/generic-bears.md,
188
189
_projects/python-support.md,
189
190
_projects/improve-corobo.md,
190
- _projects/gitmate-coala.md
191
+ _projects/gitmate-coala.md,
192
+ _projects/git-bug2.md
191
193
ignore_length_regex = .*https?://
192
194
bears = LineLengthBear
193
195
max_line_length = 120
Original file line number Diff line number Diff line change
1
+ ---
2
+ collaborating_projects :
3
+ - coala
4
+ desc : " Improve git-bug"
5
+ developers_involved : []
6
+ difficulty : hard
7
+ initiatives :
8
+ - GSoC
9
+ markdown : git-bug2.md
10
+ mentors :
11
+ - MichaelMure
12
+ name : " git-bug"
13
+ tags :
14
+ - git
15
+ - bugtracker
16
+ - github
17
+ ---
18
+
19
+ [ git-bug] ( https://github.com/MichaelMure/git-bug ) is a distributed
20
+ bug-tracker embedded in git. It allows contributor to a project to browse,
21
+ edit and collaborate on issues, including offline, with no more than the
22
+ normal git remote repository that you are already using for the source
23
+ code of your project.
24
+
25
+ git-bug provide a set of command line tools, an interactive terminal UI and a
26
+ rich web UI. git-bug also provide bridges with external bugtracker like Github,
27
+ Gitlab or Jira.
28
+
29
+ Multiple projects are possible:
30
+ - implementing support for pull-requests
31
+ - improving various components (bridges, webui, termui ...)
You can’t perform that action at this time.
0 commit comments