diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2025-09-16 21:26:55 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2025-09-16 21:26:55 +0200 |
| commit | 5ad615a08ec0eca3e4bd14aebe46c14bd20d2675 (patch) | |
| tree | e98a9e687087bd891042f4b996787128c371b1c1 | |
| parent | f9d2b4f83e660a38c4527afae9b200e53a687dbb (diff) | |
| download | future-me-5ad615a08ec0eca3e4bd14aebe46c14bd20d2675.tar.gz future-me-5ad615a08ec0eca3e4bd14aebe46c14bd20d2675.zip | |
README.md: initial project description
| -rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a7a933 --- /dev/null +++ b/README.md @@ -0,0 +1,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] |
