git-issue
utterances
git-issue | utterances | |
---|---|---|
14 | 77 | |
773 | 9,032 | |
- | 0.5% | |
4.5 | 0.0 | |
7 months ago | 4 months ago | |
Shell | TypeScript | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
git-issue
-
Radicle: Peer-to-Peer Collaboration with Git
Note that if you just want to provide a issue tracker within Git rather than relying on centralized web services like Github or Gitlab, there is
https://github.com/MichaelMure/git-bug
https://github.com/dspinellis/git-issue
https://sciit.gitlab.io/sciit/ (this one has a list of alternatives here https://sciit.gitlab.io/sciit/#other-distributed-issue-track...)
Overall it's very disappointing that Github didn't decide to embed issue tracking (and also PR discussions) inside the repository (in another branch perhaps). Issue discussion is part of documentation IMO, and not distributing it alongside the repository causes lock-in
- Git-issue: decentralized issue management
- Show HN: Gitopia: Decentralized GitHub Alternative for Open Source Collaboration
- Kanban Board for the Command Line
-
What is your simple issue tracking system .
A quick search for 'issue tracker stored in git repository' brings up this Stackoverflow post, which points to git-bug and git-issue. Those look closer to what you're asking for, thought I haven't used them.
- What Comes After Git
- Fossil: Battery Included Git Alternative
- Git-issue – Git-based decentralized issue management
-
Utterances – a lightweight comments widget built on GitHub issues
I think he meant just the network effects of a social platform. Github has more people in them so there are more people interacting with repositories hosted on Github.
I wish that somehow people carried identity across Github / Gitlab / Gitea / other services. Like, a federated issue tracker. Or otherwise that the issues themselves were easily movable between platforms, with no lock-in. But the incumbent platforms rarely want something like this.
An alternative is to eschew platform issues entirely, and use decentralized issue comments hosted as Git repositories, like https://github.com/dspinellis/git-issue or https://github.com/neithernut/git-dit or https://github.com/MichaelMure/git-bug - I think that Gitlab should offer integration with one of them. I mean: both allowing to export issues and PRs into a Git branch, and allowing people to comment on issues and PRs by pushing to a Git branch.
-
Git as a Storage
git-bug, the one mentioned in the article here, has some documentation on its README of how well its importer/exporter tools support Github, Gitlab, Jira, and Launchpad: https://github.com/MichaelMure/git-bug
Most of the other such tools I've seen barely have the resources to import/export a single such API. git-issue only has Github import it looks like. https://github.com/dspinellis/git-issue
There's perceval which is designed to be a generic archival tool and supports lots of APIs, but only dumps them to source-specific formats and would still need a lot of work if you tried to use issues from different APIs together: https://github.com/chaoss/grimoirelab-perceval
utterances
- Utterances
-
Add Utterances Comment System in Next.js App in App Router
'use client'; import { useEffect, useRef } from 'react'; const Comments = ({ issueTerm }) => { const commentsSection = useRef(null); useEffect(() => { const script = document.createElement('script'); script.src = 'https://utteranc.es/client.js'; script.async = true; script.crossOrigin = 'anonymous'; script.setAttribute('repo', 'shade-cool/article'); script.setAttribute('issue-term', issueTerm); script.setAttribute('theme', 'github-light'); commentsSection.current.appendChild(script); }, [issueTerm]); return
; }; export default Comments; -
Converting BlogCFC blog to Eleventy
Handling New Comments: There are excellent lightweight comment utilities available for managing comments on your eleventy blog. I personally use Utterances, but Giscus is also a great alternative.
-
Unleash Your Dev Blog: Write More with GitHub Issues as Your CMS
We can use utteranc.es, a lightweight comment widget built on GitHub Issues to integrate authed comments in our blog.
-
Must-Have Features to Look for in a Blogging Platform
utterances (open-source)
-
Blog Comments
Typically, a comment requires server side code and a lot of messy management. It’s a pain. These comments rely on a tool called utterances. Utterances uses GitHub’s issue tracker which was designed to track bugs, as part of that it includes extensive comment and discussion capabilities. If an issue doesn’t exist, utterances will automatically create that issue for you. It created this issue for the comments in this page...
-
How do I use utterances on a static GitHub pages site with no custom theme?
I've installed utterances on my GitHub repo. I've configured it and given it the appropriate permissions. At the end of setup, it provided me with an HTML script and the following instructions:
-
Add comments to blog website in minutes
Fortunatly we have free, lightweight and efficient options to add comments in blog website or any website. I am talking about utteranc.es. A lightweight comments widget built on GitHub issues. Use GitHub issues for blog comments, wiki pages and more!
-
🚀 Creating a Personalized Blog Website in minutes with Gatsby - A Step-by-Step Guide
Go to https://utteranc.es and follow the instructions to set up the commenting system.
- Free, non-self-hosted website comment system powered by GitHub Issues
What are some alternatives?
git-bug - Distributed, offline-first bug tracker embedded in git, with bridges
giscus - A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:
jj - A Git-compatible VCS that is both simple and powerful
gitalk - Gitalk is a modern comment component based on Github Issue and Preact.
996.ICU - Repo for counting stars and contributing. Press F to pay respect to glorious developers.
staticman - 💪 User-generated content for Git-powered websites
DoctrineEnumBundle - 📦 Provides support of ENUM type for Doctrine in Symfony applications.
remark42 - comment engine
AnyTone-D868UV - Unofficial issue tracker for AnyTone AT-D868UV and AT-D878UV radios and firmware
commento
zio-protoquill - Quill for Scala 3
boring-avatars - Boring avatars is an open source React library that generates custom, SVG-based avatars from any username and color palette.