blob: 9a7a93322dedb6d533a9410530ea3e9bf6bfd8d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Future me - a distributed git based bug tracker
## About
As the main git forges forces you to create accounts I wanted to create a
simple bug tracker solution for my own git server. I liked the idea of
using git notes feature as git-appraise uses for distributed pull requests
and found git-bug interesting. But my idea don't fit into git-bug or
git-appraise. Therefore I started creating this project.
### Current status
Nothing to see right now^(tm).
## License
SPDX MIT see [LICENSE](LICENSE) for more information.
## References
* [git-bug](https://github.com/git-bug/git-bug)
* [git-appraise](https://github.com/google/git-appraise)
## Contribution
This project follows the "git email flow". If there is interest in this project
I will create a dedicated mailing list for it. But for now feel free to send me
a git format-patch style patch with git send-email to
[Bernhard.Guillon@begu.org]
|