Code2Gether-Discord / Code2Gether-Discord/Code2Gether-Discord-Bot
[User Story] As a developer, I want to be able to make issue references inside project channels
- Langage dominant
- C#
- Étoiles
- 3
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**Given...**
Given I accept the bot to overwrite my messages with issue references (by a command like `c!github iss-ref true`)
**When...**
When I send a message with a issue reference in a project channel.
> We shall fix #69 and merge #70 quickly
**Then...**
Then the bot copy my message, deletes it and resend referencing the issue. (using a hyperlink)
> [{user}]: We shall fix [#69]\(https://github.com/Code2Gether-Discord/{channel}/issue/69) and merge [#70]\(https://github.com/Code2Gether-Discord/{channel}/pull/70)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by locating the bot command handling for `c!github iss-ref true` and the message-processing entry point for project channels. Trace how messages are received, deleted, and resent, then verify behavior with references to both an issue and a pull request. Done means opted-in users' messages are replaced with hyperlinks while other messages remain unchanged.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- csharp
- Domaine
- backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100