GitHubのIssueページからブランチを作成する際に、「feature/」の記述を忘れないようにするためのユーザースタイル
UserStyles.GitHub by ssatoh17
Details
Authorssatoh17
LicenseNo License
Categorygithub.com/straddle-git/k-auction/issues/
Created
Updated
Size461 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name github.com/straddle-git/k-auction/issues/* - 2023年11月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description feature/をつけ忘れないようにするための措置
@author Me
==/UserStyle== */
@-moz-document regexp("https://github.com/.*/.*/issues/.*") {
label[for="name"]:after {
color: red;
content: " feature/ を手前に挿入してください。";
}
}