Page 1 of 1

suggestion: additional development-related BBcode tags

Posted: 2018-06-15, 18:54
by yami_
Currently we have [bug] for bugzilla bug numbers and [issue] for Pale Moon bug numbers. I think that having a tag for referencing UXP bug numbers would also be useful (maybe something like [issue=uxp]). My other ideas are [pr] for pull requests and [commit] for commits, though I think that those two are not as useful as the first one. What do you think about this?

Re: suggestion: additional development-related BBcode tags

Posted: 2018-06-15, 20:00
by GMforker
Perhaps you will be more successful... 8-)
viewtopic.php?f=17&p=132864#p132864

Re: suggestion: additional development-related BBcode tags

Posted: 2018-06-15, 20:15
by yami_
GMforker wrote:Perhaps you will be more successful... 8-)
Lets hope for the best ;).
Off-topic:
It seems that I have somehow missed your thread, sorry.

Re: suggestion: additional development-related BBcode tags

Posted: 2018-06-16, 00:42
by Moonchild
I've added a more generic tag:

Code: Select all

[issue={mcp repo}]number[/issue]
This will link to an issue number in the MoonchildProductions repo listed.
e.g.

Code: Select all

[issue=UXP]20[/issue]
Will become: Issue #20 (UXP)

Re: suggestion: additional development-related BBcode tags

Posted: 2018-06-16, 09:43
by yami_
Moonchild wrote:I've added a more generic tag
Thanks!

Re: suggestion: additional development-related BBcode tags

Posted: 2018-11-28, 19:56
by JustOff
Moonchild wrote:I've added a more generic tag:

Code: Select all

[issue={mcp repo}]number[/issue]
I'm confused with this tag all the time :oops: Perhaps it would be better to include UXP to the template by default?

Code: Select all

[issue=UXP][/issue]