mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
dev: update GitHub labels
This commit is contained in:
parent
c2b71310c3
commit
e95d8edb19
2 changed files with 14 additions and 11 deletions
|
@ -16,11 +16,13 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
ignoreLabels: [
|
ignoreLabels: [
|
||||||
|
"asciidoc",
|
||||||
"blocked",
|
"blocked",
|
||||||
"browser",
|
"browser",
|
||||||
"device",
|
"device",
|
||||||
"helpwanted",
|
"helpwanted",
|
||||||
"hugo",
|
"hugo",
|
||||||
|
"idea",
|
||||||
"mermaid",
|
"mermaid",
|
||||||
"needsfeedback",
|
"needsfeedback",
|
||||||
"undecided",
|
"undecided",
|
||||||
|
@ -31,9 +33,9 @@ module.exports = {
|
||||||
"duplicate",
|
"duplicate",
|
||||||
"invalid",
|
"invalid",
|
||||||
"support",
|
"support",
|
||||||
"update",
|
|
||||||
"unresolved",
|
"unresolved",
|
||||||
"wontfix",
|
"update",
|
||||||
|
"wontchange",
|
||||||
],
|
],
|
||||||
ignoreTagsWith: [
|
ignoreTagsWith: [
|
||||||
"Relearn",
|
"Relearn",
|
||||||
|
|
|
@ -66,10 +66,10 @@ If an issue does not result in changesets but is closed anyways, it must have ex
|
||||||
|-------------------------------------------------------|-------------------------------------------
|
|-------------------------------------------------------|-------------------------------------------
|
||||||
| {{% badge color="#9fa2a5" %}}duplicate{{% /badge %}} | This issue or pull request already exists |
|
| {{% badge color="#9fa2a5" %}}duplicate{{% /badge %}} | This issue or pull request already exists |
|
||||||
| {{% badge color="#9fa2a5" %}}invalid{{% /badge %}} | This doesn't seem right |
|
| {{% badge color="#9fa2a5" %}}invalid{{% /badge %}} | This doesn't seem right |
|
||||||
| {{% badge color="#9fa2a5" %}}support{{% /badge %}} | Solved by reconfiguring the authors site |
|
| {{% badge color="#9fa2a5" %}}support{{% /badge %}} | Request for achieving a special goal |
|
||||||
| {{% badge color="#9fa2a5" %}}unresolved{{% /badge %}} | No progress on this issue |
|
| {{% badge color="#9fa2a5" %}}unresolved{{% /badge %}} | No progress on this issue |
|
||||||
| {{% badge color="#9fa2a5" %}}update{{% /badge %}} | A documented change in behavior |
|
| {{% badge color="#9fa2a5" %}}update{{% /badge %}} | A change in behavior after updat |
|
||||||
| {{% badge color="#9fa2a5" %}}wontfix{{% /badge %}} | This will not be worked on |
|
| {{% badge color="#9fa2a5" %}}wontchange{{% /badge %}} | This will not be worked on |
|
||||||
|
|
||||||
### Halt
|
### Halt
|
||||||
|
|
||||||
|
@ -88,7 +88,8 @@ You can assign one further label out of the following list to signal readers tha
|
||||||
If the issue is not caused by a programming error in the themes own code, you can label the causing program or library.
|
If the issue is not caused by a programming error in the themes own code, you can label the causing program or library.
|
||||||
|
|
||||||
| Label | Description |
|
| Label | Description |
|
||||||
|----------------------------------------------------|-------------------------------------------------------------|
|
|-----------------------------------------------------|-------------------------------------------------------------|
|
||||||
|
| {{% badge color="#e550a7" %}}asciidoc{{% /badge %}} | This is a topic related to processing of AsciiDoc |
|
||||||
| {{% badge color="#e550a7" %}}browser{{% /badge %}} | This is a topic related to the browser but not the theme |
|
| {{% badge color="#e550a7" %}}browser{{% /badge %}} | This is a topic related to the browser but not the theme |
|
||||||
| {{% badge color="#e550a7" %}}device{{% /badge %}} | This is a topic related to a certain device |
|
| {{% badge color="#e550a7" %}}device{{% /badge %}} | This is a topic related to a certain device |
|
||||||
| {{% badge color="#e550a7" %}}hugo{{% /badge %}} | This is a topic related to Hugo itself but not the theme |
|
| {{% badge color="#e550a7" %}}hugo{{% /badge %}} | This is a topic related to Hugo itself but not the theme |
|
||||||
|
|
Loading…
Reference in a new issue