diff --git a/.grenrc.js b/.grenrc.js index 92e251fcec..14b10ca699 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -30,6 +30,7 @@ module.exports = { "documentation", "duplicate", "invalid", + "support", "update", "unresolved", "wontfix", diff --git a/exampleSite/content/dev/maintaining/_index.en.md b/exampleSite/content/dev/maintaining/_index.en.md index 976fa99db8..f69593dbca 100644 --- a/exampleSite/content/dev/maintaining/_index.en.md +++ b/exampleSite/content/dev/maintaining/_index.en.md @@ -66,6 +66,7 @@ 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" %}}invalid{{% /badge %}} | This doesn't seem right | +| {{% badge color="#9fa2a5" %}}support{{% /badge %}} | Solved by reconfiguring the authors site | | {{% badge color="#9fa2a5" %}}unresolved{{% /badge %}} | No progress on this issue | | {{% badge color="#9fa2a5" %}}update{{% /badge %}} | A documented change in behaviour | | {{% badge color="#9fa2a5" %}}wontfix{{% /badge %}} | This will not be worked on |