mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 11:48:50 -05:00
[GH-ISSUE #118] Add new platform: Gitee #2534
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pd4d10 on GitHub (Oct 11, 2020).
Original GitHub issue: https://github.com/pd4d10/git-touch/issues/118
https://gitee.com/
@shreyas1599 commented on GitHub (Jan 4, 2021):
Hi @pd4d10,
I'm trying to add the issue screen. Need some help.
IssueItemtakes a required parameter called number but gitee issue numbers are not integers. They look something like this:#I2BRYV. Which of these would you suggest or is there an alternative apart from this?IssueItemand makenumberas aStringand update this across everything?idparameter of the response (this is an integer) for now?@pd4d10 commented on GitHub (Jan 4, 2021):
Well, it seems just used as a title.
Perhaps replace the
int numberprop with aString title?@shreyas1599 commented on GitHub (Jan 4, 2021):
titleprop already exists. Do you mean remove thenumberprop and append the issue number totitle?@pd4d10 commented on GitHub (Jan 4, 2021):
Oh, sorry, I missed that. It seems like a subtitle.
@pd4d10 commented on GitHub (Jan 4, 2021):
It's a good idea, but I've noticed that the style is a little different with the title and wrapped with a
TextSpan.How about replacing it with
String subtitle?@shreyas1599 commented on GitHub (Jan 4, 2021):
Alright I'll do this
@pd4d10 commented on GitHub (Jan 6, 2021):
This issue could be closed since Gitee is already supported. Let's track the features and bugs of Gitee with new issues.
@shreyas1599 commented on GitHub (Jan 6, 2021):
@pd4d10 going off-track here but can you enable

Discussionson the repo(you're the admin)? It's for general discussions that may not necessarily be an issue. I opened it on my fork and it looks something like this:@pd4d10 commented on GitHub (Jan 6, 2021):
Enabled. I haven't used it before. Let's try it!